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-27T01:19:13.874Z||main|||||INFO|500||The following profiles are active: basic
2021-09-27T01:19:24.352Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-27T01:19:24.353Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-27T01:19:24.447Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-27T01:19:26.885Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-27T01:19:27.050Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-27T01:19:27.499Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-27T01:19:27.508Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-27T01:19:27.591Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-27T01:19:27.729Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-27T01:19:28.164Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-27T01:19:29.240Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T01:19:31.311Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T01:19:31.364Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-27T01:19:31.881Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T01:19:32.179Z||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-27T01:19:33.462Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T01:19:34.644Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-27T01:19:34.666Z||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$$c19ac7e9.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-27T01:19:34.667Z||main|||||WARN|500||The sdc end point is not alive
2021-09-27T01:19:37.543Z||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-27T01:19:40.425Z||main|||||WARN|500||---
2021-09-27T01:19:40.426Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-27T01:19:40.426Z||main|||||WARN|500||---
2021-09-27T01:19:40.820Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-27T01:19:45.387Z||main|||||INFO|500||Started Application in 36.281 seconds (JVM running for 37.536)
2021-09-27T01:19:45.400Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-27T01:19:45.401Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-27T01:19:45.411Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-27T01:19:45.480Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-27T01:19:45.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d528ccfa-1fc2-416c-9f47-85e0c6542682 url= /sdc/v1/artifactTypes
2021-09-27T01:19:45.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-27T01:19:45.795Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-27T01:19:45.812Z||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-27T01:19:45.834Z||scheduling-1|||||DEBUG|500||create keys
2021-09-27T01:19:45.845Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-27T01:19:45.868Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:19:45.924Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa03d263-be4e-4daa-a55f-186d8926818a url= /sdc/v1/registerForDistribution
2021-09-27T01:19:46.003Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa03d263-be4e-4daa-a55f-186d8926818a url= /sdc/v1/registerForDistribution
2021-09-27T01:19:46.004Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-27T01:19:46.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:19:46.016Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:19:46.020Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-27T01:19:46.021Z||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-27T01:19:46.021Z||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-27T01:19:46.021Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:19:46.021Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:19:56.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:19:56.245Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:20:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:20:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:20:46.016Z||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-27T01:20:46.016Z||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-27T01:20:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:20:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:20:55.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:20:55.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:21:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:21:46.014Z||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-27T01:21:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:21:46.015Z||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-27T01:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:21:55.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:21:55.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:22:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:22:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:22:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:22:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:22:46.016Z||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-27T01:22:46.017Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:22:55.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:22:55.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:23:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:23:46.014Z||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-27T01:23:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:23:46.015Z||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-27T01:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:23:55.571Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:23:55.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:24:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:24:46.013Z||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-27T01:24:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:24:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:24:46.015Z||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-27T01:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:24:55.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:24:55.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:25:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:25:46.013Z||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-27T01:25:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:25:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:25:46.015Z||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-27T01:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:25:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:25:55.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:26:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:26:46.014Z||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-27T01:26:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:26:46.016Z||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-27T01:26:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:26:55.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:26:55.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:27:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:27:46.014Z||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-27T01:27:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:27:46.014Z||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-27T01:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:27:55.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:27:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:28:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:28:46.013Z||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-27T01:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:28:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:28:46.015Z||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-27T01:28:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:28:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:28:55.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:29:23.480Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-27T01:29:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:29:46.014Z||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-27T01:29:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:29:46.014Z||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-27T01:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:29:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:29:55.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:30:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:30:46.013Z||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-27T01:30:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:30:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:30:46.015Z||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-27T01:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:30:55.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:30:55.566Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:31:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:31:46.014Z||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-27T01:31:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:31:46.015Z||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-27T01:31:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:31:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:31:55.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:32:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:32:46.013Z||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-27T01:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:32:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:32:46.015Z||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-27T01:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:32:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:32:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:33:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:33:46.013Z||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-27T01:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:33:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:33:46.015Z||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-27T01:33:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:33:55.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:33:55.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:34:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:34:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:34:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:34:46.015Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:34:46.015Z||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-27T01:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:34:55.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:34:55.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:35:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:35:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:35:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:35:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:35:46.014Z||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-27T01:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:35:55.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:35:55.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:36:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:36:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:36:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:36:46.014Z||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-27T01:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:36:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:36:55.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:36:55.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:37:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:37:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:37:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:37:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:37:46.014Z||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-27T01:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:37:55.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:37:55.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:38:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:38:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:38:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:38:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:38:46.015Z||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-27T01:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:38:55.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:38:55.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:39:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:39:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:39:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:39:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:39:46.015Z||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-27T01:39:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:39:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:39:55.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:40:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:40:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:40:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:40:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:40:46.015Z||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-27T01:40:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:40:55.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:40:55.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:41:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:41:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:41:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:41:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:41:46.015Z||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-27T01:41:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:41:55.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:41:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:42:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:42:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:42:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:42:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:42:46.014Z||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-27T01:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:42:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:42:55.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:43:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:43:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:43:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:43:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:43:46.015Z||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-27T01:43:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:43:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:43:55.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:44:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:44:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:44:46.013Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:44:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:44:46.015Z||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-27T01:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:44:55.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:44:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:45:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:45:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:45:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:45:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:45:46.014Z||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-27T01:45:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:45:55.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:45:55.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:46:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:46:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:46:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:46:46.014Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s6zfAHa84y4p0PMq) ...
2021-09-27T01:46:46.015Z||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-27T01:46:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:46:55.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:46:55.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:47:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:47:46.014Z||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-27T01:47:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:47:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:47:46.015Z||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-27T01:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:47:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:47:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:48:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:48:46.013Z||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-27T01:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:48:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:48:46.015Z||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-27T01:48:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:48:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:48:55.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:49:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:49:46.014Z||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-27T01:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:49:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:49:46.015Z||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-27T01:49:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:49:55.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:49:55.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:50:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:50:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:50:46.014Z||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-27T01:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:50:46.013Z||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-27T01:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:50:55.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:50:55.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:51:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:51:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:51:46.014Z||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-27T01:51:46.014Z||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-27T01:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:51:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:51:55.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:51:55.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:52:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:52:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:52:46.016Z||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-27T01:52:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:52:46.016Z||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-27T01:52:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:52:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:52:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:53:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:53:46.013Z||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-27T01:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:53:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:53:46.014Z||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-27T01:53:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:53:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:53:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:54:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:54:46.013Z||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-27T01:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:54:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:54:46.016Z||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-27T01:54:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:54:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:54:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:55:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:55:46.013Z||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-27T01:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:55:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:55:46.014Z||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-27T01:55:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:55:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:55:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:56:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:56:46.014Z||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-27T01:56:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:56:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:56:46.015Z||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-27T01:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:56:55.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:56:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:57:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:57:46.013Z||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-27T01:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:57:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:57:46.015Z||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-27T01:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:57:55.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:57:55.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:58:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:58:46.013Z||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-27T01:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:58:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:58:46.014Z||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-27T01:58:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:58:55.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:58:55.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:59:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:59:46.013Z||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-27T01:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:59:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:59:46.014Z||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-27T01:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:59:55.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T01:59:55.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:00:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:00:46.014Z||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-27T02:00:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:00:46.014Z||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-27T02:00:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:00:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:00:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:01:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:01:46.013Z||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-27T02:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:01:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:01:46.014Z||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-27T02:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:01:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:01:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:02:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:02:46.013Z||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-27T02:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:02:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:02:46.015Z||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-27T02:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:02:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:02:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:03:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:03:46.013Z||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-27T02:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:03:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:03:46.014Z||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-27T02:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:03:55.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:03:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:04:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:04:46.013Z||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-27T02:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:04:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:04:46.014Z||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-27T02:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:04:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:04:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:05:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:05:46.013Z||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-27T02:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:05:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:05:46.014Z||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-27T02:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:05:55.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:05:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:06:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:06:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:06:46.016Z||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-27T02:06:46.016Z||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-27T02:06:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:06:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:06:55.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:06:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:07:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:07:46.014Z||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-27T02:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:07:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:07:46.014Z||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-27T02:07:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:07:55.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:07:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:08:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:08:46.014Z||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-27T02:08:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:08:46.014Z||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-27T02:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:08:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:08:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:09:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:09:46.014Z||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-27T02:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:09:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:09:46.015Z||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-27T02:09:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:09:55.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:09:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:10:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:10:46.013Z||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-27T02:10:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:10:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:10:46.015Z||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-27T02:10:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:10:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:10:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:11:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:11:46.013Z||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-27T02:11:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:11:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:11:46.015Z||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-27T02:11:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:11:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:11:55.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:12:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:12:46.013Z||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-27T02:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:12:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:12:46.015Z||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-27T02:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:12:55.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:12:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:13:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:13:46.013Z||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-27T02:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:13:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:13:46.014Z||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-27T02:13:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:13:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:13:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:14:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:14:46.014Z||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-27T02:14:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:14:46.014Z||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-27T02:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:14:55.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:14:55.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:15:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:15:46.013Z||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-27T02:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:15:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:15:46.014Z||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-27T02:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:15:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:15:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:16:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:16:46.014Z||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-27T02:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:16:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:16:46.014Z||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-27T02:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:16:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:16:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:17:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:17:46.013Z||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-27T02:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:17:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:17:46.014Z||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-27T02:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:17:55.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:17:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:18:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:18:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:18:46.014Z||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-27T02:18:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:18:46.014Z||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-27T02:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:18:55.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:18:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:19:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:19:46.013Z||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-27T02:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:19:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:19:46.014Z||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-27T02:19:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:19:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:19:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:20:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:20:46.013Z||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-27T02:20:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:20:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:20:46.015Z||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-27T02:20:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:20:55.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:20:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:21:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:21:46.013Z||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-27T02:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:21:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:21:46.014Z||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-27T02:21:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:21:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:21:55.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:22:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:22:46.013Z||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-27T02:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:22:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:22:46.014Z||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-27T02:22:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:22:55.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:22:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:23:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:23:46.013Z||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-27T02:23:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:23:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:23:46.014Z||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-27T02:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:23:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:23:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:24:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:24:46.013Z||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-27T02:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:24:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:24:46.014Z||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-27T02:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:24:55.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:24:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:25:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:25:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:25:46.015Z||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-27T02:25:46.015Z||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-27T02:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:25:55.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:25:55.566Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:26:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:26:46.014Z||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-27T02:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:26:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:26:46.014Z||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-27T02:26:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:26:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:26:55.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:27:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:27:46.013Z||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-27T02:27:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:27:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:27:46.014Z||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-27T02:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:27:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:27:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:28:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:28:46.013Z||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-27T02:28:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:28:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:28:46.014Z||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-27T02:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:28:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:28:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:29:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:29:46.013Z||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-27T02:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:29:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:29:46.015Z||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-27T02:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:29:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:29:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:30:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:30:46.013Z||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-27T02:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:30:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:30:46.015Z||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-27T02:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:30:55.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:30:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:31:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:31:46.013Z||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-27T02:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:31:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:31:46.014Z||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-27T02:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:31:55.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:31:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:32:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:32:46.013Z||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-27T02:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:32:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:32:46.015Z||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-27T02:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:32:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:32:55.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:33:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:33:46.013Z||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-27T02:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:33:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:33:46.014Z||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-27T02:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:33:55.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:33:55.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:34:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:34:46.014Z||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-27T02:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:34:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:34:46.015Z||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-27T02:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:34:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:34:55.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:35:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:35:46.013Z||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-27T02:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:35:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:35:46.015Z||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-27T02:35:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:35:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:35:55.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:36:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:36:46.014Z||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-27T02:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:36:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:36:46.015Z||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-27T02:36:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:36:55.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:36:55.591Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:37:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:37:46.013Z||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-27T02:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:37:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:37:46.015Z||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-27T02:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:37:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:37:55.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:38:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:38:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:38:46.014Z||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-27T02:38:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:38:46.015Z||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-27T02:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:38:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:38:55.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:39:46.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:39:46.013Z||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-27T02:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:39:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:39:46.014Z||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-27T02:39:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:39:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:39:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:40:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:40:46.013Z||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-27T02:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:40:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:40:46.015Z||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-27T02:40:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:40:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:40:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:41:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:41:46.013Z||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-27T02:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:41:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:41:46.015Z||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-27T02:41:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:41:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:41:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:42:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:42:46.013Z||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-27T02:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:42:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:42:46.014Z||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-27T02:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:42:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:42:55.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:43:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:43:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:43:46.014Z||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-27T02:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:43:46.014Z||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-27T02:43:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:43:55.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:43:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:44:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:44:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:44:46.014Z||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-27T02:44:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:44:46.014Z||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-27T02:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:44:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:44:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:45:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:45:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:45:46.015Z||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-27T02:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:45:46.015Z||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-27T02:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:45:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:45:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:46:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:46:46.013Z||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-27T02:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:46:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:46:46.014Z||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-27T02:46:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:46:55.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:46:55.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:47:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:47:46.013Z||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-27T02:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:47:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:47:46.015Z||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-27T02:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:47:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:47:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:48:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:48:46.013Z||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-27T02:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:48:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:48:46.014Z||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-27T02:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:48:55.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:48:55.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:49:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:49:46.013Z||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-27T02:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:49:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:49:46.014Z||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-27T02:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:49:55.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:49:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:50:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:50:46.013Z||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-27T02:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:50:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:50:46.015Z||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-27T02:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:50:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:50:55.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:51:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:51:46.013Z||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-27T02:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:51:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:51:46.014Z||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-27T02:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:51:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:51:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:52:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:52:46.013Z||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-27T02:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:52:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:52:46.015Z||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-27T02:52:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:52:55.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:52:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:53:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:53:46.013Z||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-27T02:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:53:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:53:46.015Z||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-27T02:53:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:53:55.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:53:55.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:54:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:54:46.013Z||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-27T02:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:54:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:54:46.016Z||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-27T02:54:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:54:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:54:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:55:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:55:46.013Z||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-27T02:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:55:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:55:46.014Z||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-27T02:55:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:55:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:55:55.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:56:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:56:46.013Z||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-27T02:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:56:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:56:46.014Z||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-27T02:56:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:56:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:56:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:57:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:57:46.013Z||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-27T02:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:57:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:57:46.014Z||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-27T02:57:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:57:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:57:55.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:58:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:58:46.013Z||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-27T02:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:58:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:58:46.015Z||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-27T02:58:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:58:55.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:58:55.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:59:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:59:46.013Z||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-27T02:59:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:59:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:59:46.014Z||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-27T02:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:59:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T02:59:55.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:00:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:00:46.013Z||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-27T03:00:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:00:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:00:46.014Z||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-27T03:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:00:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:00:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:01:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:01:46.013Z||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-27T03:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:01:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:01:46.014Z||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-27T03:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:01:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:01:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:02:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:02:46.013Z||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-27T03:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:02:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:02:46.014Z||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-27T03:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:02:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:02:55.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:03:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:03:46.013Z||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-27T03:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:03:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:03:46.014Z||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-27T03:03:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:03:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:03:55.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:04:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:04:46.013Z||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-27T03:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:04:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:04:46.014Z||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-27T03:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:04:55.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:04:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:05:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:05:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:05:46.016Z||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-27T03:05:46.016Z||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-27T03:05:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:05:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:05:55.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:05:55.569Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:06:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:06:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:06:46.014Z||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-27T03:06:46.014Z||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-27T03:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:06:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:06:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:07:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:07:46.013Z||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-27T03:07:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:07:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:07:46.014Z||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-27T03:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:07:55.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:07:55.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:08:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:08:46.013Z||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-27T03:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:08:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:08:46.014Z||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-27T03:08:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:08:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:08:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:09:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:09:46.013Z||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-27T03:09:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:09:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:09:46.014Z||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-27T03:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:09:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:09:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:10:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:10:46.013Z||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-27T03:10:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:10:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:10:46.015Z||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-27T03:10:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:10:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:10:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:11:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:11:46.013Z||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-27T03:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:11:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:11:46.014Z||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-27T03:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:11:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:11:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:12:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:12:46.013Z||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-27T03:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:12:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:12:46.015Z||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-27T03:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:12:55.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:12:55.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:13:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:13:46.013Z||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-27T03:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:13:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:13:46.014Z||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-27T03:13:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:13:55.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:13:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:14:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:14:46.013Z||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-27T03:14:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:14:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:14:46.014Z||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-27T03:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:14:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:14:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:15:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:15:46.014Z||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-27T03:15:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:15:46.015Z||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-27T03:15:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:15:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:15:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:16:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:16:46.013Z||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-27T03:16:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:16:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:16:46.015Z||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-27T03:16:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:16:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:16:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:17:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:17:46.013Z||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-27T03:17:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:17:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:17:46.015Z||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-27T03:17:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:17:55.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:17:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:18:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:18:46.013Z||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-27T03:18:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:18:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:18:46.014Z||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-27T03:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:18:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:18:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:19:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:19:46.013Z||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-27T03:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:19:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:19:46.015Z||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-27T03:19:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:19:55.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:19:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:20:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:20:46.013Z||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-27T03:20:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:20:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:20:46.015Z||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-27T03:20:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:20:55.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:20:55.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:21:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:21:46.013Z||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-27T03:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:21:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:21:46.015Z||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-27T03:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:21:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:21:55.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:22:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:22:46.013Z||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-27T03:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:22:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:22:46.014Z||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-27T03:22:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:22:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:22:55.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:23:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:23:46.013Z||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-27T03:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:23:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:23:46.014Z||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-27T03:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:23:55.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:23:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:24:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:24:46.013Z||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-27T03:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:24:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:24:46.014Z||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-27T03:24:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:24:55.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:24:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:25:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:25:46.014Z||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-27T03:25:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:25:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:25:46.015Z||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-27T03:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:25:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:25:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:26:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:26:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:26:46.014Z||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-27T03:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:26:46.014Z||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-27T03:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:26:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:26:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:27:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:27:46.014Z||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-27T03:27:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:27:46.014Z||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-27T03:27:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:27:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:27:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:28:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:28:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:28:46.014Z||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-27T03:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:28:46.014Z||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-27T03:28:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:28:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:28:55.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:29:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:29:46.013Z||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-27T03:29:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:29:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:29:46.015Z||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-27T03:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:29:55.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:29:55.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:30:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:30:46.013Z||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-27T03:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:30:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:30:46.014Z||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-27T03:30:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:30:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:30:55.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:31:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:31:46.013Z||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-27T03:31:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:31:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:31:46.014Z||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-27T03:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:31:55.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:31:55.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:32:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:32:46.013Z||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-27T03:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:32:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:32:46.014Z||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-27T03:32:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:32:55.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:32:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:33:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:33:46.013Z||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-27T03:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:33:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:33:46.014Z||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-27T03:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:33:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:33:55.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:34:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:34:46.013Z||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-27T03:34:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:34:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:34:46.014Z||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-27T03:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:34:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:34:55.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:35:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:35:46.013Z||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-27T03:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:35:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:35:46.014Z||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-27T03:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:35:55.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:35:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:36:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:36:46.013Z||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-27T03:36:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:36:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:36:46.015Z||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-27T03:36:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:36:55.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:36:55.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:37:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:37:46.013Z||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-27T03:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:37:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:37:46.014Z||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-27T03:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:37:55.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:37:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:38:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:38:46.013Z||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-27T03:38:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:38:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:38:46.015Z||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-27T03:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:38:55.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:38:55.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:39:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:39:46.013Z||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-27T03:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:39:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:39:46.014Z||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-27T03:39:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:39:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:39:55.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:40:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:40:46.013Z||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-27T03:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:40:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:40:46.014Z||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-27T03:40:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:40:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:40:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:41:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:41:46.013Z||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-27T03:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:41:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:41:46.014Z||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-27T03:41:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:41:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:41:55.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:42:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:42:46.013Z||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-27T03:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:42:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:42:46.014Z||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-27T03:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:42:55.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:42:55.604Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:43:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:43:46.013Z||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-27T03:43:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:43:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:43:46.014Z||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-27T03:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:43:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:43:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:44:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:44:46.013Z||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-27T03:44:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:44:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:44:46.014Z||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-27T03:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:44:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:44:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:45:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:45:46.013Z||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-27T03:45:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:45:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:45:46.015Z||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-27T03:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:45:55.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:45:55.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:46:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:46:46.013Z||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-27T03:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:46:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:46:46.014Z||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-27T03:46:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:46:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:46:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:47:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:47:46.013Z||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-27T03:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:47:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:47:46.015Z||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-27T03:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:47:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:47:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:48:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:48:46.013Z||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-27T03:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:48:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:48:46.015Z||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-27T03:48:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:48:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:48:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:49:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:49:46.013Z||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-27T03:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:49:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:49:46.014Z||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-27T03:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:49:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:49:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:50:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:50:46.013Z||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-27T03:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:50:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:50:46.014Z||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-27T03:50:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:50:55.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:50:55.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:51:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:51:46.013Z||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-27T03:51:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:51:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:51:46.014Z||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-27T03:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:51:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:51:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:52:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:52:46.013Z||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-27T03:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:52:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:52:46.014Z||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-27T03:52:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:52:55.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:52:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:53:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:53:46.013Z||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-27T03:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:53:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:53:46.014Z||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-27T03:53:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:53:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:53:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:54:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:54:46.013Z||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-27T03:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:54:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:54:46.014Z||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-27T03:54:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:54:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:54:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:55:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:55:46.013Z||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-27T03:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:55:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:55:46.015Z||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-27T03:55:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:55:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:55:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:56:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:56:46.013Z||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-27T03:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:56:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:56:46.014Z||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-27T03:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:56:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:56:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:57:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:57:46.013Z||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-27T03:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:57:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:57:46.015Z||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-27T03:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:57:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:57:55.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:58:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:58:46.013Z||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-27T03:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:58:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:58:46.014Z||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-27T03:58:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:58:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:58:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:59:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:59:46.013Z||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-27T03:59:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:59:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:59:46.014Z||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-27T03:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:59:55.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T03:59:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:00:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:00:46.013Z||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-27T04:00:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:00:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:00:46.014Z||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-27T04:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:00:55.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:00:55.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:01:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:01:46.013Z||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-27T04:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:01:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:01:46.014Z||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-27T04:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:01:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:01:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:02:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:02:46.013Z||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-27T04:02:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:02:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:02:46.014Z||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-27T04:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:02:55.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:02:55.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:03:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:03:46.013Z||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-27T04:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:03:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:03:46.014Z||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-27T04:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:03:55.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:03:55.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:04:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:04:46.013Z||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-27T04:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:04:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:04:46.014Z||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-27T04:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:04:55.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:04:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:05:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:05:46.013Z||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-27T04:05:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:05:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:05:46.014Z||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-27T04:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:05:55.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:05:55.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:06:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:06:46.013Z||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-27T04:06:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:06:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:06:46.014Z||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-27T04:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:06:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:06:55.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:07:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:07:46.013Z||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-27T04:07:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:07:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:07:46.014Z||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-27T04:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:07:55.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:07:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:08:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:08:46.013Z||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-27T04:08:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:08:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:08:46.015Z||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-27T04:08:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:08:55.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:08:55.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:09:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:09:46.013Z||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-27T04:09:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:09:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:09:46.014Z||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-27T04:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:09:55.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:09:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:10:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:10:46.014Z||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-27T04:10:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:10:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:10:46.014Z||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-27T04:10:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:10:55.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:10:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:11:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:11:46.013Z||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-27T04:11:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:11:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:11:46.014Z||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-27T04:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:11:55.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:11:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:12:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:12:46.013Z||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-27T04:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:12:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:12:46.014Z||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-27T04:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:12:55.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:12:55.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:13:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:13:46.013Z||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-27T04:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:13:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:13:46.015Z||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-27T04:13:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:13:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:13:55.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:14:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:14:46.013Z||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-27T04:14:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:14:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:14:46.014Z||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-27T04:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:14:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:14:55.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:15:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:15:46.013Z||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-27T04:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:15:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:15:46.015Z||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-27T04:15:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:15:55.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:15:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:16:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:16:46.013Z||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-27T04:16:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:16:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:16:46.014Z||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-27T04:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:16:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:16:55.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:17:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:17:46.013Z||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-27T04:17:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:17:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:17:46.014Z||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-27T04:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:17:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:17:55.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:18:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:18:46.013Z||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-27T04:18:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:18:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:18:46.015Z||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-27T04:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:18:55.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:18:55.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:19:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:19:46.013Z||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-27T04:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:19:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:19:46.014Z||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-27T04:19:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:19:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:19:55.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:20:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:20:46.013Z||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-27T04:20:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:20:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:20:46.014Z||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-27T04:20:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:20:55.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:20:55.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:21:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:21:46.013Z||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-27T04:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:21:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:21:46.015Z||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-27T04:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:21:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:21:55.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:22:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:22:46.013Z||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-27T04:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:22:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:22:46.014Z||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-27T04:22:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:22:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:22:55.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:23:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:23:46.013Z||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-27T04:23:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:23:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:23:46.014Z||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-27T04:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:23:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:23:55.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:24:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:24:46.013Z||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-27T04:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:24:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:24:46.014Z||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-27T04:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:24:55.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:24:55.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:25:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:25:46.013Z||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-27T04:25:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:25:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:25:46.014Z||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-27T04:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:25:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:25:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:26:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:26:46.013Z||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-27T04:26:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:26:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:26:46.014Z||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-27T04:26:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:26:55.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:26:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:27:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:27:46.013Z||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-27T04:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:27:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:27:46.014Z||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-27T04:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:27:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:27:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:28:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:28:46.013Z||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-27T04:28:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:28:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:28:46.014Z||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-27T04:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:28:55.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:28:55.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:29:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:29:46.013Z||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-27T04:29:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:29:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:29:46.014Z||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-27T04:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:29:55.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:29:55.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:30:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:30:46.013Z||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-27T04:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:30:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:30:46.014Z||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-27T04:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:30:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:30:55.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:31:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:31:46.013Z||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-27T04:31:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:31:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:31:46.014Z||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-27T04:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:31:55.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:31:55.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:32:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:32:46.013Z||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-27T04:32:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:32:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:32:46.014Z||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-27T04:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:32:55.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:32:55.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:33:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:33:46.013Z||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-27T04:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:33:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:33:46.015Z||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-27T04:33:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:33:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:33:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:34:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:34:46.013Z||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-27T04:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:34:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:34:46.014Z||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-27T04:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:34:55.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:34:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:35:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:35:46.013Z||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-27T04:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:35:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:35:46.014Z||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-27T04:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:35:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:35:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:36:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:36:46.013Z||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-27T04:36:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:36:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:36:46.014Z||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-27T04:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:36:55.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:36:55.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:37:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:37:46.013Z||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-27T04:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:37:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:37:46.014Z||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-27T04:37:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:37:55.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:37:55.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:38:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:38:46.013Z||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-27T04:38:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:38:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:38:46.014Z||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-27T04:38:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:38:55.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:38:55.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:39:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:39:46.013Z||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-27T04:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:39:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:39:46.014Z||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-27T04:39:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:39:55.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:39:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:40:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:40:46.013Z||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-27T04:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:40:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:40:46.014Z||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-27T04:40:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:40:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:40:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:41:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:41:46.013Z||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-27T04:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:41:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:41:46.014Z||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-27T04:41:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:41:55.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:41:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:42:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:42:46.013Z||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-27T04:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:42:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:42:46.014Z||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-27T04:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:42:55.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:42:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:43:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:43:46.013Z||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-27T04:43:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:43:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:43:46.014Z||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-27T04:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:43:55.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:43:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:44:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:44:46.013Z||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-27T04:44:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:44:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:44:46.014Z||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-27T04:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:44:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:44:55.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:45:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:45:46.013Z||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-27T04:45:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:45:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:45:46.014Z||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-27T04:45:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:45:55.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:45:55.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:46:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:46:46.013Z||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-27T04:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:46:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:46:46.014Z||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-27T04:46:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:46:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:46:55.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:47:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:47:46.013Z||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-27T04:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:47:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:47:46.015Z||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-27T04:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:47:55.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:47:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:48:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:48:46.013Z||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-27T04:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:48:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:48:46.014Z||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-27T04:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:48:55.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:48:55.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:49:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:49:46.013Z||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-27T04:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:49:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:49:46.014Z||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-27T04:49:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:49:55.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:49:55.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:50:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:50:46.013Z||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-27T04:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:50:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:50:46.014Z||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-27T04:50:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:50:55.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:50:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:51:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:51:46.013Z||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-27T04:51:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:51:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:51:46.015Z||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-27T04:51:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:51:55.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:51:55.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:52:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:52:46.013Z||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-27T04:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:52:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:52:46.014Z||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-27T04:52:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:52:55.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:52:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:53:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:53:46.013Z||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-27T04:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:53:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:53:46.014Z||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-27T04:53:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:53:55.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:53:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:54:46.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:54:46.014Z||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-27T04:54:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:54:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:54:46.014Z||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-27T04:54:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:54:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:54:55.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:55:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:55:46.013Z||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-27T04:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:55:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:55:46.014Z||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-27T04:55:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:55:55.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:55:55.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:56:46.013Z||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-27T04:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:56:46.015Z||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-27T04:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:46.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:46.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"34827bbe-9b6e-4f7a-8ced-8ad204e622ab","serviceName":"vFW 2021-09-27 04-53-26","serviceVersion":"1.0","serviceUUID":"551db4f1-62c0-4390-ac03-d32428b2dd22","serviceDescription":"catalog service description","serviceInvariantUUID":"f4327d8d-7e11-4407-aaf8-bd6c62284cb7","resources":[{"resourceInstanceName":"vFW a4235916-1070 0","resourceName":"vFW a4235916-1070","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec0f6128-dec8-4f45-bd13-6a81205ffb39","resourceInvariantUUID":"ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0","resourceCustomizationUUID":"95b17b5c-4f24-442e-b6b0-baca63f7f236","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml","artifactChecksum":"ZDNiMWY0YjQwOGI1OWEyYzZiMTAyMTk5ZTM4NDQ4ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99c3cd66-0375-4cb5-8b7e-702884ba8d2d","artifactVersion":"1"},{"artifactName":"vfwa423591610700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json","artifactChecksum":"ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dbaceae-b044-4809-8334-52295585eb4d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f76e5e98-bff9-4ac7-9491-bfe8be675039","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml","artifactChecksum":"NGUzYTMxNjdjZmI1NDliZTVjNmNjODVlMjAyODVmMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3a9547e-6b2a-463c-ac1f-05f45ca22533","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef9824d5-1500-4fba-ad21-7b7e2e0fccd6","artifactVersion":"2","generatedFromUUID":"f76e5e98-bff9-4ac7-9491-bfe8be675039"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927045326-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml","artifactChecksum":"MmNkM2NhYmYyYmFmMWFiYjA3NTY1MjgwZGIzODE1MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16cc3887-d84d-429c-ab58-7de2d012296c","artifactVersion":"1"},{"artifactName":"service-Vfw20210927045326-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar","artifactChecksum":"ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"791478b4-f70b-4747-ab3f-050ee4cde82a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T04:56:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:46.656Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:46.665Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:46.665Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718571105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718570877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "dcae-sch",
  "timestamp": 1632718571109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718576331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718570848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718577226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718587207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718587307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718587327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718580905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718587628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718587816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718588332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "cds",
  "timestamp": 1632718588828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-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-27T04:56:46.766Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-27T04:56:46.770Z||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-27T04:56:46.770Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.782Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:46.783Z||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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.864Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:46.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "policy-id",
  "timestamp": 1632718589335,
  "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-27T04:56:46.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:46.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718590605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718584077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718592569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718592569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718593574,
  "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-27T04:56:46.918Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.918Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:46.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718594138,
  "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-27T04:56:46.933Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718595142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718600666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718602673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718603633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "clamp",
  "timestamp": 1632718603676,
  "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-27T04:56:46.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "aai-ml",
  "timestamp": 1632718604639,
  "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-27T04:56:46.964Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.964Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:56:47.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:47.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:47.674Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:47.674Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:56:47.779Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-27T04:56:47.779Z||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-27T04:56:47.780Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:47.790Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:47.790Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:48.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:48.676Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:48.678Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:48.678Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:56:48.778Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:48.779Z||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-27T04:56:48.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:48.790Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:48.791Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:49.679Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:49.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:49.683Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:49.684Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:49.784Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T04:56:49.784Z||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-27T04:56:49.784Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:49.793Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:49.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:50.684Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:50.685Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:50.687Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:50.687Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-27T04:56:50.787Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:50.788Z||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-27T04:56:50.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:50.799Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:50.799Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:56:51.688Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:51.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:51.691Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:51.691Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:56:51.791Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:51.792Z||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-27T04:56:51.792Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:51.801Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:51.801Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:56:52.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:52.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:52.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:52.694Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:56:52.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:52.795Z||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-27T04:56:52.795Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:52.804Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:52.804Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:53.696Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "serviceName": "vFW 2021-09-27 04-53-26",
  "serviceVersion": "1.0",
  "serviceUUID": "551db4f1-62c0-4390-ac03-d32428b2dd22",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f4327d8d-7e11-4407-aaf8-bd6c62284cb7",
  "resources": [
    {
      "resourceInstanceName": "vFW a4235916-1070 0",
      "resourceCustomizationUUID": "95b17b5c-4f24-442e-b6b0-baca63f7f236",
      "resourceName": "vFW a4235916-1070",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec0f6128-dec8-4f45-bd13-6a81205ffb39",
      "resourceInvariantUUID": "ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa423591610700_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
          "artifactChecksum": "ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8dbaceae-b044-4809-8334-52295585eb4d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f76e5e98-bff9-4ac7-9491-bfe8be675039",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6",
            "generatedFromUUID": "f76e5e98-bff9-4ac7-9491-bfe8be675039"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210927045326-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
      "artifactChecksum": "ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "791478b4-f70b-4747-ab3f-050ee4cde82a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T04:56:53.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T04:56:53.697Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551db4f1-62c0-4390-ac03-d32428b2dd22 ASDC
2021-09-27T04:56:53.872Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34827bbe-9b6e-4f7a-8ced-8ad204e622ab
ServiceName:vFW 2021-09-27 04-53-26
ServiceVersion:1.0
ServiceUUID:551db4f1-62c0-4390-ac03-d32428b2dd22
ServiceInvariantUUID:f4327d8d-7e11-4407-aaf8-bd6c62284cb7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210927045326-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
ArtifactUUID:791478b4-f70b-4747-ab3f-050ee4cde82a
ArtifactChecksum:ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a4235916-1070 0
ResourceCustomizationUUID:95b17b5c-4f24-442e-b6b0-baca63f7f236
ResourceInvariantUUID:ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0
ResourceName:vFW a4235916-1070
ResourceType:VF
ResourceUUID:ec0f6128-dec8-4f45-bd13-6a81205ffb39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa423591610700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
ArtifactUUID:8dbaceae-b044-4809-8334-52295585eb4d
ArtifactChecksum:ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY=
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
ArtifactUUID:f76e5e98-bff9-4ac7-9491-bfe8be675039
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
ArtifactUUID:ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
ArtifactUUID:ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T04:56:53.873Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551db4f1-62c0-4390-ac03-d32428b2dd22 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-27T04:56:53.926Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:56:53.927Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:53.928Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:53.929Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 791478b4-f70b-4747-ab3f-050ee4cde82a from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:53.929Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:56:53.930Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:55.204Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:56:55.225Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar 791478b4-f70b-4747-ab3f-050ee4cde82a 98765
2021-09-27T04:56:55.226Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar ASDC sendASDCNotification
2021-09-27T04:56:55.226Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:55.227Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:56:55.228Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:55.229Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:55.229Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718615225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:56:55.330Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:55.330Z||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-27T04:56:55.330Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:55.341Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:56:55.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:56.230Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 791478b4-f70b-4747-ab3f-050ee4cde82a, URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar to file: /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.288Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.288Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.870Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2964062974704297517/Definitions/service-Vfw20210927045326-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-09-27T04:56:59.798Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a4235916-1070 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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:56:59.808Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.810Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.813Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.813Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:56:59.815Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:56:59.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea3a0c4-95a0-4975-ac07-df5ffba43008
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12f84785-4aac-45b5-9591-a643a73fd76d
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=80af60a5-a092-4273-9a5a-bc6d758e51e4
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-27 04-53-26
Description:catalog service description
Model UUID:551db4f1-62c0-4390-ac03-d32428b2dd22
Model Version:NULL
Model InvariantUuid:f4327d8d-7e11-4407-aaf8-bd6c62284cb7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a4235916-1070
Model UUID:d7aee00b-4ef0-4631-a980-73c62d74ba8a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95b17b5c-4f24-442e-b6b0-baca63f7f236
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54290100-eff9-44cf-88cf-c41c481caeb2
ModelName:VfwA42359161070..base_vfw..module-0
ModelUuid:e7920ee2-6e5e-430b-8975-acf2df8871af
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eea3a0c4-95a0-4975-ac07-df5ffba43008
ModelInvariantUuid:9487b0f4-bda0-45eb-b570-e6ad3948b27d
ModelName:vFW a4235916-1070-nodes.vfwCvfc
ModelUuid:8edc4cf6-43bc-488c-bbeb-6bb02d65ca04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f8b0065b-0a28-400b-8ff4-6d47c650a60b
ModelInvariantUuid:ba5ad3c2-bb14-4c13-8a0f-c64d9a8f0c00
ModelName:VfwA42359161070.compute.nodes.heat.vfw
ModelUuid:e86984ca-4d24-4589-a75d-009f6f7ebd6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:12f84785-4aac-45b5-9591-a643a73fd76d
ModelInvariantUuid:fb09891b-e3d4-4401-9fe7-45366c3fe522
ModelName:vFW a4235916-1070-nodes.vsnCvfc
ModelUuid:8ead29e8-9b26-4a90-8f36-54142f3dfe54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe08f010-14ce-4c81-9c58-129e762b1867
ModelInvariantUuid:c42be2b4-cafa-41f8-905e-4a7d6af03d4d
ModelName:VfwA42359161070.compute.nodes.heat.vsn
ModelUuid:cd1e2890-e39b-4a9a-b09d-daef50f71d54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:80af60a5-a092-4273-9a5a-bc6d758e51e4
ModelInvariantUuid:37b5c862-5f2d-40af-8f20-c476ea04a302
ModelName:vFW a4235916-1070-nodes.vpgCvfc
ModelUuid:16528423-4364-4005-952b-3147e9810ff6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:66e14d19-72ea-47f1-93a6-d569e937973a
ModelInvariantUuid:610d16f6-8831-4a85-99b7-111fd11fe50c
ModelName:VfwA42359161070.compute.nodes.heat.vpg
ModelUuid:2a16bcbc-8825-45e9-9853-4cd2e948cb54
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-27T04:56:59.839Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ec0f6128-dec8-4f45-bd13-6a81205ffb39
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-27T04:56:59.930Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||vFW a4235916-1070 0
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec0f6128-dec8-4f45-bd13-6a81205ffb39
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8dbaceae-b044-4809-8334-52295585eb4d from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:56:59.937Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:00.817Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json 8dbaceae-b044-4809-8334-52295585eb4d 785
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json ASDC sendASDCNotification
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:00.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:00.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:00.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718620818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:57:00.922Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:00.923Z||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-27T04:57:00.923Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:00.933Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:00.934Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:01.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA42359161070..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54290100-eff9-44cf-88cf-c41c481caeb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7920ee2-6e5e-430b-8975-acf2df8871af",
    "vfModuleModelCustomizationUUID": "7d89c372-7eaa-44d8-8afc-2f89e7e98100",
    "isBase": true,
    "artifacts": [
      "f76e5e98-bff9-4ac7-9491-bfe8be675039",
      "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6"
    ],
    "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-27T04:57:01.839Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA42359161070..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7920ee2-6e5e-430b-8975-acf2df8871af
VfModuleModelInvariantUUID:54290100-eff9-44cf-88cf-c41c481caeb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f76e5e98-bff9-4ac7-9491-bfe8be675039
,
ef9824d5-1500-4fba-ad21-7b7e2e0fccd6

}
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-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA42359161070..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54290100-eff9-44cf-88cf-c41c481caeb2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7920ee2-6e5e-430b-8975-acf2df8871af",
    "vfModuleModelCustomizationUUID": "7d89c372-7eaa-44d8-8afc-2f89e7e98100",
    "isBase": true,
    "artifacts": [
      "f76e5e98-bff9-4ac7-9491-bfe8be675039",
      "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6"
    ],
    "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-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA42359161070..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7920ee2-6e5e-430b-8975-acf2df8871af
VfModuleModelInvariantUUID:54290100-eff9-44cf-88cf-c41c481caeb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f76e5e98-bff9-4ac7-9491-bfe8be675039
,
ef9824d5-1500-4fba-ad21-7b7e2e0fccd6

}
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-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f76e5e98-bff9-4ac7-9491-bfe8be675039 from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:57:01.843Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:02.908Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml f76e5e98-bff9-4ac7-9491-bfe8be675039 20368
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:02.912Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:02.912Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718622910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:57:03.012Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:03.013Z||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-27T04:57:03.013Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:03.023Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:03.023Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:03.913Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef9824d5-1500-4fba-ad21-7b7e2e0fccd6 from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:03.914Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:57:03.914Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:04.132Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:04.132Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ef9824d5-1500-4fba-ad21-7b7e2e0fccd6 2098
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:04.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:04.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718624132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:57:04.235Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:04.236Z||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-27T04:57:04.236Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:04.247Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:04.249Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:05.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 551db4f1-62c0-4390-ac03-d32428b2dd22
2021-09-27T04:57:05.136Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a4235916-1070 0 ec0f6128-dec8-4f45-bd13-6a81205ffb39 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-27T04:57:05.173Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@719057f8, org.onap.sdc.toscaparser.api.parameters.Input@4244ea54, org.onap.sdc.toscaparser.api.parameters.Input@6ad9fb81, org.onap.sdc.toscaparser.api.parameters.Input@3538ab60, org.onap.sdc.toscaparser.api.parameters.Input@46e405a8]
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 95b17b5c-4f24-442e-b6b0-baca63f7f236
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236 matches Tosca VF Customization UUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236
2021-09-27T04:57:05.178Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236  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-27T04:57:05.185Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.186Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 95b17b5c-4f24-442e-b6b0-baca63f7f236: {\"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-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33749e30
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:57:05.188Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d89c372-7eaa-44d8-8afc-2f89e7e98100
2021-09-27T04:57:05.188Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d89c372-7eaa-44d8-8afc-2f89e7e98100
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-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.197Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea3a0c4-95a0-4975-ac07-df5ffba43008
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-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12f84785-4aac-45b5-9591-a643a73fd76d
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-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.212Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.243Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:57:05.243Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.244Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.244Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.246Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T04:57:05.246Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=80af60a5-a092-4273-9a5a-bc6d758e51e4
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-27T04:57:05.262Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.262Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=95b17b5c-4f24-442e-b6b0-baca63f7f236
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-27T04:57:05.266Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 551db4f1-62c0-4390-ac03-d32428b2dd22: vFW a4235916-1070
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:57:05.270Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.270Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-27 04-53-26 
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-27T04:57:05.527Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a4235916-1070 ec0f6128-dec8-4f45-bd13-6a81205ffb39 1 ASDC deployResourceStructure
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json ASDC sendASDCNotification
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:05.529Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:05.531Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:05.531Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718625528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:57:05.631Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T04:57:05.632Z||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-27T04:57:05.632Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:05.642Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:05.642Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:06.533Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T04:57:06.533Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:06.534Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:06.534Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:06.536Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:06.536Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718626533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T04:57:06.637Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:06.638Z||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-27T04:57:06.639Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:06.650Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:06.652Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:07.537Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:07.540Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:07.540Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718627537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-27T04:57:07.641Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:07.641Z||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-27T04:57:07.641Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:07.653Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:07.653Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:08.541Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar ASDC sendASDCNotification
2021-09-27T04:57:08.541Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:57:08.542Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:08.542Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:08.543Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:08.544Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718628541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:57:08.644Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:08.645Z||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-27T04:57:08.645Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:08.656Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:08.656Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:57:09.546Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:57:09.567Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:57:09.570Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-27T04:57:09.577Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T04:57:39.578Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab 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-27T04:57:39.587Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and serviceModelVersionId: 551db4f1-62c0-4390-ac03-d32428b2dd22
2021-09-27T04:57:39.587Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4327d8d-7e11-4407-aaf8-bd6c62284cb7
2021-09-27T04:57:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:57:46.015Z||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-27T04:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:46.137Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:46.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:57:46.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:57:46.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:57:51.960Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0
2021-09-27T04:57:52.056Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T04:57:52.611Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?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-27T04:57:52.617Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|INFO|500||Invoke
2021-09-27T04:57:52.915Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|INFO|500||InvokeReturn
2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-04:57:52:969-84159], vertex-id=[524400], Content-Length=[0], Date=[Mon, 27 Sep 2021 04:57:52 GMT], Content-Type=[application/json]}
2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T04:57:53.295Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T04:57:53.295Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-27T04:57:53.299Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-27T04:57:53.300Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T04:57:53.301Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T04:57:53.301Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:53.303Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:53.303Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718673300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T04:57:53.403Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:53.404Z||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-27T04:57:53.405Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:53.412Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:53.413Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T04:57:54.314Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:57:54.315Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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-27T04:57:54.315Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:54.937Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:54.939Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T04:57:54.939Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c6d1693-748b-4f87-a8c1-58781c0fe147","serviceName":"basic_onboard_YRqdyW","serviceVersion":"1.0","serviceUUID":"0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4","serviceDescription":"service","serviceInvariantUUID":"04d82b3d-5141-4c43-b838-d1ff37ff220e","resources":[{"resourceInstanceName":"basic_onboard_YRqdyW 0","resourceName":"basic_onboard_YRqdyW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e98e652-f8be-4a39-bb40-0737c543e49a","resourceInvariantUUID":"c7a0499b-3e5d-4760-bfae-0e3dfc852154","resourceCustomizationUUID":"7c427658-a136-4975-8825-3ae2027a300f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml","artifactChecksum":"MTM3NjNmNGQwYjRjZjI1NmY3ZWFmNmYzYjJhOWQwMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ddffd58-0c28-4189-b23f-47566195e40d","artifactVersion":"1"},{"artifactName":"basic_onboard_yrqdyw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json","artifactChecksum":"ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f15ddba-2397-4146-b83c-6a349c29bb2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87160591-1892-4c0d-8316-b2c5e9d3bfe7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"318b6677-e332-47bb-9bc3-9a8bdb7dddd6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05705137-5fc0-4a74-81de-a9f1e6e08fcc","artifactVersion":"2","generatedFromUUID":"87160591-1892-4c0d-8316-b2c5e9d3bfe7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYrqdyw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml","artifactChecksum":"NzU2ZDg2NWNjZGI2MjgxMzE0ZTA0YTc1MWFiNDM2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4edbc593-ef6a-4f56-8df9-d71718912649","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYrqdyw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar","artifactChecksum":"MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36428a21-e3de-43d7-9bd0-4f732cd273b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T04:57:54.942Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:54.942Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:54.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:54.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:57:55.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:55.045Z||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-27T04:57:55.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:55.054Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:55.055Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:55.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:55.946Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:55.948Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:55.948Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:57:56.048Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:56.049Z||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-27T04:57:56.049Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:56.061Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:56.061Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:57:56.949Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:56.950Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:56.951Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:56.952Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:57:57.052Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:57.053Z||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-27T04:57:57.053Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:57.062Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:57.062Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:57.952Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:57.953Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:57.955Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:57.956Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:57:58.057Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:58.057Z||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-27T04:57:58.057Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:58.066Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:58.066Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:58.962Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:58.963Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:58.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:58.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T04:57:59.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:59.067Z||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-27T04:57:59.067Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:59.076Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:57:59.077Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:59.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:59.967Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:59.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:59.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:58:00.069Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:00.070Z||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-27T04:58:00.070Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:00.081Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:00.082Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:00.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:58:00.970Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:00.972Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:00.972Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:58:01.073Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T04:58:01.073Z||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-27T04:58:01.074Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:01.085Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:01.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "serviceName": "basic_onboard_YRqdyW",
  "serviceVersion": "1.0",
  "serviceUUID": "0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04d82b3d-5141-4c43-b838-d1ff37ff220e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YRqdyW 0",
      "resourceCustomizationUUID": "7c427658-a136-4975-8825-3ae2027a300f",
      "resourceName": "basic_onboard_YRqdyW",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9e98e652-f8be-4a39-bb40-0737c543e49a",
      "resourceInvariantUUID": "c7a0499b-3e5d-4760-bfae-0e3dfc852154",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yrqdyw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
          "artifactChecksum": "ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f15ddba-2397-4146-b83c-6a349c29bb2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "87160591-1892-4c0d-8316-b2c5e9d3bfe7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "05705137-5fc0-4a74-81de-a9f1e6e08fcc",
            "generatedFromUUID": "87160591-1892-4c0d-8316-b2c5e9d3bfe7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "05705137-5fc0-4a74-81de-a9f1e6e08fcc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYrqdyw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
      "artifactChecksum": "MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36428a21-e3de-43d7-9bd0-4f732cd273b3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4 ASDC
2021-09-27T04:58:01.975Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0c6d1693-748b-4f87-a8c1-58781c0fe147
ServiceName:basic_onboard_YRqdyW
ServiceVersion:1.0
ServiceUUID:0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
ServiceInvariantUUID:04d82b3d-5141-4c43-b838-d1ff37ff220e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYrqdyw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
ArtifactUUID:36428a21-e3de-43d7-9bd0-4f732cd273b3
ArtifactChecksum:MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YRqdyW 0
ResourceCustomizationUUID:7c427658-a136-4975-8825-3ae2027a300f
ResourceInvariantUUID:c7a0499b-3e5d-4760-bfae-0e3dfc852154
ResourceName:basic_onboard_YRqdyW
ResourceType:VF
ResourceUUID:9e98e652-f8be-4a39-bb40-0737c543e49a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yrqdyw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
ArtifactUUID:7f15ddba-2397-4146-b83c-6a349c29bb2b
ArtifactChecksum:ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM=
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:87160591-1892-4c0d-8316-b2c5e9d3bfe7
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
ArtifactUUID:05705137-5fc0-4a74-81de-a9f1e6e08fcc
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
ArtifactUUID:05705137-5fc0-4a74-81de-a9f1e6e08fcc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T04:58:01.975Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4 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-27T04:58:02.008Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:58:02.008Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 36428a21-e3de-43d7-9bd0-4f732cd273b3 from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.388Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar 36428a21-e3de-43d7-9bd0-4f732cd273b3 71387
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar ASDC sendASDCNotification
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:02.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:02.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718682391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:02.493Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:02.494Z||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-27T04:58:02.494Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:02.503Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:02.504Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:03.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 36428a21-e3de-43d7-9bd0-4f732cd273b3, URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar to file: /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.396Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.396Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.659Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4587436735070400290/Definitions/service-BasicOnboardYrqdyw-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-27T04:58:05.097Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YRqdyW 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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78951260-511a-4ce6-884f-1e02c95a6eb4
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YRqdyW
Description:service
Model UUID:0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
Model Version:NULL
Model InvariantUuid:04d82b3d-5141-4c43-b838-d1ff37ff220e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YRqdyW
Model UUID:ac0d0b96-3732-4968-a745-c7180f8fa621
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7a0499b-3e5d-4760-bfae-0e3dfc852154
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c427658-a136-4975-8825-3ae2027a300f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
ModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
ModelUuid:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:78951260-511a-4ce6-884f-1e02c95a6eb4
ModelInvariantUuid:7508f375-616e-451f-b897-7b026868e569
ModelName:basic_onboard_YRqdyW-nodes.ubuntu18Cvfc
ModelUuid:a4ef8e9e-f8a7-491a-95dd-caa293dc3809
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:73f87793-d801-40c2-b9e8-6952be7540eb
ModelInvariantUuid:84d6258f-8235-458b-a345-35fdaa6b3d37
ModelName:BasicOnboardYrqdyw.compute.nodes.heat.ubuntu18
ModelUuid:d9dc67a6-d05c-45d1-8de7-e2961d645877
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-27T04:58:05.110Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e98e652-f8be-4a39-bb40-0737c543e49a
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-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||basic_onboard_YRqdyW 0
2021-09-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e98e652-f8be-4a39-bb40-0737c543e49a
2021-09-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f15ddba-2397-4146-b83c-6a349c29bb2b from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:05.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json 7f15ddba-2397-4146-b83c-6a349c29bb2b 798
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json ASDC sendASDCNotification
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.798Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:05.798Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:05.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:05.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718685797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:05.901Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:05.902Z||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-27T04:58:05.902Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:05.910Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:05.910Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:06.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYrqdyw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bcb2fe60-c83a-4894-996a-3f4645ff8b1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb50e61c-efb3-4dd3-a664-79dacf1f97e7",
    "vfModuleModelCustomizationUUID": "acf60465-41d2-4e65-8cbe-9f8226af665d",
    "isBase": true,
    "artifacts": [
      "87160591-1892-4c0d-8316-b2c5e9d3bfe7",
      "05705137-5fc0-4a74-81de-a9f1e6e08fcc"
    ],
    "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-27T04:58:06.805Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
VfModuleModelInvariantUUID:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
87160591-1892-4c0d-8316-b2c5e9d3bfe7
,
05705137-5fc0-4a74-81de-a9f1e6e08fcc

}
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-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYrqdyw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bcb2fe60-c83a-4894-996a-3f4645ff8b1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb50e61c-efb3-4dd3-a664-79dacf1f97e7",
    "vfModuleModelCustomizationUUID": "acf60465-41d2-4e65-8cbe-9f8226af665d",
    "isBase": true,
    "artifacts": [
      "87160591-1892-4c0d-8316-b2c5e9d3bfe7",
      "05705137-5fc0-4a74-81de-a9f1e6e08fcc"
    ],
    "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-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
VfModuleModelInvariantUUID:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
87160591-1892-4c0d-8316-b2c5e9d3bfe7
,
05705137-5fc0-4a74-81de-a9f1e6e08fcc

}
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-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87160591-1892-4c0d-8316-b2c5e9d3bfe7 from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml 87160591-1892-4c0d-8316-b2c5e9d3bfe7 5033
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:08.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:08.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718688800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:08.903Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:08.903Z||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-27T04:58:08.904Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:08.913Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:08.913Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:58:09.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05705137-5fc0-4a74-81de-a9f1e6e08fcc from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:09.804Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:09.804Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:11.110Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env 05705137-5fc0-4a74-81de-a9f1e6e08fcc 909
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:11.112Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:11.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:11.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718691111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:11.215Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T04:58:11.216Z||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-27T04:58:11.216Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:11.226Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:11.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:12.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
2021-09-27T04:58:12.116Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YRqdyW 0 9e98e652-f8be-4a39-bb40-0737c543e49a 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-27T04:58:12.131Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bab2842, org.onap.sdc.toscaparser.api.parameters.Input@f943aeb, org.onap.sdc.toscaparser.api.parameters.Input@5db1ed4c, org.onap.sdc.toscaparser.api.parameters.Input@32035974, org.onap.sdc.toscaparser.api.parameters.Input@20788e4e]
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7c427658-a136-4975-8825-3ae2027a300f
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c427658-a136-4975-8825-3ae2027a300f matches Tosca VF Customization UUID: 7c427658-a136-4975-8825-3ae2027a300f
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7c427658-a136-4975-8825-3ae2027a300f  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-27T04:58:12.138Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.138Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7c427658-a136-4975-8825-3ae2027a300f: {\"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-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a63f3e7
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:58:12.140Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acf60465-41d2-4e65-8cbe-9f8226af665d
2021-09-27T04:58:12.140Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acf60465-41d2-4e65-8cbe-9f8226af665d
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-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78951260-511a-4ce6-884f-1e02c95a6eb4
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-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=7c427658-a136-4975-8825-3ae2027a300f
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-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4: basic_onboard_YRqdyW
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YRqdyW 
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-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YRqdyW 9e98e652-f8be-4a39-bb40-0737c543e49a 1 ASDC deployResourceStructure
2021-09-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json ASDC sendASDCNotification
2021-09-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:12.238Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:12.238Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:12.239Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:12.240Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718692237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:12.340Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:12.341Z||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-27T04:58:12.341Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:12.353Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:12.353Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:13.241Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T04:58:13.241Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:13.242Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:13.242Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:13.244Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:13.244Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718693240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:13.344Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:13.345Z||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-27T04:58:13.345Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:13.355Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:13.355Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:14.245Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:14.248Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:14.248Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718694245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:14.349Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:14.350Z||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-27T04:58:14.350Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:14.360Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:14.361Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:58:15.249Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar ASDC sendASDCNotification
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:15.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:15.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718695249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:15.353Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:15.353Z||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-27T04:58:15.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:15.363Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:15.363Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:16.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:58:16.269Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:58:16.272Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:58:16.272Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:58:16.273Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:58:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:58:46.015Z||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-27T04:58:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:46.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:58:46.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718606012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718615225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718620818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718622910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718624132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718625528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718626533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718627537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718628541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.273Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:58:46.281Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:16.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:59:16.296Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:59:46.015Z||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-27T04:59:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:59:46.300Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:59:46.309Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:46.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T04:59:46.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718673300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632718660905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718667226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718666331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718661105,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718670848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "dcae-sch",
  "timestamp": 1632718671109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718678407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718678418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718678421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718679207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "cds",
  "timestamp": 1632718679422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-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-27T04:59:46.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718679496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718680211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718674077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718680809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718680912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718674314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "policy-id",
  "timestamp": 1632718681213,
  "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-27T04:59:46.593Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.593Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632718681915,
  "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-27T04:59:46.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718682343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718682391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718683364,
  "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-27T04:59:46.624Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.624Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718684139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632718684367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "aai-ml",
  "timestamp": 1632718685143,
  "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-27T04:59:46.638Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.638Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718685797,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718687020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718688034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718688800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "clamp",
  "timestamp": 1632718689036,
  "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-27T04:59:46.653Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.654Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T04:59:46.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718691111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718692237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718693240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718694245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718695249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:00:16.312Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:00:16.323Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:00:16.333Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:00:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:46.015Z||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-27T05:00:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:46.333Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147 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-27T05:00:46.338Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147 and serviceModelVersionId: 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
2021-09-27T05:00:46.338Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04d82b3d-5141-4c43-b838-d1ff37ff220e
2021-09-27T05:00:46.340Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0
2021-09-27T05:00:46.345Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:00:46.379Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|INFO|500||Invoke
2021-09-27T05:00:46.379Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a15b46f8-8bd5-42f5-a857-dbf14383a359], X-ECOMP-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], X-TransactionId=[], X-ONAP-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], Content-Type=[application/merge-patch+json]}
2021-09-27T05:00:46.403Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:00:46.617Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?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/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:00:46:409-17314], vertex-id=[413896], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:00:46 GMT], Content-Type=[application/json]}
2021-09-27T05:00:46.617Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:00:46.618Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|INFO|500||InvokeReturn
2021-09-27T05:00:46.618Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:00:46.619Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c6d1693-748b-4f87-a8c1-58781c0fe147 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:00:46.625Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:00:46.625Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718846623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:00:46.725Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:00:46.726Z||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-27T05:00:46.726Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:46.736Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:00:46.736Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:00:47.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:00:47.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T05:00:47.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632718846623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:00:47.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T05:00:47.638Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:47.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:00:47.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:57.952Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:07.495Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:01:07.495Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:07.496Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:01:07.496Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:17.033Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:01:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:01:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:46.014Z||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-27T05:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:55.549Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:01:55.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:02:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:02:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:02:46.014Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:02:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:02:46.014Z||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-27T05:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:02:55.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:02:55.562Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:03:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:03:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:03:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:03:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:03:46.015Z||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-27T05:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:03:55.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:03:55.564Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:04:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:04:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:04:46.014Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:04:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:04:46.014Z||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-27T05:04:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:04:55.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:04:55.559Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:05:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:05:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:05:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:05:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:05:46.014Z||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-27T05:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:05:55.558Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:05:55.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:06:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:06:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:06:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:06:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:06:46.014Z||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-27T05:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:06:55.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:06:55.562Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:07:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:07:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:07:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:07:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:07:46.014Z||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-27T05:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:07:55.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:07:55.565Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:08:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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-27T05:08:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:08:46.014Z||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-27T05:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:46.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719280905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "clamp",
  "timestamp": 1632719274077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "cds",
  "timestamp": 1632719276105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "cds",
  "timestamp": 1632719276105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "clamp",
  "timestamp": 1632719274077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719280905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "cds",
  "timestamp": 1632719285408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "cds",
  "timestamp": 1632719286411,
  "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-27T05:08:46.387Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "policy-id",
  "timestamp": 1632719290848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719290877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "dcae-sch",
  "timestamp": 1632719291109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "clamp",
  "timestamp": 1632719291772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "policy-id",
  "timestamp": 1632719290848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719290877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "dcae-sch",
  "timestamp": 1632719291109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "clamp",
  "timestamp": 1632719292788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "clamp",
  "timestamp": 1632719293791,
  "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-27T05:08:46.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:08:46.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "policy-id",
  "timestamp": 1632719294569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "policy-id",
  "timestamp": 1632719295572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "policy-id",
  "timestamp": 1632719296574,
  "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-27T05:08:46.419Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:08:46.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719296331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "aai-ml",
  "timestamp": 1632719297226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719296331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "aai-ml",
  "timestamp": 1632719297226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719299507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "aai-ml",
  "timestamp": 1632719300533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719301123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719302128,
  "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-27T05:08:46.434Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:08:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "aai-ml",
  "timestamp": 1632719303813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:08:46.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "aai-ml",
  "timestamp": 1632719304817,
  "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-27T05:08:46.449Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.449Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:08:46.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:08:46.638Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:46.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c42c6bb-ac31-463f-a14b-171250255850","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"095ffbc4-a09a-417b-b9b6-c9080bab5363","serviceDescription":"service","serviceInvariantUUID":"d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"403c0c63-fe45-4c30-b1a2-773068eee7cb","resourceInvariantUUID":"2695bbae-b7b1-40e8-b1ee-5e02af8ce97d","resourceCustomizationUUID":"504f6c44-a8a0-4f99-a069-579a7af2fdd0","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":"ZjE0Mjk4NmI5NTM1NjI4ZGI5YzhkZjEzMzdlMDljMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f65bce71-9412-4228-a9f6-2afc38572897","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4e44753-30d8-4018-a151-ceb45459f468","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:08:46.641Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:08:46.642Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:46.644Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:46.644Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.744Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:46.745Z||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-27T05:08:46.745Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.756Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:46.756Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:47.645Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:08:47.646Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:47.649Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:47.649Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:08:47.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:47.750Z||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-27T05:08:47.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:47.759Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:47.759Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "095ffbc4-a09a-417b-b9b6-c9080bab5363",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "504f6c44-a8a0-4f99-a069-579a7af2fdd0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "403c0c63-fe45-4c30-b1a2-773068eee7cb",
      "resourceInvariantUUID": "2695bbae-b7b1-40e8-b1ee-5e02af8ce97d",
      "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": "YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4e44753-30d8-4018-a151-ceb45459f468"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 095ffbc4-a09a-417b-b9b6-c9080bab5363 ASDC
2021-09-27T05:08:48.651Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2c42c6bb-ac31-463f-a14b-171250255850
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:095ffbc4-a09a-417b-b9b6-c9080bab5363
ServiceInvariantUUID:d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
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:a4e44753-30d8-4018-a151-ceb45459f468
ArtifactChecksum:YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:504f6c44-a8a0-4f99-a069-579a7af2fdd0
ResourceInvariantUUID:2695bbae-b7b1-40e8-b1ee-5e02af8ce97d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:403c0c63-fe45-4c30-b1a2-773068eee7cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-27T05:08:48.651Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 095ffbc4-a09a-417b-b9b6-c9080bab5363 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-27T05:08:48.673Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a4e44753-30d8-4018-a151-ceb45459f468 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:49.865Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:08:49.869Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a4e44753-30d8-4018-a151-ceb45459f468 52167
2021-09-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:08:49.871Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:49.873Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:49.873Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719329870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:08:49.973Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:49.974Z||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-27T05:08:49.974Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:49.982Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:49.983Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:50.874Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:08:50.874Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a4e44753-30d8-4018-a151-ceb45459f468, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.983Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6597781395345402091/Definitions/service-BasicNetwork-template.yml
2021-09-27T05:08:51.297Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|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-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:095ffbc4-a09a-417b-b9b6-c9080bab5363
Model Version:NULL
Model InvariantUuid:d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2695bbae-b7b1-40e8-b1ee-5e02af8ce97d
Model UUID:6126045b-ef18-4fb2-b2ae-0a9b1ea7afff
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:504f6c44-a8a0-4f99-a069-579a7af2fdd0
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-27T05:08:51.306Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 403c0c63-fe45-4c30-b1a2-773068eee7cb
2021-09-27T05:08:51.306Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||No resources found for Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
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-27T05:08:51.311Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||
2021-09-27T05:08:51.311Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.317Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57a98c96, org.onap.sdc.toscaparser.api.parameters.Input@61d3924b, org.onap.sdc.toscaparser.api.parameters.Input@3617a1c1, org.onap.sdc.toscaparser.api.parameters.Input@7bd3f980, org.onap.sdc.toscaparser.api.parameters.Input@60850750]
2021-09-27T05:08:51.318Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 095ffbc4-a09a-417b-b9b6-c9080bab5363: Generic NeutronNet
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.344Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.344Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:51.419Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:51.419Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719331417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:08:51.519Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:51.520Z||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-27T05:08:51.520Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:51.528Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:08:51.529Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:52.420Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:08:52.434Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|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-27T05:08:52.444Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:09:22.445Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850 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-27T05:09:22.449Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c42c6bb-ac31-463f-a14b-171250255850 and serviceModelVersionId: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:09:22.450Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
2021-09-27T05:09:22.450Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0
2021-09-27T05:09:22.454Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:09:22.490Z|2c42c6bb-ac31-463f-a14b-171250255850|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/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?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-27T05:09:22.491Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|INFO|500||Invoke
2021-09-27T05:09:22.511Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:09:22.578Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|INFO|500||InvokeReturn
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|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/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:09:22:517-59227], vertex-id=[585840], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:09:22 GMT], Content-Type=[application/json]}
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|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-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|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-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c42c6bb-ac31-463f-a14b-171250255850 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:09:22.584Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:22.585Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:22.585Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719362583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:09:22.685Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:22.686Z||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-27T05:09:22.686Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:22.697Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:22.698Z||pool-39-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-27T05:09:23.596Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:09:23.596Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"590ae4f8-165f-4bd0-b823-ca7a245cf446","serviceName":"Demo_pNF_Sp8hz6TEm9PfESoPcih2","serviceVersion":"1.0","serviceUUID":"0b40dbf5-d5cf-4dea-97ab-6956699f0b10","serviceDescription":"catalog service description","serviceInvariantUUID":"2cfbdbfe-b136-41a6-a7b7-1669d3857b7b","resources":[{"resourceInstanceName":"pNF fed25260-85d1 0","resourceName":"pNF fed25260-85d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2665a7a9-e2a0-4c20-97d8-46a08a35e995","resourceInvariantUUID":"1b729d34-b880-4be5-8040-05b055a33ed4","resourceCustomizationUUID":"d2c31582-763c-4f39-bdc2-399674fa433f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml","artifactChecksum":"YTA4NGUxMTc1ZjU1MDc4MTgxMzk1NzVmOGFiNzEwNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d773df39-7843-4b97-87a0-3ac44be752b5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar","artifactChecksum":"ZWU2NDEyY2ZkMGNkMmYwYjM0MmI4MGE1MmI4YjdmMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d33b2e49-3aa7-440a-9757-3c3d212da7b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3307ef17-fd49-4cc2-ae4d-596f9cccd6d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml","artifactChecksum":"YzE2MGM3NGZiZjA0ZWYwYzhmNzkxMDQ1YTIxMjdlOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"278206be-7cbf-4364-9542-688d00f4174e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"161ba9eb-4b03-49bc-a1dc-b9594c962658","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ba92327-9628-40ec-a63a-91c48ec8eac0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSp8hz6tem9pfesopcih2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml","artifactChecksum":"ODI3ZWUzM2EyZDlhMTQzZjA2MGYzZTQ1YjMzNzZhYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a80f707d-3d1a-48cc-98b9-2f123afea969","artifactVersion":"1"},{"artifactName":"service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar","artifactChecksum":"MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000df5d2-f3d0-49a3-a705-521ad91177a5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:09:23.597Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:23.597Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:23.599Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:23.599Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:23.700Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:23.701Z||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-27T05:09:23.701Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:23.716Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:23.717Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:24.600Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:24.601Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:24.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:24.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:24.704Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:24.705Z||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-27T05:09:24.705Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:24.716Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:24.716Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:25.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:25.606Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:25.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:25.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:25.708Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:25.709Z||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-27T05:09:25.709Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:25.719Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:25.720Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:26.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:26.610Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:26.612Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:26.612Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:26.712Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:26.713Z||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-27T05:09:26.713Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:26.724Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:26.725Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:27.613Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:27.614Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:27.616Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:27.616Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:27.716Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:27.717Z||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-27T05:09:27.718Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:27.731Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:27.732Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:28.617Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:28.618Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:28.620Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:28.621Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:28.720Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T05:09:28.721Z||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-27T05:09:28.721Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:28.733Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:28.734Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:29.621Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:29.622Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:29.625Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:29.625Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:29.725Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:29.726Z||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-27T05:09:29.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:29.738Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:29.739Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:30.626Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:30.627Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:30.629Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:30.630Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:09:30.730Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:30.731Z||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-27T05:09:30.731Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:30.742Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:30.743Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "serviceName": "Demo_pNF_Sp8hz6TEm9PfESoPcih2",
  "serviceVersion": "1.0",
  "serviceUUID": "0b40dbf5-d5cf-4dea-97ab-6956699f0b10",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2cfbdbfe-b136-41a6-a7b7-1669d3857b7b",
  "resources": [
    {
      "resourceInstanceName": "pNF fed25260-85d1 0",
      "resourceCustomizationUUID": "d2c31582-763c-4f39-bdc2-399674fa433f",
      "resourceName": "pNF fed25260-85d1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2665a7a9-e2a0-4c20-97d8-46a08a35e995",
      "resourceInvariantUUID": "1b729d34-b880-4be5-8040-05b055a33ed4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
      "artifactChecksum": "MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "000df5d2-f3d0-49a3-a705-521ad91177a5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b40dbf5-d5cf-4dea-97ab-6956699f0b10 ASDC
2021-09-27T05:09:31.632Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:590ae4f8-165f-4bd0-b823-ca7a245cf446
ServiceName:Demo_pNF_Sp8hz6TEm9PfESoPcih2
ServiceVersion:1.0
ServiceUUID:0b40dbf5-d5cf-4dea-97ab-6956699f0b10
ServiceInvariantUUID:2cfbdbfe-b136-41a6-a7b7-1669d3857b7b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
ArtifactUUID:000df5d2-f3d0-49a3-a705-521ad91177a5
ArtifactChecksum:MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fed25260-85d1 0
ResourceCustomizationUUID:d2c31582-763c-4f39-bdc2-399674fa433f
ResourceInvariantUUID:1b729d34-b880-4be5-8040-05b055a33ed4
ResourceName:pNF fed25260-85d1
ResourceType:PNF
ResourceUUID:2665a7a9-e2a0-4c20-97d8-46a08a35e995
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-27T05:09:31.632Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b40dbf5-d5cf-4dea-97ab-6956699f0b10 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-27T05:09:31.660Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 000df5d2-f3d0-49a3-a705-521ad91177a5 from URL: /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:32.767Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar 000df5d2-f3d0-49a3-a705-521ad91177a5 82523
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar ASDC sendASDCNotification
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:32.772Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:32.772Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719372771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:09:32.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:09:32.873Z||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-27T05:09:32.873Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:32.883Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:32.884Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:33.773Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 000df5d2-f3d0-49a3-a705-521ad91177a5, URL: /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar to file: /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.775Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.775Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.915Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9524209248497099232/Definitions/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fed25260-85d1 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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Node template pNF fed25260-85d1 0 is matching search criteria
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fed25260-85d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Node template pNF fed25260-85d1 0 is matching search criteria
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fed25260-85d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Sp8hz6TEm9PfESoPcih2
Description:catalog service description
Model UUID:0b40dbf5-d5cf-4dea-97ab-6956699f0b10
Model Version:NULL
Model InvariantUuid:2cfbdbfe-b136-41a6-a7b7-1669d3857b7b
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-27T05:09:34.552Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
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-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||pNF fed25260-85d1 0
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0b40dbf5-d5cf-4dea-97ab-6956699f0b10
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b40dbf5-d5cf-4dea-97ab-6956699f0b10
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fed25260-85d1 0 2665a7a9-e2a0-4c20-97d8-46a08a35e995 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-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@597ac3b3, org.onap.sdc.toscaparser.api.parameters.Input@677e2381, org.onap.sdc.toscaparser.api.parameters.Input@6e61e902, org.onap.sdc.toscaparser.api.parameters.Input@6303d1c9, org.onap.sdc.toscaparser.api.parameters.Input@6cebf141]
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b40dbf5-d5cf-4dea-97ab-6956699f0b10: pNF fed25260-85d1
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
2021-09-27T05:09:34.560Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:09:34.560Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.560Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Resource customization UUID: d2c31582-763c-4f39-bdc2-399674fa433f is the same as notified resource customizationUUID: d2c31582-763c-4f39-bdc2-399674fa433f
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-27T05:09:34.610Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fed25260-85d1 2665a7a9-e2a0-4c20-97d8-46a08a35e995 0 ASDC deployResourceStructure
2021-09-27T05:09:34.610Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar ASDC sendASDCNotification
2021-09-27T05:09:34.610Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.610Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:09:34.611Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:34.612Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:34.612Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719374610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:09:34.712Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:34.713Z||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-27T05:09:34.713Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:34.722Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:34.723Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:35.613Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:09:35.623Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:09:35.626Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:09:35.626Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:09:35.626Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:09:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:09:46.014Z||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-27T05:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:46.033Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:09:46.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:09:46.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:09:46.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:10:05.626Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:10:05.636Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:10:05.639Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:10:05.639Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:10:05.639Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:10:35.640Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:10:35.650Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:10:35.653Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:10:35.653Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:10:35.653Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:10:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:10:46.014Z||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-27T05:10:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:10:46.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:10:46.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:10:46.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:10:46.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:05.653Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:11:05.664Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:11:05.667Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:11:05.668Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:11:05.668Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:11:35.668Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:11:35.678Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:11:35.679Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:11:35.679Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:11:35.679Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:11:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:11:46.015Z||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-27T05:11:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:11:46.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:11:46.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "dcae-sch",
  "timestamp": 1632719311109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719320905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719321105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719329870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719330811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719330985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719331417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "cds",
  "timestamp": 1632719331990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-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-27T05:11:46.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719331994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719333040,
  "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-27T05:11:46.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719326331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719327226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719335910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719336622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719337684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719330848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719330877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719338689,
  "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-27T05:11:46.598Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.598Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719339820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719340800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719340823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719334077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "aai-ml",
  "timestamp": 1632719341804,
  "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-27T05:11:46.613Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.613Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "policy-id",
  "timestamp": 1632719341824,
  "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-27T05:11:46.626Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.626Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719353103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719354798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "clamp",
  "timestamp": 1632719355801,
  "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-27T05:11:46.642Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 590ae4f8-165f-4bd0-b823-ca7a245cf446
2021-09-27T05:11:46.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:11:46.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719362583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:11:46.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:11:46.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719326012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719372771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:11:46.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:11:46.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719374610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:11:46.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:05.680Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:12:05.690Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:12:05.692Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:12:05.693Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-27T05:12:05.700Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:12:35.700Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446 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-27T05:12:35.711Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 590ae4f8-165f-4bd0-b823-ca7a245cf446 and serviceModelVersionId: 0b40dbf5-d5cf-4dea-97ab-6956699f0b10
2021-09-27T05:12:35.711Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cfbdbfe-b136-41a6-a7b7-1669d3857b7b
2021-09-27T05:12:35.712Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?depth=0
2021-09-27T05:12:35.717Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:12:35.767Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?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-27T05:12:35.767Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?depth=0|INFO|500||Invoke
2021-09-27T05:12:35.785Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:12:36.100Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?depth=0|INFO|500||InvokeReturn
2021-09-27T05:12:36.100Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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/2cfbdbfe-b136-41a6-a7b7-1669d3857b7b/model-vers/model-ver/0b40dbf5-d5cf-4dea-97ab-6956699f0b10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:12:35:792-92927], vertex-id=[352432], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:12:35 GMT], Content-Type=[application/json]}
2021-09-27T05:12:36.101Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:12:36.101Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:12:36.101Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-27T05:12:36.105Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-27T05:12:36.105Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 590ae4f8-165f-4bd0-b823-ca7a245cf446 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:12:36.105Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:12:36.106Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:36.108Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:36.108Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719556105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:12:36.208Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:36.209Z||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-27T05:12:36.209Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:36.224Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:36.225Z||pool-50-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-27T05:12:37.123Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:12:37.124Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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-27T05:12:37.124Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:41.514Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:41.515Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:12:41.516Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2af8d783-422f-4c4e-9c6a-d7d3fe33d04c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d1855d24-2cce-49fe-be07-85e47e354390","serviceDescription":"service","serviceInvariantUUID":"a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41efdf01-8dc4-4b90-b8ab-38b7243c152b","resourceInvariantUUID":"ba1c2504-527f-458a-8535-cbab1b3fd433","resourceCustomizationUUID":"de182b7b-34ae-4e83-8584-0117c2aaacc5","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":"ffa894df-faec-4a93-9b02-d964fc75e882","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":"MzcwZWJjNmY1NmJkZDQxMjYyN2VmZjM1NjFiNmRlYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7bb0554-ebe1-4372-8837-d61daa4c8502","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":"ZjQ5ZmU2NWNhMzE2ZDU1NmNhZjMwMTFlZDEwY2IxNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e378bf26-3da3-4c90-bc1f-19a138d00e63","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":"28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc","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":"83dbc35b-1d1a-4e06-a94c-f4ea50a2f6c0","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":"412346ac-373d-408c-aa4a-07a1ac5ed8ff","artifactVersion":"2","generatedFromUUID":"28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzUwYTE3YjZmMDA3MzVhM2JlMGYxZWEwYWRkYjQ1NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a0e0227-5846-4e5d-b8a8-6bccdd208475","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGQ3NWI3NmZlNWY3OGVkYTk3NjRhOWM4NmZkYjA4MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:12:41.518Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:41.518Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:41.521Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:41.521Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:41.621Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:41.623Z||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-27T05:12:41.623Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:41.634Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:41.634Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:42.521Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:42.522Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:42.524Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:42.524Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:42.624Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:42.625Z||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-27T05:12:42.625Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:42.639Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:42.639Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:12:43.524Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:43.525Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:43.528Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:43.529Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:12:43.629Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T05:12:43.629Z||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-27T05:12:43.629Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:43.638Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:43.639Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:12:44.530Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:44.530Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:44.532Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:44.532Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:44.632Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:44.633Z||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-27T05:12:44.634Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:44.643Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:44.643Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:45.532Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:45.533Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:45.535Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:45.536Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:45.635Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T05:12:45.636Z||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-27T05:12:45.636Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:45.646Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:45.647Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:12:46.014Z||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-27T05:12:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:46.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:46.536Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:46.537Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:46.539Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:46.540Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.640Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:46.641Z||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-27T05:12:46.641Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719516105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719520905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719534099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "cds",
  "timestamp": 1632719535103,
  "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-27T05:12:46.649Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:46.650Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:12:46.660Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.660Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719530848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719530877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719531109,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719540209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719540204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719541206,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719541742,
  "artifactURL": "/sdc/v1/catalog/services/d1855d24-2cce-49fe-be07-85e47e354390/resourceInstances/basicclamp0/artifacts/ffa894df-faec-4a93-9b02-d964fc75e882",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719541810,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "policy-id",
  "timestamp": 1632719542208,
  "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-27T05:12:46.680Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719543119,
  "artifactURL": "/sdc/v1/catalog/services/d1855d24-2cce-49fe-be07-85e47e354390/resourceInstances/basicclamp0/artifacts/ffa894df-faec-4a93-9b02-d964fc75e882",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719543308,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719536331,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "dcae-sch",
  "timestamp": 1632719544124,
  "artifactURL": "/sdc/v1/catalog/services/d1855d24-2cce-49fe-be07-85e47e354390/resourceInstances/basicclamp0/artifacts/ffa894df-faec-4a93-9b02-d964fc75e882",
  "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-27T05:12:46.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719544331,
  "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-27T05:12:46.705Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.705Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719537226,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719545335,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719545519,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719546509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719547794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719548797,
  "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-27T05:12:46.719Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.720Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719544077,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719553469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "aai-ml",
  "timestamp": 1632719554473,
  "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-27T05:12:46.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.735Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719556105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719557816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719558818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719546105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719550877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719550848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "dcae-sch",
  "timestamp": 1632719551109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719562622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719562696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719562703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719562892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719563626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719563894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719564135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "policy-id",
  "timestamp": 1632719564628,
  "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-27T05:12:46.775Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:12:46.776Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:12:46.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "cds",
  "timestamp": 1632719564681,
  "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-27T05:12:46.789Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:12:46.789Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:12:46.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "clamp",
  "timestamp": 1632719564897,
  "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-27T05:12:46.803Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
2021-09-27T05:12:46.803Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:12:46.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719565700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:46.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:12:47.540Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:47.541Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:47.543Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:47.543Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:12:47.643Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:47.644Z||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-27T05:12:47.644Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:47.653Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:47.653Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:48.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:12:48.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:48.547Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:48.547Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:12:48.647Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:48.648Z||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-27T05:12:48.648Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:48.656Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:48.657Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:49.549Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "d1855d24-2cce-49fe-be07-85e47e354390",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "de182b7b-34ae-4e83-8584-0117c2aaacc5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41efdf01-8dc4-4b90-b8ab-38b7243c152b",
      "resourceInvariantUUID": "ba1c2504-527f-458a-8535-cbab1b3fd433",
      "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": "ZjQ5ZmU2NWNhMzE2ZDU1NmNhZjMwMTFlZDEwY2IxNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e378bf26-3da3-4c90-bc1f-19a138d00e63",
          "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": "28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc",
          "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": "412346ac-373d-408c-aa4a-07a1ac5ed8ff",
            "generatedFromUUID": "28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc"
          },
          "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": "412346ac-373d-408c-aa4a-07a1ac5ed8ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGQ3NWI3NmZlNWY3OGVkYTk3NjRhOWM4NmZkYjA4MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:12:49.549Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:12:49.549Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1855d24-2cce-49fe-be07-85e47e354390 ASDC
2021-09-27T05:12:49.550Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d1855d24-2cce-49fe-be07-85e47e354390
ServiceInvariantUUID:a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2
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:ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d
ArtifactChecksum:NGQ3NWI3NmZlNWY3OGVkYTk3NjRhOWM4NmZkYjA4MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:de182b7b-34ae-4e83-8584-0117c2aaacc5
ResourceInvariantUUID:ba1c2504-527f-458a-8535-cbab1b3fd433
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:41efdf01-8dc4-4b90-b8ab-38b7243c152b
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:e378bf26-3da3-4c90-bc1f-19a138d00e63
ArtifactChecksum:ZjQ5ZmU2NWNhMzE2ZDU1NmNhZjMwMTFlZDEwY2IxNDI=
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:28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc
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:412346ac-373d-408c-aa4a-07a1ac5ed8ff
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:412346ac-373d-408c-aa4a-07a1ac5ed8ff
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T05:12:49.550Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1855d24-2cce-49fe-be07-85e47e354390 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-27T05:12:49.580Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:12:49.581Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:12:49.581Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:12:49.581Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-27T05:12:49.581Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:12:49.581Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-27T05:12:51.200Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:12:51.204Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d 73481
2021-09-27T05:12:51.204Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-27T05:12:51.204Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-27T05:12:51.204Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:12:51.204Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:51.206Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:51.206Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719571204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:51.307Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:51.307Z||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-27T05:12:51.307Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:51.317Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:51.318Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:52.207Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:12:52.207Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:12:52.208Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ce62b2d5-e85d-4a24-85bc-0a93e29b5c6d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:52.208Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-27T05:12:52.208Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:52.208Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:52.407Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2282728849068067572/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-27T05:12:53.416Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.417Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:12:53.418Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-27T05:12:53.419Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:53.420Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5b5b181-1a70-4ffd-95c3-cd096c4e7ba5
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.421Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:53.422Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:53.422Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d1855d24-2cce-49fe-be07-85e47e354390
Model Version:NULL
Model InvariantUuid:a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fe6d5ac2-0f79-43fd-a0b5-22d3d86c79b2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba1c2504-527f-458a-8535-cbab1b3fd433
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de182b7b-34ae-4e83-8584-0117c2aaacc5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1bd895fe-0890-4092-b3e5-7e2e789d8076
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a8e71861-3958-43e6-bc99-1f0dc4b49988
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a5b5b181-1a70-4ffd-95c3-cd096c4e7ba5
ModelInvariantUuid:05ef97b7-3855-4b1d-bdd5-1c6e3fbf541c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:18dd8c7f-6619-4538-b1e5-ee3aa1472bed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:78573222-127d-43b0-9314-da24e4f1f2bb
ModelInvariantUuid:1cf27fd7-0f83-48c2-9130-39d73984c4b6
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:9e271d27-a20f-46b8-9337-4c18105f7bab
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-27T05:12:53.426Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 41efdf01-8dc4-4b90-b8ab-38b7243c152b
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-27T05:12:53.428Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||basicclamp 0
2021-09-27T05:12:53.429Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41efdf01-8dc4-4b90-b8ab-38b7243c152b
2021-09-27T05:12:53.429Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e378bf26-3da3-4c90-bc1f-19a138d00e63 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-27T05:12:53.429Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:12:53.429Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-27T05:12:54.069Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:12:54.069Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e378bf26-3da3-4c90-bc1f-19a138d00e63 790
2021-09-27T05:12:54.070Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-27T05:12:54.070Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-27T05:12:54.070Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:12:54.070Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:54.072Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:54.072Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719574070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:54.172Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:54.173Z||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-27T05:12:54.173Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:54.183Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:54.183Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:55.072Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1bd895fe-0890-4092-b3e5-7e2e789d8076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8e71861-3958-43e6-bc99-1f0dc4b49988",
    "vfModuleModelCustomizationUUID": "a3815127-3254-4167-9116-f70f5ced4670",
    "isBase": true,
    "artifacts": [
      "28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc",
      "412346ac-373d-408c-aa4a-07a1ac5ed8ff"
    ],
    "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-27T05:12:55.075Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8e71861-3958-43e6-bc99-1f0dc4b49988
VfModuleModelInvariantUUID:1bd895fe-0890-4092-b3e5-7e2e789d8076
VfModuleModelDescription:NULL
Artifacts UUID List:{
28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc
,
412346ac-373d-408c-aa4a-07a1ac5ed8ff

}
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-27T05:12:55.076Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1bd895fe-0890-4092-b3e5-7e2e789d8076",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a8e71861-3958-43e6-bc99-1f0dc4b49988",
    "vfModuleModelCustomizationUUID": "a3815127-3254-4167-9116-f70f5ced4670",
    "isBase": true,
    "artifacts": [
      "28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc",
      "412346ac-373d-408c-aa4a-07a1ac5ed8ff"
    ],
    "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-27T05:12:55.076Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a8e71861-3958-43e6-bc99-1f0dc4b49988
VfModuleModelInvariantUUID:1bd895fe-0890-4092-b3e5-7e2e789d8076
VfModuleModelDescription:NULL
Artifacts UUID List:{
28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc
,
412346ac-373d-408c-aa4a-07a1ac5ed8ff

}
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-27T05:12:55.076Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-27T05:12:55.077Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:12:55.077Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-27T05:12:56.398Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:12:56.399Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 28c2c31b-ddde-4cbe-97d4-e6347fe1f3dc 5033
2021-09-27T05:12:56.399Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T05:12:56.399Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-27T05:12:56.399Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:12:56.399Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:56.401Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:56.401Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719576399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:56.502Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:56.502Z||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-27T05:12:56.502Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:56.512Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:56.513Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:12:57.402Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 412346ac-373d-408c-aa4a-07a1ac5ed8ff from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-27T05:12:57.402Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:12:57.403Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-27T05:12:57.796Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:12:57.797Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 412346ac-373d-408c-aa4a-07a1ac5ed8ff 909
2021-09-27T05:12:57.797Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T05:12:57.797Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-27T05:12:57.797Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:12:57.797Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:57.799Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:57.799Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719577797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:12:57.899Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:57.900Z||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-27T05:12:57.900Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:57.911Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:57.911Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:12:58.800Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d1855d24-2cce-49fe-be07-85e47e354390
2021-09-27T05:12:58.800Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 41efdf01-8dc4-4b90-b8ab-38b7243c152b 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-27T05:12:58.816Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@636e3c58, org.onap.sdc.toscaparser.api.parameters.Input@52ecb0e2, org.onap.sdc.toscaparser.api.parameters.Input@6186e701, org.onap.sdc.toscaparser.api.parameters.Input@617176cd, org.onap.sdc.toscaparser.api.parameters.Input@73ef1a47]
2021-09-27T05:12:58.817Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.818Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.818Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T05:12:58.818Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= de182b7b-34ae-4e83-8584-0117c2aaacc5
2021-09-27T05:12:58.818Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de182b7b-34ae-4e83-8584-0117c2aaacc5 matches Tosca VF Customization UUID: de182b7b-34ae-4e83-8584-0117c2aaacc5
2021-09-27T05:12:58.818Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: de182b7b-34ae-4e83-8584-0117c2aaacc5  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-27T05:12:58.820Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.820Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id de182b7b-34ae-4e83-8584-0117c2aaacc5: {\"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-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78764d98
2021-09-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3815127-3254-4167-9116-f70f5ced4670
2021-09-27T05:12:58.821Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3815127-3254-4167-9116-f70f5ced4670
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-27T05:12:58.823Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.823Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:58.823Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:58.824Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.824Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:58.824Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:58.825Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.825Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-27T05:12:58.825Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T05:12:58.825Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T05:12:58.825Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5b5b181-1a70-4ffd-95c3-cd096c4e7ba5
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-27T05:12:58.828Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.828Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:58.828Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:12:58.828Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.828Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-27T05:12:58.829Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=de182b7b-34ae-4e83-8584-0117c2aaacc5
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-27T05:12:58.830Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.830Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d1855d24-2cce-49fe-be07-85e47e354390: basicclamp
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.831Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.832Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.832Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.832Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:12:58.832Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:12:58.832Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:12:58.914Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 41efdf01-8dc4-4b90-b8ab-38b7243c152b 1 ASDC deployResourceStructure
2021-09-27T05:12:58.914Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-27T05:12:58.914Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-27T05:12:58.914Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:12:58.914Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:58.916Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:58.916Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719578914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:12:59.016Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:12:59.017Z||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-27T05:12:59.017Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:12:59.028Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:12:59.029Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:12:59.917Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T05:12:59.917Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-27T05:12:59.917Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:12:59.917Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:12:59.919Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:12:59.919Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719579916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:00.020Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:00.021Z||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-27T05:13:00.021Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:00.030Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:00.031Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:00.920Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T05:13:00.921Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-27T05:13:00.921Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:00.921Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:00.923Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:00.923Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719580920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:01.023Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:01.024Z||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-27T05:13:01.024Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:01.031Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:01.031Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:01.924Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-27T05:13:01.924Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-27T05:13:01.925Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:01.925Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:01.927Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:01.927Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719581924,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:02.027Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:02.028Z||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-27T05:13:02.028Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:02.038Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:02.038Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:02.928Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:13:02.939Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:13:02.942Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|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-27T05:13:02.947Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:13:32.949Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c 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-27T05:13:32.963Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c and serviceModelVersionId: d1855d24-2cce-49fe-be07-85e47e354390
2021-09-27T05:13:32.963Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2
2021-09-27T05:13:32.965Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0
2021-09-27T05:13:32.972Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:13:33.019Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0|INFO|500||Invoke
2021-09-27T05:13:33.020Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2af8d783-422f-4c4e-9c6a-d7d3fe33d04c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67449191-fd97-4ee3-a6df-4d539477d2cc], X-ECOMP-RequestID=[2af8d783-422f-4c4e-9c6a-d7d3fe33d04c], X-TransactionId=[], X-ONAP-RequestID=[2af8d783-422f-4c4e-9c6a-d7d3fe33d04c], Content-Type=[application/merge-patch+json]}
2021-09-27T05:13:33.039Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:13:33.300Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?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/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:13:33:046-94763], vertex-id=[458952], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:13:33 GMT], Content-Type=[application/json]}
2021-09-27T05:13:33.301Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:13:33.301Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a253e40a-d0c4-49b2-9c3c-0ae54ee5e3c2/model-vers/model-ver/d1855d24-2cce-49fe-be07-85e47e354390?depth=0|INFO|500||InvokeReturn
2021-09-27T05:13:33.302Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:13:33.302Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|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-27T05:13:33.306Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|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-27T05:13:33.307Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2af8d783-422f-4c4e-9c6a-d7d3fe33d04c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:13:33.307Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:13:33.307Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:33.310Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:33.310Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719613307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:13:33.410Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:33.411Z||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-27T05:13:33.411Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:33.427Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:33.428Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T05:13:34.322Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:13:34.322Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f81fe265-5d7a-48c7-a764-96e0c71719a6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"aeb0ee9c-7774-406f-8881-c88e791e2948","serviceDescription":"service","serviceInvariantUUID":"adf2b7a0-ee26-457e-a054-7474260903f2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"beb41983-bbee-4421-b6ea-407d20473f18","resourceInvariantUUID":"6323b9f7-b605-407c-97f5-14fb55cfddb5","resourceCustomizationUUID":"9003fa0d-13bb-4fde-8149-a88d233bfef6","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":"ZGM2NjMzNDRkMGZjMTU5MmExY2RiODIyNjFmYTU2MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a895ec1-3b94-4627-8ac6-9b019872e91f","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":"YTg4MWFiNWM2NzVmYjExNmRkZmViZjJiYWUwNzI0ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afdade26-1b3c-465c-82aa-6bff817cd37a","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":"57630953-3ff0-4bf8-972f-e94f1863ecd0","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":"d59ff68a-764b-4ec0-b8ef-8169595b539a","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":"bc6766e3-1525-439a-af4a-ec777ab1b4e9","artifactVersion":"2","generatedFromUUID":"57630953-3ff0-4bf8-972f-e94f1863ecd0"},{"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":"YjkwMmRlY2EyMDM5Yzk4MDFlZjQxZTI0ZmZjYmEwMjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5a978795-e878-4fd7-880c-3e48a1b943c4","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":"NWM0Mjg2M2ZjZTg4NDNiZjE2YWExNTVjZWMyMmQzZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8a7d6dc-6894-4063-9a0e-7a8584495322","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjA2ZjhhOGI5NzdkYTQ0MjVkNzA1ODM5YmZmYWY5OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e19ec26-70a3-40cc-9163-f3991bce96a4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:13:34.323Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:34.323Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:34.324Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:34.324Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:13:34.425Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:34.425Z||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-27T05:13:34.425Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:34.435Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:34.435Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:35.325Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:35.326Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:35.328Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:35.328Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:13:35.428Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:35.429Z||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-27T05:13:35.429Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:35.439Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:35.439Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:36.329Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:36.330Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:36.333Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:36.333Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:13:36.433Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:36.434Z||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-27T05:13:36.434Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:36.446Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:36.446Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:37.334Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:37.335Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:37.337Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:37.337Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:13:37.437Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:37.438Z||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-27T05:13:37.438Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:37.448Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:37.448Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:38.338Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:38.338Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:38.340Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:38.340Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:13:38.441Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:38.442Z||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-27T05:13:38.442Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:38.453Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:38.454Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:39.341Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:39.342Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:39.343Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:39.343Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:13:39.443Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:39.444Z||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-27T05:13:39.444Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:39.454Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:39.454Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:40.344Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:40.344Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:40.346Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:40.346Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:13:40.446Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:40.447Z||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-27T05:13:40.447Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:40.457Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:40.457Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:41.347Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:13:41.347Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:41.349Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:41.349Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:13:41.449Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:41.450Z||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-27T05:13:41.450Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:41.460Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:41.461Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:42.350Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "aeb0ee9c-7774-406f-8881-c88e791e2948",
  "serviceDescription": "service",
  "serviceInvariantUUID": "adf2b7a0-ee26-457e-a054-7474260903f2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "9003fa0d-13bb-4fde-8149-a88d233bfef6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "beb41983-bbee-4421-b6ea-407d20473f18",
      "resourceInvariantUUID": "6323b9f7-b605-407c-97f5-14fb55cfddb5",
      "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": "YTg4MWFiNWM2NzVmYjExNmRkZmViZjJiYWUwNzI0ZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afdade26-1b3c-465c-82aa-6bff817cd37a",
          "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": "57630953-3ff0-4bf8-972f-e94f1863ecd0",
          "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": "bc6766e3-1525-439a-af4a-ec777ab1b4e9",
            "generatedFromUUID": "57630953-3ff0-4bf8-972f-e94f1863ecd0"
          },
          "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": "bc6766e3-1525-439a-af4a-ec777ab1b4e9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjA2ZjhhOGI5NzdkYTQ0MjVkNzA1ODM5YmZmYWY5OTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2e19ec26-70a3-40cc-9163-f3991bce96a4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:13:42.351Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:13:42.351Z|2af8d783-422f-4c4e-9c6a-d7d3fe33d04c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aeb0ee9c-7774-406f-8881-c88e791e2948 ASDC
2021-09-27T05:13:42.352Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f81fe265-5d7a-48c7-a764-96e0c71719a6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:aeb0ee9c-7774-406f-8881-c88e791e2948
ServiceInvariantUUID:adf2b7a0-ee26-457e-a054-7474260903f2
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:2e19ec26-70a3-40cc-9163-f3991bce96a4
ArtifactChecksum:NjA2ZjhhOGI5NzdkYTQ0MjVkNzA1ODM5YmZmYWY5OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:9003fa0d-13bb-4fde-8149-a88d233bfef6
ResourceInvariantUUID:6323b9f7-b605-407c-97f5-14fb55cfddb5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:beb41983-bbee-4421-b6ea-407d20473f18
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:afdade26-1b3c-465c-82aa-6bff817cd37a
ArtifactChecksum:YTg4MWFiNWM2NzVmYjExNmRkZmViZjJiYWUwNzI0ZWE=
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:57630953-3ff0-4bf8-972f-e94f1863ecd0
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:bc6766e3-1525-439a-af4a-ec777ab1b4e9
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:bc6766e3-1525-439a-af4a-ec777ab1b4e9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T05:13:42.352Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeb0ee9c-7774-406f-8881-c88e791e2948 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-27T05:13:42.383Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:13:42.384Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:13:42.384Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:13:42.384Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2e19ec26-70a3-40cc-9163-f3991bce96a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-27T05:13:42.384Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:13:42.385Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-27T05:13:42.588Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:13:42.592Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2e19ec26-70a3-40cc-9163-f3991bce96a4 78597
2021-09-27T05:13:42.593Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:42.593Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:42.593Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:13:42.593Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:42.595Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:42.595Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719622593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:13:42.696Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:42.696Z||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-27T05:13:42.696Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:42.706Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:42.707Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:13:43.596Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:13:43.597Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:13:43.597Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2e19ec26-70a3-40cc-9163-f3991bce96a4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-27T05:13:43.597Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-27T05:13:43.598Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-27T05:13:43.598Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-27T05:13:43.700Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14177722967798566946/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-27T05:13:44.676Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:13:44.677Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:13:44.677Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-27T05:13:44.677Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T05:13:44.677Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:44.677Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:44.678Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-BasicVmMacro-csar.csar
2021-09-27T05:13:44.678Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-BasicVmMacro-csar.csar
2021-09-27T05:13:44.678Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-BasicVmMacro-csar.csar
2021-09-27T05:13:44.678Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:44.678Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-BasicVmMacro-csar.csar
2021-09-27T05:13:44.679Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:44.679Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-BasicVmMacro-csar.csar
2021-09-27T05:13:44.679Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:13:44.679Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.679Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.680Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:44.680Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:13:44.680Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:13:44.680Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.680Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.681Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:44.681Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:13:44.681Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:13:44.681Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.681Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:13:44.682Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T05:13:44.683Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.683Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:13:44.683Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.683Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:44.683Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:44.684Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52aa1105-1644-45ed-a284-bacd79895293
2021-09-27T05:13:44.685Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.686Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:44.687Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:44.687Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:aeb0ee9c-7774-406f-8881-c88e791e2948
Model Version:NULL
Model InvariantUuid:adf2b7a0-ee26-457e-a054-7474260903f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2eff2ba8-476c-47ad-b45a-a437fabafbe5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6323b9f7-b605-407c-97f5-14fb55cfddb5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9003fa0d-13bb-4fde-8149-a88d233bfef6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:32e99eb8-df56-42f6-bc1c-85c9fb0ad8b0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4e36c118-ea8a-4d00-ab8f-a09f0384b719
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52aa1105-1644-45ed-a284-bacd79895293
ModelInvariantUuid:c7578423-ad48-4de0-998c-3f9ab8a17104
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8a32dc78-e68d-4283-aa93-927ba19aca3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:529684b7-2006-4506-9cdf-1a7490185220
ModelInvariantUuid:b1c23817-1be9-4e6e-8c69-d2cc885a0a9e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b1901685-107f-4b85-b7ad-4dc4ea101404
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-27T05:13:45.127Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: beb41983-bbee-4421-b6ea-407d20473f18
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-27T05:13:45.130Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2021-09-27T05:13:45.130Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: beb41983-bbee-4421-b6ea-407d20473f18
2021-09-27T05:13:45.131Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: afdade26-1b3c-465c-82aa-6bff817cd37a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-27T05:13:45.131Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:13:45.131Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:45.615Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:13:45.616Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json afdade26-1b3c-465c-82aa-6bff817cd37a 792
2021-09-27T05:13:45.616Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:45.617Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:45.617Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:13:45.617Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:45.619Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:45.620Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719625616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:13:45.720Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:45.720Z||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-27T05:13:45.720Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:45.729Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:45.729Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:13:46.015Z||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-27T05:13:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:46.131Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:46.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:13:46.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:13:46.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:13:46.620Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "32e99eb8-df56-42f6-bc1c-85c9fb0ad8b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e36c118-ea8a-4d00-ab8f-a09f0384b719",
    "vfModuleModelCustomizationUUID": "1abe7413-35a4-445f-82cc-b58597195347",
    "isBase": true,
    "artifacts": [
      "57630953-3ff0-4bf8-972f-e94f1863ecd0",
      "bc6766e3-1525-439a-af4a-ec777ab1b4e9"
    ],
    "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-27T05:13:46.623Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e36c118-ea8a-4d00-ab8f-a09f0384b719
VfModuleModelInvariantUUID:32e99eb8-df56-42f6-bc1c-85c9fb0ad8b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
57630953-3ff0-4bf8-972f-e94f1863ecd0
,
bc6766e3-1525-439a-af4a-ec777ab1b4e9

}
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-27T05:13:46.625Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "32e99eb8-df56-42f6-bc1c-85c9fb0ad8b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4e36c118-ea8a-4d00-ab8f-a09f0384b719",
    "vfModuleModelCustomizationUUID": "1abe7413-35a4-445f-82cc-b58597195347",
    "isBase": true,
    "artifacts": [
      "57630953-3ff0-4bf8-972f-e94f1863ecd0",
      "bc6766e3-1525-439a-af4a-ec777ab1b4e9"
    ],
    "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-27T05:13:46.625Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e36c118-ea8a-4d00-ab8f-a09f0384b719
VfModuleModelInvariantUUID:32e99eb8-df56-42f6-bc1c-85c9fb0ad8b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
57630953-3ff0-4bf8-972f-e94f1863ecd0
,
bc6766e3-1525-439a-af4a-ec777ab1b4e9

}
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-27T05:13:46.625Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57630953-3ff0-4bf8-972f-e94f1863ecd0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-27T05:13:46.625Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:13:46.626Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:48.606Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:13:48.606Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 57630953-3ff0-4bf8-972f-e94f1863ecd0 5033
2021-09-27T05:13:48.606Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:48.606Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:48.606Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:13:48.607Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:48.608Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:48.608Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719628606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:13:48.709Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:48.709Z||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-27T05:13:48.710Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:48.720Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:48.721Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:49.609Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc6766e3-1525-439a-af4a-ec777ab1b4e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-27T05:13:49.610Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:13:49.610Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:51.418Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:13:51.419Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bc6766e3-1525-439a-af4a-ec777ab1b4e9 903
2021-09-27T05:13:51.420Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:51.420Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:51.421Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:13:51.421Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:51.423Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:51.423Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719631420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:13:51.523Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:51.524Z||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-27T05:13:51.525Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:51.533Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:51.533Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:52.424Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: aeb0ee9c-7774-406f-8881-c88e791e2948
2021-09-27T05:13:52.424Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 beb41983-bbee-4421-b6ea-407d20473f18 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-27T05:13:52.436Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62819609, org.onap.sdc.toscaparser.api.parameters.Input@6af849b7, org.onap.sdc.toscaparser.api.parameters.Input@4e9f6b2f, org.onap.sdc.toscaparser.api.parameters.Input@2d5ee0eb, org.onap.sdc.toscaparser.api.parameters.Input@43810a97]
2021-09-27T05:13:52.437Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.437Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.438Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T05:13:52.438Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9003fa0d-13bb-4fde-8149-a88d233bfef6
2021-09-27T05:13:52.438Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9003fa0d-13bb-4fde-8149-a88d233bfef6 matches Tosca VF Customization UUID: 9003fa0d-13bb-4fde-8149-a88d233bfef6
2021-09-27T05:13:52.438Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9003fa0d-13bb-4fde-8149-a88d233bfef6  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-27T05:13:52.440Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.440Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9003fa0d-13bb-4fde-8149-a88d233bfef6: {\"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-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ec6470
2021-09-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1abe7413-35a4-445f-82cc-b58597195347
2021-09-27T05:13:52.441Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1abe7413-35a4-445f-82cc-b58597195347
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-27T05:13:52.443Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.443Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:52.443Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-27T05:13:52.444Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:13:52.445Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=52aa1105-1644-45ed-a284-bacd79895293
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-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-27T05:13:52.447Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9003fa0d-13bb-4fde-8149-a88d233bfef6
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-27T05:13:52.449Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.449Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.450Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid aeb0ee9c-7774-406f-8881-c88e791e2948: basic_vm_macro
2021-09-27T05:13:52.450Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.450Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.450Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.450Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.451Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.451Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.451Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.451Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.451Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:13:52.452Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:13:52.452Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:52.536Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro beb41983-bbee-4421-b6ea-407d20473f18 1 ASDC deployResourceStructure
2021-09-27T05:13:52.537Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:52.537Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:52.537Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:52.537Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:52.539Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:52.539Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719632537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:52.640Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:52.640Z||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-27T05:13:52.640Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:52.652Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:52.652Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:53.540Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:53.541Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:53.541Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:53.541Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:53.543Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:53.543Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719633540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:53.644Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:13:53.645Z||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-27T05:13:53.645Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:53.656Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:53.656Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:54.544Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:54.545Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:54.545Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:54.545Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:54.547Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:54.548Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719634544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:54.648Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:54.649Z||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-27T05:13:54.649Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:54.660Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:54.660Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:55.548Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:55.549Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||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-27T05:13:55.549Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:13:55.549Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:13:55.551Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:13:55.551Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719635548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:13:55.651Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:13:55.652Z||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-27T05:13:55.652Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:13:55.662Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:13:55.662Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:13:56.551Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:13:56.563Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:13:56.566Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:13:56.566Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:13:56.566Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:14:26.566Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:14:26.575Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:14:26.577Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:14:26.577Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:14:26.577Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:14:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:14:46.015Z||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-27T05:14:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:14:46.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:14:46.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719566720,
  "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-27T05:14:46.054Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:14:46.054Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:14:46.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719567723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719560905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719571204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719566331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719574070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719567226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719576399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719576510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719577313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719577797,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719578818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719578914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719579821,
  "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-27T05:14:46.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:14:46.080Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:14:46.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719579916,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719580920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719574077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719581924,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719583094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "aai-ml",
  "timestamp": 1632719584099,
  "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-27T05:14:46.098Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:14:46.098Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719590822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719592520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "clamp",
  "timestamp": 1632719593523,
  "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-27T05:14:46.111Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f81fe265-5d7a-48c7-a764-96e0c71719a6
2021-09-27T05:14:46.111Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:14:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2af8d783-422f-4c4e-9c6a-d7d3fe33d04c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719613307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:14:46.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719557123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719622593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719625616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:14:46.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:14:56.577Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:14:56.586Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:14:56.589Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-27T05:14:56.593Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:15:26.594Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f81fe265-5d7a-48c7-a764-96e0c71719a6 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-27T05:15:26.600Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f81fe265-5d7a-48c7-a764-96e0c71719a6 and serviceModelVersionId: aeb0ee9c-7774-406f-8881-c88e791e2948
2021-09-27T05:15:26.600Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adf2b7a0-ee26-457e-a054-7474260903f2
2021-09-27T05:15:26.601Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?depth=0
2021-09-27T05:15:26.605Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:15:26.638Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?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-27T05:15:26.639Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?depth=0|INFO|500||Invoke
2021-09-27T05:15:26.659Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:15:26.824Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?depth=0|INFO|500||InvokeReturn
2021-09-27T05:15:26.825Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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/adf2b7a0-ee26-457e-a054-7474260903f2/model-vers/model-ver/aeb0ee9c-7774-406f-8881-c88e791e2948?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-05:15:26:666-96899], vertex-id=[381104], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:15:26 GMT], Content-Type=[application/json]}
2021-09-27T05:15:26.825Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:15:26.825Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:15:26.825Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-27T05:15:26.829Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-27T05:15:26.829Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f81fe265-5d7a-48c7-a764-96e0c71719a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:15:26.829Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:15:26.830Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:26.831Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:26.832Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719726829,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:15:26.932Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:26.932Z||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-27T05:15:26.933Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:26.944Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:26.944Z||pool-84-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-27T05:15:27.845Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:15:27.845Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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-27T05:15:27.845Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:32.128Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:32.129Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:15:32.129Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7321ba10-e842-4c20-93cf-ae3dcb618da2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4188a11c-2a3f-4d83-ba3e-612dd66d735e","serviceDescription":"service","serviceInvariantUUID":"6573407e-ae4e-4028-a8ce-1ea2581801fa","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de620860-d6ce-4dcb-aacc-5be24325fc66","resourceInvariantUUID":"9fde3913-2576-4420-92ca-d6e2aac47122","resourceCustomizationUUID":"d499c1b0-5b64-4a41-91d9-a77d406066bf","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":"OWQ4OTk1MDJkZGNjOTM5MDg3ZmI3Yzg5ZGQwM2Q1ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0edb31f9-2fa2-4024-adf8-9f48f8256df5","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":"26afbcf2-2865-4eff-b262-d113f9611619","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":"cefd83dd-b021-4416-afcf-d65948ed9169","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":"OWZmNTRkMDhjMGRmNzUzMmY3NmY3ODc2NTg2NTRmNjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4a145634-3fb4-45a5-95be-a895f411474f","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":"ceb650ab-2ce8-44b2-a20c-1317d86c9891","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":"b53ab488-e057-465a-9468-a4f10ae296e5","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":"8089e9dc-d788-4de7-915b-8fa98a2615a3","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":"YzRlNzJlZjkxYzdlYWRmM2MwYjgzMzkwY2ZhZTMwMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4ab7633-2781-4f07-aea6-e05159d3f0a6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjk5N2IzYTg1Nzc5NDcxNDVhOTUzNWI1ZTQxN2NmMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a3a823a-ed48-4ae2-a98f-a26c27193bcf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:15:32.131Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:32.131Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:32.133Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:32.133Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:32.234Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:32.235Z||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-27T05:15:32.235Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:32.246Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:32.246Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:33.134Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:33.134Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:33.136Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:33.136Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:33.237Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:15:33.238Z||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-27T05:15:33.238Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:33.249Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:33.249Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:34.137Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:34.137Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:34.139Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:34.139Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:34.239Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:34.240Z||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-27T05:15:34.240Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:34.253Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:34.253Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:35.139Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:35.141Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:35.142Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:35.142Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:35.243Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:35.243Z||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-27T05:15:35.243Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:35.253Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:35.254Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:36.143Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:36.144Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:36.146Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:36.146Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:36.246Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:36.247Z||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-27T05:15:36.247Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:36.258Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:36.258Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:37.146Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:37.147Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:37.149Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:37.149Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:37.249Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:37.250Z||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-27T05:15:37.250Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:37.259Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:37.259Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:38.149Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:38.151Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:38.154Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:38.154Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:38.254Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:38.255Z||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-27T05:15:38.255Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:38.265Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:38.266Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:39.154Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:39.155Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:39.157Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:39.157Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:15:39.257Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:39.258Z||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-27T05:15:39.258Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:39.267Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:39.268Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:15:40.157Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:15:40.158Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:40.159Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:40.159Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:15:40.260Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:40.261Z||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-27T05:15:40.261Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:40.270Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:40.270Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:41.161Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4188a11c-2a3f-4d83-ba3e-612dd66d735e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6573407e-ae4e-4028-a8ce-1ea2581801fa",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d499c1b0-5b64-4a41-91d9-a77d406066bf",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "de620860-d6ce-4dcb-aacc-5be24325fc66",
      "resourceInvariantUUID": "9fde3913-2576-4420-92ca-d6e2aac47122",
      "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": "Zjk5N2IzYTg1Nzc5NDcxNDVhOTUzNWI1ZTQxN2NmMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a3a823a-ed48-4ae2-a98f-a26c27193bcf"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:15:41.161Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:15:41.161Z|f81fe265-5d7a-48c7-a764-96e0c71719a6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4188a11c-2a3f-4d83-ba3e-612dd66d735e ASDC
2021-09-27T05:15:41.161Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7321ba10-e842-4c20-93cf-ae3dcb618da2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4188a11c-2a3f-4d83-ba3e-612dd66d735e
ServiceInvariantUUID:6573407e-ae4e-4028-a8ce-1ea2581801fa
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:0a3a823a-ed48-4ae2-a98f-a26c27193bcf
ArtifactChecksum:Zjk5N2IzYTg1Nzc5NDcxNDVhOTUzNWI1ZTQxN2NmMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d499c1b0-5b64-4a41-91d9-a77d406066bf
ResourceInvariantUUID:9fde3913-2576-4420-92ca-d6e2aac47122
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:de620860-d6ce-4dcb-aacc-5be24325fc66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-27T05:15:41.161Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4188a11c-2a3f-4d83-ba3e-612dd66d735e 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-27T05:15:41.185Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:15:41.186Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:15:41.186Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:15:41.186Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0a3a823a-ed48-4ae2-a98f-a26c27193bcf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-27T05:15:41.186Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:15:41.186Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-27T05:15:41.798Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:15:41.822Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0a3a823a-ed48-4ae2-a98f-a26c27193bcf 105555
2021-09-27T05:15:41.825Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:41.829Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:41.829Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:15:41.829Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:41.836Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:41.837Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719741825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:15:41.937Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:41.937Z||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-27T05:15:41.937Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:41.945Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:41.945Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:42.837Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:15:42.838Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:15:42.839Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0a3a823a-ed48-4ae2-a98f-a26c27193bcf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-27T05:15:42.839Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-27T05:15:42.840Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-27T05:15:42.840Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-27T05:15:42.931Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2515893616699351699/Definitions/service-TestPnfMacro-template.yml
2021-09-27T05:15:43.509Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-TestPnfMacro-csar.csar
2021-09-27T05:15:43.510Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-TestPnfMacro-csar.csar
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-TestPnfMacro-csar.csar
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:15:43.511Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.512Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.513Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.513Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.513Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.513Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4188a11c-2a3f-4d83-ba3e-612dd66d735e
Model Version:NULL
Model InvariantUuid:6573407e-ae4e-4028-a8ce-1ea2581801fa
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-27T05:15:43.520Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: de620860-d6ce-4dcb-aacc-5be24325fc66
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-27T05:15:43.522Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-27T05:15:43.522Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: de620860-d6ce-4dcb-aacc-5be24325fc66
2021-09-27T05:15:43.522Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4188a11c-2a3f-4d83-ba3e-612dd66d735e
2021-09-27T05:15:43.522Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4188a11c-2a3f-4d83-ba3e-612dd66d735e
2021-09-27T05:15:43.522Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 de620860-d6ce-4dcb-aacc-5be24325fc66 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-27T05:15:43.526Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@562d94ff, org.onap.sdc.toscaparser.api.parameters.Input@764a0026, org.onap.sdc.toscaparser.api.parameters.Input@36050297, org.onap.sdc.toscaparser.api.parameters.Input@283f4fe7, org.onap.sdc.toscaparser.api.parameters.Input@128fac73]
2021-09-27T05:15:43.526Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.526Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.527Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4188a11c-2a3f-4d83-ba3e-612dd66d735e: test-pnf
2021-09-27T05:15:43.527Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Processing PNF resource: de620860-d6ce-4dcb-aacc-5be24325fc66
2021-09-27T05:15:43.527Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:15:43.527Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:15:43.527Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||Resource customization UUID: d499c1b0-5b64-4a41-91d9-a77d406066bf is the same as notified resource customizationUUID: d499c1b0-5b64-4a41-91d9-a77d406066bf
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-27T05:15:43.554Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf de620860-d6ce-4dcb-aacc-5be24325fc66 0 ASDC deployResourceStructure
2021-09-27T05:15:43.554Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.554Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||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-27T05:15:43.554Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:15:43.554Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:15:43.556Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:15:43.556Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719743554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:15:43.656Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:15:43.657Z||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-27T05:15:43.657Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:43.667Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:43.667Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:15:44.557Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:15:44.567Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:15:44.570Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:15:44.570Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:15:44.570Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:15:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:15:46.014Z||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-27T05:15:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:15:46.031Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:15:46.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719628606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:15:46.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719631420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719632537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719633540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:15:46.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719634544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:15:46.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:15:46.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:15:46.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719635548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:15:46.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:14.570Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:16:14.580Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:16:14.581Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:16:14.581Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:16:14.581Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:16:44.582Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:16:44.591Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:16:44.593Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:16:44.593Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:16:44.593Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:16:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:16:46.015Z||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-27T05:16:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:16:46.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:16:46.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719700905,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719710848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719710877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719711105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "dcae-sch",
  "timestamp": 1632719711109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719720210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719720925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719721118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719721237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719721928,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719722240,
  "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-27T05:16:46.558Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:16:46.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "cds",
  "timestamp": 1632719722284,
  "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-27T05:16:46.570Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.570Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:16:46.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "policy-id",
  "timestamp": 1632719722931,
  "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-27T05:16:46.580Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.581Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:16:46.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719716331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719717226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719726628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f81fe265-5d7a-48c7-a764-96e0c71719a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719726829,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719728424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719728872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719729427,
  "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-27T05:16:46.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719724077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719733469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "aai-ml",
  "timestamp": 1632719734473,
  "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-27T05:16:46.608Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.608Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:16:46.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719727845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719741825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719742850,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719743554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719743866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:16:46.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "clamp",
  "timestamp": 1632719744869,
  "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-27T05:16:46.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7321ba10-e842-4c20-93cf-ae3dcb618da2
2021-09-27T05:16:46.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:17:14.593Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:17:14.603Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.606Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:17:14.607Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-27T05:17:14.615Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:17:44.615Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2 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-27T05:17:44.621Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7321ba10-e842-4c20-93cf-ae3dcb618da2 and serviceModelVersionId: 4188a11c-2a3f-4d83-ba3e-612dd66d735e
2021-09-27T05:17:44.621Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6573407e-ae4e-4028-a8ce-1ea2581801fa
2021-09-27T05:17:44.622Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?depth=0
2021-09-27T05:17:44.629Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:17:44.656Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?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-27T05:17:44.657Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?depth=0|INFO|500||Invoke
2021-09-27T05:17:44.677Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:17:44.821Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?depth=0|INFO|500||InvokeReturn
2021-09-27T05:17:44.821Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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/6573407e-ae4e-4028-a8ce-1ea2581801fa/model-vers/model-ver/4188a11c-2a3f-4d83-ba3e-612dd66d735e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:17:44:683-90014], vertex-id=[483528], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:17:44 GMT], Content-Type=[application/json]}
2021-09-27T05:17:44.821Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:17:44.822Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:17:44.822Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-27T05:17:44.827Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-27T05:17:44.827Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7321ba10-e842-4c20-93cf-ae3dcb618da2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:17:44.828Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:17:44.828Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:44.831Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:44.831Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719864827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:17:44.932Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:17:44.932Z||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-27T05:17:44.933Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:44.945Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:44.946Z||pool-96-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-27T05:17:45.841Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:17:45.842Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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-27T05:17:45.842Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:17:46.015Z||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-27T05:17:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:46.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:46.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719807226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719810848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "dcae-sch",
  "timestamp": 1632719811109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719806331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719820603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719820617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719820605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719820709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719814077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719821610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719822214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "policy-id",
  "timestamp": 1632719822613,
  "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-27T05:17:46.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719816105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719823083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719823501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719823941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719824087,
  "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-27T05:17:46.473Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719824524,
  "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-27T05:17:46.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "cds",
  "timestamp": 1632719824944,
  "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-27T05:17:46.498Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.498Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719825527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719826861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719820905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719828868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:17:46.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719828970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:17:46.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "clamp",
  "timestamp": 1632719829870,
  "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-27T05:17:46.512Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "aai-ml",
  "timestamp": 1632719829973,
  "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-27T05:17:46.526Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 898e2630-e02e-4a03-b0d2-0e8daa02b102
2021-09-27T05:17:46.526Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7321ba10-e842-4c20-93cf-ae3dcb618da2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719864827,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:46.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:17:50.139Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:50.140Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:17:50.140Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"898e2630-e02e-4a03-b0d2-0e8daa02b102","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0331ca2a-63f2-462d-9ca3-4a53719c1042","serviceDescription":"service","serviceInvariantUUID":"abf18a0b-4e86-4aed-b079-ad797d4fd8c5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04ebbde6-a094-41d8-92bd-f6d972029924","resourceInvariantUUID":"ea6d1d3d-2d04-4134-82f5-7c0a1f061281","resourceCustomizationUUID":"5ae63205-4112-4198-9410-b7c46778b2bd","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":"NmU4OTViMDk1ZjgwNWZiMzdmOTEwM2E1YTEzNDYwM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7363ad2-823d-4391-a15b-86686e24c921","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":"NDQ5YzE2ODdlMmQ0NGY2NmVhYjZhOGFhNGI4YmExMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"512bd8c2-7c2b-4b4e-bdc4-a65287c9958a","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":"07f661ca-0248-4cf5-ac67-bb260c2037ad","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":"8e858b0e-4e7b-4c08-87d3-ac27b3e93649","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":"154838fc-2a10-4149-b2cd-2dd3cd694902","artifactVersion":"2","generatedFromUUID":"07f661ca-0248-4cf5-ac67-bb260c2037ad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjczYTU1YmExNGRlOTMxY2RkOGYyODMxNWQzMDJjMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46c0ac23-7a4d-49d5-b0f0-940eaf0f5220","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTYzYmY4NWQwYTdmMjczOWZlZGRmOGNjZWUzZWY0YmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d40bf08e-cde5-4fc8-bb16-df1c7ee27694","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:17:50.142Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:50.142Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:50.144Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:50.144Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:50.245Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:17:50.245Z||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-27T05:17:50.245Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:50.256Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:50.256Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:51.145Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:51.146Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:51.147Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:51.148Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:17:51.248Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:51.248Z||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-27T05:17:51.248Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:51.259Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:51.259Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:52.148Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:52.149Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:52.151Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:52.151Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:17:52.251Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:52.252Z||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-27T05:17:52.252Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:52.261Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:52.261Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:53.152Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:53.153Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:53.154Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:53.154Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:53.254Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:53.255Z||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-27T05:17:53.255Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:53.265Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:53.265Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:54.154Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:54.155Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:54.158Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:54.158Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:17:54.258Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:54.258Z||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-27T05:17:54.259Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:54.269Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:54.269Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:55.158Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:55.159Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:55.161Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:55.161Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:17:55.261Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:55.262Z||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-27T05:17:55.262Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:55.272Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:55.272Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:56.162Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:17:56.163Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:56.165Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:56.165Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:17:56.265Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:56.266Z||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-27T05:17:56.266Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:56.300Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:56.301Z||pool-103-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:57.166Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0331ca2a-63f2-462d-9ca3-4a53719c1042",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abf18a0b-4e86-4aed-b079-ad797d4fd8c5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5ae63205-4112-4198-9410-b7c46778b2bd",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04ebbde6-a094-41d8-92bd-f6d972029924",
      "resourceInvariantUUID": "ea6d1d3d-2d04-4134-82f5-7c0a1f061281",
      "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": "NDQ5YzE2ODdlMmQ0NGY2NmVhYjZhOGFhNGI4YmExMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "512bd8c2-7c2b-4b4e-bdc4-a65287c9958a",
          "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": "07f661ca-0248-4cf5-ac67-bb260c2037ad",
          "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": "154838fc-2a10-4149-b2cd-2dd3cd694902",
            "generatedFromUUID": "07f661ca-0248-4cf5-ac67-bb260c2037ad"
          },
          "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": "154838fc-2a10-4149-b2cd-2dd3cd694902",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTYzYmY4NWQwYTdmMjczOWZlZGRmOGNjZWUzZWY0YmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d40bf08e-cde5-4fc8-bb16-df1c7ee27694"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:17:57.166Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:17:57.166Z|7321ba10-e842-4c20-93cf-ae3dcb618da2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0331ca2a-63f2-462d-9ca3-4a53719c1042 ASDC
2021-09-27T05:17:57.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:898e2630-e02e-4a03-b0d2-0e8daa02b102
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0331ca2a-63f2-462d-9ca3-4a53719c1042
ServiceInvariantUUID:abf18a0b-4e86-4aed-b079-ad797d4fd8c5
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:d40bf08e-cde5-4fc8-bb16-df1c7ee27694
ArtifactChecksum:NTYzYmY4NWQwYTdmMjczOWZlZGRmOGNjZWUzZWY0YmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5ae63205-4112-4198-9410-b7c46778b2bd
ResourceInvariantUUID:ea6d1d3d-2d04-4134-82f5-7c0a1f061281
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:04ebbde6-a094-41d8-92bd-f6d972029924
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:512bd8c2-7c2b-4b4e-bdc4-a65287c9958a
ArtifactChecksum:NDQ5YzE2ODdlMmQ0NGY2NmVhYjZhOGFhNGI4YmExMTQ=
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:07f661ca-0248-4cf5-ac67-bb260c2037ad
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:154838fc-2a10-4149-b2cd-2dd3cd694902
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:154838fc-2a10-4149-b2cd-2dd3cd694902
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T05:17:57.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0331ca2a-63f2-462d-9ca3-4a53719c1042 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-27T05:17:57.201Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:17:57.201Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:17:57.201Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:17:57.201Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d40bf08e-cde5-4fc8-bb16-df1c7ee27694 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-27T05:17:57.201Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:17:57.202Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-27T05:17:57.723Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:17:57.727Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d40bf08e-cde5-4fc8-bb16-df1c7ee27694 70875
2021-09-27T05:17:57.727Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:57.727Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:57.728Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:17:57.728Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:17:57.730Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:17:57.730Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719877727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:17:57.830Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:17:57.830Z||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-27T05:17:57.831Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:17:57.839Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:17:57.840Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:17:58.730Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:17:58.731Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:17:58.731Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d40bf08e-cde5-4fc8-bb16-df1c7ee27694, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-27T05:17:58.731Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-27T05:17:58.732Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-27T05:17:58.732Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-27T05:17:58.885Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12376430627773398893/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-27T05:17:59.918Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-BasicVm-csar.csar
2021-09-27T05:17:59.919Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.920Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-27T05:17:59.921Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.922Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-27T05:17:59.923Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9851b9ae-4485-44fc-98e1-508ce2808d37
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.924Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:17:59.925Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:17:59.925Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0331ca2a-63f2-462d-9ca3-4a53719c1042
Model Version:NULL
Model InvariantUuid:abf18a0b-4e86-4aed-b079-ad797d4fd8c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f1927aea-7e5e-44eb-97a9-63ca62dae052
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ea6d1d3d-2d04-4134-82f5-7c0a1f061281
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ae63205-4112-4198-9410-b7c46778b2bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5cf84469-5e87-42f5-943a-61cdee7c047e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a11d5d57-ca6f-43b3-8978-29083eb8b985
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9851b9ae-4485-44fc-98e1-508ce2808d37
ModelInvariantUuid:727849be-f351-49c0-bbb7-59b911f3f394
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d3c5e09a-c75f-4761-9d65-2341b01d1405
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1b598749-a604-4a75-9457-fbe1b7771852
ModelInvariantUuid:e2440d3e-520f-41e6-b4fe-8487aa2a1a35
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:536afeb1-17a2-4256-bacb-ec9c18b695b5
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-27T05:17:59.931Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 04ebbde6-a094-41d8-92bd-f6d972029924
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-27T05:17:59.933Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||basic_vm 0
2021-09-27T05:17:59.933Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04ebbde6-a094-41d8-92bd-f6d972029924
2021-09-27T05:17:59.933Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 512bd8c2-7c2b-4b4e-bdc4-a65287c9958a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-27T05:17:59.933Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:17:59.933Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:00.412Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:18:00.413Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 512bd8c2-7c2b-4b4e-bdc4-a65287c9958a 787
2021-09-27T05:18:00.413Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:00.413Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:00.413Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:18:00.413Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:00.416Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:00.417Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719880413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:18:00.517Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:00.517Z||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-27T05:18:00.517Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:00.525Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:00.525Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:01.417Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5cf84469-5e87-42f5-943a-61cdee7c047e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a11d5d57-ca6f-43b3-8978-29083eb8b985",
    "vfModuleModelCustomizationUUID": "a864e3ef-04f2-42d2-a0d6-7fac8855a0cf",
    "isBase": true,
    "artifacts": [
      "07f661ca-0248-4cf5-ac67-bb260c2037ad",
      "154838fc-2a10-4149-b2cd-2dd3cd694902"
    ],
    "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-27T05:18:01.420Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a11d5d57-ca6f-43b3-8978-29083eb8b985
VfModuleModelInvariantUUID:5cf84469-5e87-42f5-943a-61cdee7c047e
VfModuleModelDescription:NULL
Artifacts UUID List:{
07f661ca-0248-4cf5-ac67-bb260c2037ad
,
154838fc-2a10-4149-b2cd-2dd3cd694902

}
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-27T05:18:01.422Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5cf84469-5e87-42f5-943a-61cdee7c047e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a11d5d57-ca6f-43b3-8978-29083eb8b985",
    "vfModuleModelCustomizationUUID": "a864e3ef-04f2-42d2-a0d6-7fac8855a0cf",
    "isBase": true,
    "artifacts": [
      "07f661ca-0248-4cf5-ac67-bb260c2037ad",
      "154838fc-2a10-4149-b2cd-2dd3cd694902"
    ],
    "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-27T05:18:01.422Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a11d5d57-ca6f-43b3-8978-29083eb8b985
VfModuleModelInvariantUUID:5cf84469-5e87-42f5-943a-61cdee7c047e
VfModuleModelDescription:NULL
Artifacts UUID List:{
07f661ca-0248-4cf5-ac67-bb260c2037ad
,
154838fc-2a10-4149-b2cd-2dd3cd694902

}
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-27T05:18:01.422Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07f661ca-0248-4cf5-ac67-bb260c2037ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-27T05:18:01.422Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:18:01.422Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:01.999Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:18:01.999Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 07f661ca-0248-4cf5-ac67-bb260c2037ad 5033
2021-09-27T05:18:02.000Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:02.000Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:02.000Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:18:02.000Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:02.001Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:02.001Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719882000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:18:02.102Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:02.103Z||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-27T05:18:02.103Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:02.113Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:02.114Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:03.002Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 154838fc-2a10-4149-b2cd-2dd3cd694902 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-27T05:18:03.003Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:18:03.003Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:03.136Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:18:03.137Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 154838fc-2a10-4149-b2cd-2dd3cd694902 903
2021-09-27T05:18:03.137Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:03.137Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:03.137Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:18:03.137Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:03.140Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:03.140Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719883137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:18:03.240Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:03.241Z||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-27T05:18:03.241Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:03.250Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:03.250Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:04.140Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0331ca2a-63f2-462d-9ca3-4a53719c1042
2021-09-27T05:18:04.141Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 04ebbde6-a094-41d8-92bd-f6d972029924 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-27T05:18:04.154Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6839c31a, org.onap.sdc.toscaparser.api.parameters.Input@7a5fb3ee, org.onap.sdc.toscaparser.api.parameters.Input@70028cc5, org.onap.sdc.toscaparser.api.parameters.Input@d790d77, org.onap.sdc.toscaparser.api.parameters.Input@2b7e3ed1]
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5ae63205-4112-4198-9410-b7c46778b2bd
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ae63205-4112-4198-9410-b7c46778b2bd matches Tosca VF Customization UUID: 5ae63205-4112-4198-9410-b7c46778b2bd
2021-09-27T05:18:04.156Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5ae63205-4112-4198-9410-b7c46778b2bd  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-27T05:18:04.158Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.158Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.159Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5ae63205-4112-4198-9410-b7c46778b2bd: {\"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-27T05:18:04.159Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d6e53b0
2021-09-27T05:18:04.159Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.159Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:18:04.159Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a864e3ef-04f2-42d2-a0d6-7fac8855a0cf
2021-09-27T05:18:04.160Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a864e3ef-04f2-42d2-a0d6-7fac8855a0cf
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-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:18:04.162Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:18:04.163Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.163Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-27T05:18:04.163Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-27T05:18:04.163Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-27T05:18:04.163Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9851b9ae-4485-44fc-98e1-508ce2808d37
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-27T05:18:04.165Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.165Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:18:04.165Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:18:04.166Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.166Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-27T05:18:04.166Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5ae63205-4112-4198-9410-b7c46778b2bd
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-27T05:18:04.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0331ca2a-63f2-462d-9ca3-4a53719c1042: basic_vm
2021-09-27T05:18:04.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.167Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:04.168Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:04.277Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 04ebbde6-a094-41d8-92bd-f6d972029924 1 ASDC deployResourceStructure
2021-09-27T05:18:04.277Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:04.278Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:04.278Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:18:04.278Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:04.280Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:04.280Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719884277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:18:04.380Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:04.381Z||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-27T05:18:04.381Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:04.393Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:04.393Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:05.280Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:05.281Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:05.281Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:18:05.281Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:05.283Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:05.283Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719885280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:18:05.383Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:05.384Z||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-27T05:18:05.384Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:05.394Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:05.395Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:06.284Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:06.284Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:06.285Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:18:06.285Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:06.286Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:06.287Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719886284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:18:06.387Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:06.388Z||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-27T05:18:06.388Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:06.399Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:06.399Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:07.287Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:07.288Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||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-27T05:18:07.288Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:18:07.288Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:07.290Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:07.290Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719887287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:18:07.390Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:07.391Z||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-27T05:18:07.391Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:07.401Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:07.401Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:08.291Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 898e2630-e02e-4a03-b0d2-0e8daa02b102
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:18:08.301Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 898e2630-e02e-4a03-b0d2-0e8daa02b102
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:18:08.303Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:18:08.304Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-27T05:18:08.309Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:18:38.309Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 898e2630-e02e-4a03-b0d2-0e8daa02b102 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-27T05:18:38.315Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 898e2630-e02e-4a03-b0d2-0e8daa02b102 and serviceModelVersionId: 0331ca2a-63f2-462d-9ca3-4a53719c1042
2021-09-27T05:18:38.315Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf18a0b-4e86-4aed-b079-ad797d4fd8c5
2021-09-27T05:18:38.316Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?depth=0
2021-09-27T05:18:38.319Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:18:38.347Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?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-27T05:18:38.347Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?depth=0|INFO|500||Invoke
2021-09-27T05:18:38.368Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:18:38.616Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?depth=0|INFO|500||InvokeReturn
2021-09-27T05:18:38.617Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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/abf18a0b-4e86-4aed-b079-ad797d4fd8c5/model-vers/model-ver/0331ca2a-63f2-462d-9ca3-4a53719c1042?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210927-05:18:38:374-99783], vertex-id=[413872], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:18:38 GMT], Content-Type=[application/json]}
2021-09-27T05:18:38.617Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:18:38.617Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:18:38.617Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-27T05:18:38.621Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|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-27T05:18:38.621Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 898e2630-e02e-4a03-b0d2-0e8daa02b102 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:18:38.621Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:18:38.622Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:38.624Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:38.624Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719918621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:18:38.724Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:38.725Z||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-27T05:18:38.725Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:38.739Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:38.740Z||pool-112-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-27T05:18:39.636Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:18:39.636Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a456229e-6ed7-4d53-8a7f-b2d97e445449","serviceName":"Demo_pNF_n6iaTKoxiRpSaRSs8x4f","serviceVersion":"1.0","serviceUUID":"a5743067-493b-4a86-9f5a-1151139a9c4b","serviceDescription":"catalog service description","serviceInvariantUUID":"b7470c25-11e9-4ce0-9f97-eb8da276eab5","resources":[{"resourceInstanceName":"pNF c212f742-f585 0","resourceName":"pNF c212f742-f585","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3d55d085-36ec-4a13-8023-2d33179a3886","resourceInvariantUUID":"2cd128c9-b670-48c5-9573-a8c05ba5a2ce","resourceCustomizationUUID":"3774936d-924d-47a1-bb58-a3a7bff8344d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml","artifactChecksum":"YTUyYjM5MjZmNTM3Mjk2N2RlYzk1ZTk3OWFlNGYwYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e88ee128-320c-46f1-bd96-599ec71e2dea","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar","artifactChecksum":"ZWU2NDEyY2ZkMGNkMmYwYjM0MmI4MGE1MmI4YjdmMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e69dd89e-7063-4ee7-bc38-f22ead89c29c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8125084f-c8df-40c1-bbf6-bc3782caf2ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml","artifactChecksum":"YTMxNDkzNzlhMTFhZWMzMGZjYWU1MTM4N2VkMWUyYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5577847e-e95c-4042-acaa-371896e9bf7c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a9f99ec-9162-4b8f-a510-0dde719df86d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63fce66b-641e-48d5-861b-43fa6561e5f5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN6iatkoxirpsarss8x4f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml","artifactChecksum":"ZTlkMTJmM2RmOTljM2Q0YjY4MTZjYTc0ZWJjNDdmZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b66b0ab3-bc26-4643-a322-76822132bb43","artifactVersion":"1"},{"artifactName":"service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar","artifactChecksum":"ZDkyMzQ1NDdhOWYxNTY4MzcwNzI5MjViMmY1MmNjNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec828131-7d49-4e97-ae43-1b6655ce0a51","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:18:39.636Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:39.637Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:39.638Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:39.639Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:39.739Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:39.740Z||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-27T05:18:39.740Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:39.750Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:39.751Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:40.639Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:40.640Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:40.641Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:40.641Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:40.742Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:18:40.742Z||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-27T05:18:40.743Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:40.752Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:40.752Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:41.641Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:41.642Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:41.643Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:41.644Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:41.744Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:41.745Z||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-27T05:18:41.745Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:41.757Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:41.757Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:42.644Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:42.645Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:42.647Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:42.647Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:42.748Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:42.748Z||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-27T05:18:42.749Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:42.759Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:42.760Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:18:43.648Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:43.649Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:43.650Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:43.650Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:43.751Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:18:43.751Z||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-27T05:18:43.751Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:43.759Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:43.760Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:44.651Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:44.652Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:44.653Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:44.654Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:44.754Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:44.754Z||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-27T05:18:44.754Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:44.767Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:44.767Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:45.654Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:45.655Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:45.657Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:45.657Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:45.757Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:45.758Z||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-27T05:18:45.758Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:45.765Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:45.766Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:18:46.015Z||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-27T05:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:46.037Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:46.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:18:46.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:18:46.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:18:46.657Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:18:46.658Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:46.660Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:46.660Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:18:46.760Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:46.761Z||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-27T05:18:46.761Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:46.770Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:46.770Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:47.661Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "serviceName": "Demo_pNF_n6iaTKoxiRpSaRSs8x4f",
  "serviceVersion": "1.0",
  "serviceUUID": "a5743067-493b-4a86-9f5a-1151139a9c4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b7470c25-11e9-4ce0-9f97-eb8da276eab5",
  "resources": [
    {
      "resourceInstanceName": "pNF c212f742-f585 0",
      "resourceCustomizationUUID": "3774936d-924d-47a1-bb58-a3a7bff8344d",
      "resourceName": "pNF c212f742-f585",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3d55d085-36ec-4a13-8023-2d33179a3886",
      "resourceInvariantUUID": "2cd128c9-b670-48c5-9573-a8c05ba5a2ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
      "artifactChecksum": "ZDkyMzQ1NDdhOWYxNTY4MzcwNzI5MjViMmY1MmNjNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec828131-7d49-4e97-ae43-1b6655ce0a51"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:18:47.661Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:18:47.661Z|898e2630-e02e-4a03-b0d2-0e8daa02b102|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a5743067-493b-4a86-9f5a-1151139a9c4b ASDC
2021-09-27T05:18:47.661Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a456229e-6ed7-4d53-8a7f-b2d97e445449
ServiceName:Demo_pNF_n6iaTKoxiRpSaRSs8x4f
ServiceVersion:1.0
ServiceUUID:a5743067-493b-4a86-9f5a-1151139a9c4b
ServiceInvariantUUID:b7470c25-11e9-4ce0-9f97-eb8da276eab5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
ArtifactUUID:ec828131-7d49-4e97-ae43-1b6655ce0a51
ArtifactChecksum:ZDkyMzQ1NDdhOWYxNTY4MzcwNzI5MjViMmY1MmNjNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c212f742-f585 0
ResourceCustomizationUUID:3774936d-924d-47a1-bb58-a3a7bff8344d
ResourceInvariantUUID:2cd128c9-b670-48c5-9573-a8c05ba5a2ce
ResourceName:pNF c212f742-f585
ResourceType:PNF
ResourceUUID:3d55d085-36ec-4a13-8023-2d33179a3886
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-27T05:18:47.662Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5743067-493b-4a86-9f5a-1151139a9c4b 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-27T05:18:47.684Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:18:47.684Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:18:47.684Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:18:47.684Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec828131-7d49-4e97-ae43-1b6655ce0a51 from URL: /sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:47.685Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:18:47.685Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:49.906Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:18:49.910Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar ec828131-7d49-4e97-ae43-1b6655ce0a51 82537
2021-09-27T05:18:49.910Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar ASDC sendASDCNotification
2021-09-27T05:18:49.910Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:49.911Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:18:49.911Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:49.912Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:49.913Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719929910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:18:50.013Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:18:50.014Z||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-27T05:18:50.014Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:50.025Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:50.025Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:50.913Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:18:50.914Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:18:50.914Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec828131-7d49-4e97-ae43-1b6655ce0a51, URL: /sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar to file: /app/ASDC/1/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:50.915Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:50.915Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:50.915Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.020Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3044641233636387573/Definitions/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml
2021-09-27T05:18:51.654Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:18:51.654Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c212f742-f585 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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Node template pNF c212f742-f585 0 is matching search criteria
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:18:51.655Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c212f742-f585 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Node template pNF c212f742-f585 0 is matching search criteria
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c212f742-f585 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.656Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.657Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_n6iaTKoxiRpSaRSs8x4f
Description:catalog service description
Model UUID:a5743067-493b-4a86-9f5a-1151139a9c4b
Model Version:NULL
Model InvariantUuid:b7470c25-11e9-4ce0-9f97-eb8da276eab5
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-27T05:18:51.663Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3d55d085-36ec-4a13-8023-2d33179a3886
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-27T05:18:51.666Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||pNF c212f742-f585 0
2021-09-27T05:18:51.666Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3d55d085-36ec-4a13-8023-2d33179a3886
2021-09-27T05:18:51.666Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a5743067-493b-4a86-9f5a-1151139a9c4b
2021-09-27T05:18:51.666Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a5743067-493b-4a86-9f5a-1151139a9c4b
2021-09-27T05:18:51.666Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c212f742-f585 0 3d55d085-36ec-4a13-8023-2d33179a3886 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-27T05:18:51.671Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e11786e, org.onap.sdc.toscaparser.api.parameters.Input@524e3058, org.onap.sdc.toscaparser.api.parameters.Input@7426d4e6, org.onap.sdc.toscaparser.api.parameters.Input@3b446824, org.onap.sdc.toscaparser.api.parameters.Input@2e83a52a]
2021-09-27T05:18:51.671Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a5743067-493b-4a86-9f5a-1151139a9c4b: pNF c212f742-f585
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3d55d085-36ec-4a13-8023-2d33179a3886
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_n6iaTKoxiRpSaRSs8x4f is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:18:51.672Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||Resource customization UUID: 3774936d-924d-47a1-bb58-a3a7bff8344d is the same as notified resource customizationUUID: 3774936d-924d-47a1-bb58-a3a7bff8344d
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-27T05:18:51.703Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c212f742-f585 3d55d085-36ec-4a13-8023-2d33179a3886 0 ASDC deployResourceStructure
2021-09-27T05:18:51.703Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar ASDC sendASDCNotification
2021-09-27T05:18:51.703Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar
2021-09-27T05:18:51.703Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:18:51.704Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:18:51.705Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:18:51.705Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719931703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:18:51.806Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:18:51.806Z||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-27T05:18:51.806Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:18:51.816Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:18:51.816Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:18:52.706Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:18:52.715Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:18:52.718Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:18:52.718Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:18:52.718Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:19:22.718Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:19:22.728Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:19:22.730Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:19:22.730Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:19:22.730Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:19:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:19:46.014Z||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-27T05:19:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:19:46.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:19:46.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:19:46.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:19:46.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:19:52.731Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:19:52.739Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:19:52.741Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:19:52.741Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:19:52.741Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:20:22.741Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:20:22.752Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:20:22.754Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:20:22.754Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:20:22.754Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:20:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:20:46.015Z||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-27T05:20:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:20:46.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:20:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719861105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719860905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719871824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719871902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719872835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "cds",
  "timestamp": 1632719872906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-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-27T05:20:46.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719873837,
  "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-27T05:20:46.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719866331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719867227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719876111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719876534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719877727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719877842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719870848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719870877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "dcae-sch",
  "timestamp": 1632719871109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719878846,
  "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-27T05:20:46.093Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.093Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719879821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719880413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719880824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719881023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719874077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:20:46.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "policy-id",
  "timestamp": 1632719881826,
  "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-27T05:20:46.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719882000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "aai-ml",
  "timestamp": 1632719882026,
  "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-27T05:20:46.119Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.119Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719883137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719884277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719885280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719886284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719887287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719893872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719894885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "clamp",
  "timestamp": 1632719895888,
  "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-27T05:20:46.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a456229e-6ed7-4d53-8a7f-b2d97e445449
2021-09-27T05:20:46.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "898e2630-e02e-4a03-b0d2-0e8daa02b102",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719918621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/resourceInstances/pnfc212f742f5850/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:20:46.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:20:52.754Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:20:52.765Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:20:52.767Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:20:52.767Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:20:52.767Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:20:52.767Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:20:52.768Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-27T05:20:52.773Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:21:22.774Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a456229e-6ed7-4d53-8a7f-b2d97e445449 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-27T05:21:22.778Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a456229e-6ed7-4d53-8a7f-b2d97e445449 and serviceModelVersionId: a5743067-493b-4a86-9f5a-1151139a9c4b
2021-09-27T05:21:22.778Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7470c25-11e9-4ce0-9f97-eb8da276eab5
2021-09-27T05:21:22.779Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0
2021-09-27T05:21:22.784Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:21:22.814Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0|INFO|500||Invoke
2021-09-27T05:21:22.815Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a456229e-6ed7-4d53-8a7f-b2d97e445449], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5805108f-e30c-47d8-9e8d-113a233101d0], X-ECOMP-RequestID=[a456229e-6ed7-4d53-8a7f-b2d97e445449], X-TransactionId=[], X-ONAP-RequestID=[a456229e-6ed7-4d53-8a7f-b2d97e445449], Content-Type=[application/merge-patch+json]}
2021-09-27T05:21:22.833Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:21:22.933Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?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/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-05:21:22:839-76666], vertex-id=[737392], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:21:22 GMT], Content-Type=[application/json]}
2021-09-27T05:21:22.934Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:21:22.934Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b7470c25-11e9-4ce0-9f97-eb8da276eab5/model-vers/model-ver/a5743067-493b-4a86-9f5a-1151139a9c4b?depth=0|INFO|500||InvokeReturn
2021-09-27T05:21:22.934Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:21:22.934Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-27T05:21:22.939Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-27T05:21:22.939Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a456229e-6ed7-4d53-8a7f-b2d97e445449 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:21:22.940Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:21:22.940Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:22.941Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:22.941Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720082939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:21:23.042Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:21:23.042Z||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-27T05:21:23.042Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:23.056Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:23.056Z||pool-123-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-27T05:21:23.953Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:21:23.954Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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-27T05:21:23.954Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:28.256Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:28.256Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:21:28.257Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fc23f8b-224e-4466-8259-1867136e4c26","serviceName":"Demo_pNF_2yTQofDGiORX76HGYKEX","serviceVersion":"1.0","serviceUUID":"26d14bf8-2b12-4343-a424-790de3d47566","serviceDescription":"catalog service description","serviceInvariantUUID":"f3666bde-4342-4638-92df-20376f3fa53e","resources":[{"resourceInstanceName":"pNF ffe63e68-45dd 0","resourceName":"pNF ffe63e68-45dd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d5b9f6c4-9082-4fc3-a7dc-900d105df9ce","resourceInvariantUUID":"a04d991b-c0d1-48e5-bbfd-5598fdaf3eb4","resourceCustomizationUUID":"8f26c029-e3f5-430f-a1cd-3e18de4e3442","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml","artifactChecksum":"YmI4ZWY5Mjg5MWE1MjAzN2EzN2I5NDBjNTkyMTk4Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18895d6d-5038-4541-8103-9c3883cad9b3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar","artifactChecksum":"ZWU2NDEyY2ZkMGNkMmYwYjM0MmI4MGE1MmI4YjdmMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6907d34-9312-4bac-9717-54aaf1dbdec3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afd90ba5-1e5e-4963-b287-23e4e9694099","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRlNGI1MjhmYmM1MDMxMGIyMmE1MzAwOWE1OTdiYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f0b5d8b-e3f2-4f5e-bc03-ac3fab0981c5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df86acaf-d3dc-4466-ad17-946ad7fdc64a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d806a6d-f303-4aae-bd39-95e6f0930067","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2ytqofdgiorx76hgykex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml","artifactChecksum":"NTA0YzIzOTlkNmQ4MmJhNDI5NTc2ZTViMGFiZGQ1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1092ef32-e42d-46a0-872a-7a099e419511","artifactVersion":"1"},{"artifactName":"service-DemoPnf2ytqofdgiorx76hgykex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar","artifactChecksum":"MTAzMWY3YTYwMDVhNTg2NWVhYzRhYmQ3OWVjMTRmYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae76a507-23ea-465f-8421-c9ecb2cb3f78","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:21:28.259Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:28.259Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:28.261Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:28.261Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:28.361Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:28.362Z||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-27T05:21:28.362Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:28.373Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:28.374Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:29.262Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:29.263Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:29.265Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:29.265Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:29.365Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:29.366Z||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-27T05:21:29.366Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:29.375Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:29.375Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:30.265Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:30.266Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:30.269Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:30.269Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:30.369Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:30.369Z||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-27T05:21:30.370Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:30.378Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:30.378Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:31.269Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:31.270Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:31.272Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:31.273Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:31.373Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:31.373Z||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-27T05:21:31.373Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:31.382Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:31.383Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:32.273Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:32.274Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:32.276Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:32.277Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:32.377Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:32.377Z||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-27T05:21:32.377Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:32.386Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:32.387Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:33.277Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:33.278Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:33.280Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:33.280Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:33.380Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:33.381Z||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-27T05:21:33.381Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:33.390Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:33.390Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:34.280Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:34.281Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:34.283Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:34.284Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:34.390Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:34.391Z||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-27T05:21:34.391Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:34.401Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:34.401Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:35.290Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:21:35.291Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:35.293Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:35.293Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:35.393Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:35.394Z||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-27T05:21:35.394Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:35.403Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:35.403Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:36.293Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "serviceName": "Demo_pNF_2yTQofDGiORX76HGYKEX",
  "serviceVersion": "1.0",
  "serviceUUID": "26d14bf8-2b12-4343-a424-790de3d47566",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3666bde-4342-4638-92df-20376f3fa53e",
  "resources": [
    {
      "resourceInstanceName": "pNF ffe63e68-45dd 0",
      "resourceCustomizationUUID": "8f26c029-e3f5-430f-a1cd-3e18de4e3442",
      "resourceName": "pNF ffe63e68-45dd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d5b9f6c4-9082-4fc3-a7dc-900d105df9ce",
      "resourceInvariantUUID": "a04d991b-c0d1-48e5-bbfd-5598fdaf3eb4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
      "artifactChecksum": "MTAzMWY3YTYwMDVhNTg2NWVhYzRhYmQ3OWVjMTRmYjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae76a507-23ea-465f-8421-c9ecb2cb3f78"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:21:36.294Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:21:36.294Z|a456229e-6ed7-4d53-8a7f-b2d97e445449|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26d14bf8-2b12-4343-a424-790de3d47566 ASDC
2021-09-27T05:21:36.295Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8fc23f8b-224e-4466-8259-1867136e4c26
ServiceName:Demo_pNF_2yTQofDGiORX76HGYKEX
ServiceVersion:1.0
ServiceUUID:26d14bf8-2b12-4343-a424-790de3d47566
ServiceInvariantUUID:f3666bde-4342-4638-92df-20376f3fa53e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
ArtifactUUID:ae76a507-23ea-465f-8421-c9ecb2cb3f78
ArtifactChecksum:MTAzMWY3YTYwMDVhNTg2NWVhYzRhYmQ3OWVjMTRmYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ffe63e68-45dd 0
ResourceCustomizationUUID:8f26c029-e3f5-430f-a1cd-3e18de4e3442
ResourceInvariantUUID:a04d991b-c0d1-48e5-bbfd-5598fdaf3eb4
ResourceName:pNF ffe63e68-45dd
ResourceType:PNF
ResourceUUID:d5b9f6c4-9082-4fc3-a7dc-900d105df9ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-27T05:21:36.295Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d14bf8-2b12-4343-a424-790de3d47566 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-27T05:21:36.315Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:21:36.316Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:21:36.316Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:21:36.316Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae76a507-23ea-465f-8421-c9ecb2cb3f78 from URL: /sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:36.316Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:21:36.317Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:37.004Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:21:37.009Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar ae76a507-23ea-465f-8421-c9ecb2cb3f78 82552
2021-09-27T05:21:37.009Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar ASDC sendASDCNotification
2021-09-27T05:21:37.009Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:37.009Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:21:37.009Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:37.011Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:37.011Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720097009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:37.111Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:21:37.112Z||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-27T05:21:37.112Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:37.121Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:37.122Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:38.011Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:21:38.012Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:21:38.012Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ae76a507-23ea-465f-8421-c9ecb2cb3f78, URL: /sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar to file: /app/ASDC/1/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.013Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.013Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.013Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.095Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1148850842626327696/Definitions/service-DemoPnf2ytqofdgiorx76hgykex-template.yml
2021-09-27T05:21:38.697Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:21:38.697Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ffe63e68-45dd 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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.698Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Node template pNF ffe63e68-45dd 0 is matching search criteria
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ffe63e68-45dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Node template pNF ffe63e68-45dd 0 is matching search criteria
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ffe63e68-45dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.699Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.700Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2yTQofDGiORX76HGYKEX
Description:catalog service description
Model UUID:26d14bf8-2b12-4343-a424-790de3d47566
Model Version:NULL
Model InvariantUuid:f3666bde-4342-4638-92df-20376f3fa53e
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-27T05:21:38.708Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: d5b9f6c4-9082-4fc3-a7dc-900d105df9ce
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-27T05:21:38.711Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||pNF ffe63e68-45dd 0
2021-09-27T05:21:38.711Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d5b9f6c4-9082-4fc3-a7dc-900d105df9ce
2021-09-27T05:21:38.711Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 26d14bf8-2b12-4343-a424-790de3d47566
2021-09-27T05:21:38.711Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 26d14bf8-2b12-4343-a424-790de3d47566
2021-09-27T05:21:38.711Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ffe63e68-45dd 0 d5b9f6c4-9082-4fc3-a7dc-900d105df9ce 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-27T05:21:38.718Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@769f10c3, org.onap.sdc.toscaparser.api.parameters.Input@4f332bc1, org.onap.sdc.toscaparser.api.parameters.Input@1d1f6af9, org.onap.sdc.toscaparser.api.parameters.Input@2db44f22, org.onap.sdc.toscaparser.api.parameters.Input@23a35b5f]
2021-09-27T05:21:38.718Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.718Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.719Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 26d14bf8-2b12-4343-a424-790de3d47566: pNF ffe63e68-45dd
2021-09-27T05:21:38.719Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Processing PNF resource: d5b9f6c4-9082-4fc3-a7dc-900d105df9ce
2021-09-27T05:21:38.719Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:21:38.719Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_2yTQofDGiORX76HGYKEX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:21:38.719Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||Resource customization UUID: 8f26c029-e3f5-430f-a1cd-3e18de4e3442 is the same as notified resource customizationUUID: 8f26c029-e3f5-430f-a1cd-3e18de4e3442
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-27T05:21:38.755Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ffe63e68-45dd d5b9f6c4-9082-4fc3-a7dc-900d105df9ce 0 ASDC deployResourceStructure
2021-09-27T05:21:38.755Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar ASDC sendASDCNotification
2021-09-27T05:21:38.755Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar
2021-09-27T05:21:38.755Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:21:38.755Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:21:38.757Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:21:38.757Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720098755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:38.858Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:21:38.858Z||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-27T05:21:38.858Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:38.867Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:38.867Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:21:39.758Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:21:39.769Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:21:39.771Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:21:39.771Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:21:39.771Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:21:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:21:46.014Z||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-27T05:21:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:21:46.036Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:21:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719865841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719929910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632719931703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6iatkoxirpsarss8x4f/1.0/artifacts/service-DemoPnfN6iatkoxirpsarss8x4f-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719964077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719966105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719957227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719960905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719976274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719976311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719976405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719977285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:46.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "cds",
  "timestamp": 1632719977409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-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-27T05:21:46.057Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:21:46.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:21:46.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632719978287,
  "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-27T05:21:46.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:21:46.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:21:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719970848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632719970877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "dcae-sch",
  "timestamp": 1632719971109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719980016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719980889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:21:46.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719980900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719981019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "aai-ml",
  "timestamp": 1632719981903,
  "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-27T05:21:46.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:21:46.090Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:21:46.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "policy-id",
  "timestamp": 1632719982021,
  "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-27T05:21:46.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:21:46.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:21:46.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719982895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:21:46.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:21:46.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:21:46.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "clamp",
  "timestamp": 1632719983898,
  "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-27T05:21:46.115Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:21:46.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:22:09.771Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:22:09.782Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:22:09.784Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:22:09.784Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:22:09.784Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:22:09.784Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:22:39.784Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:22:39.793Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:22:39.795Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:22:39.795Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:22:39.795Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:22:39.796Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:22:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:22:46.014Z||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-27T05:22:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:22:46.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:22:46.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719986331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:22:46.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719996791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632719999247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T05:22:46.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720000250,
  "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-27T05:22:46.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fc23f8b-224e-4466-8259-1867136e4c26
2021-09-27T05:22:46.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:23:09.796Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:23:09.805Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:23:09.807Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:23:09.807Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:23:09.808Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-27T05:23:09.813Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:23:39.814Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fc23f8b-224e-4466-8259-1867136e4c26 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-27T05:23:39.821Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fc23f8b-224e-4466-8259-1867136e4c26 and serviceModelVersionId: 26d14bf8-2b12-4343-a424-790de3d47566
2021-09-27T05:23:39.821Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3666bde-4342-4638-92df-20376f3fa53e
2021-09-27T05:23:39.822Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0
2021-09-27T05:23:39.829Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:23:39.853Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0|INFO|500||Invoke
2021-09-27T05:23:39.854Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fc23f8b-224e-4466-8259-1867136e4c26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[342f3cfa-f4b9-45fd-8f2d-79d9839f2902], X-ECOMP-RequestID=[8fc23f8b-224e-4466-8259-1867136e4c26], X-TransactionId=[], X-ONAP-RequestID=[8fc23f8b-224e-4466-8259-1867136e4c26], Content-Type=[application/merge-patch+json]}
2021-09-27T05:23:39.872Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:23:40.015Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?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/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-05:23:39:878-42758], vertex-id=[766064], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:23:39 GMT], Content-Type=[application/json]}
2021-09-27T05:23:40.015Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:23:40.016Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f3666bde-4342-4638-92df-20376f3fa53e/model-vers/model-ver/26d14bf8-2b12-4343-a424-790de3d47566?depth=0|INFO|500||InvokeReturn
2021-09-27T05:23:40.016Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:23:40.016Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-27T05:23:40.020Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-27T05:23:40.021Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fc23f8b-224e-4466-8259-1867136e4c26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:23:40.021Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:23:40.021Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:40.023Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:40.023Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720220021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:23:40.123Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:40.124Z||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-27T05:23:40.125Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:40.140Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:40.140Z||pool-134-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-27T05:23:41.036Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:23:41.036Z|8fc23f8b-224e-4466-8259-1867136e4c26|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-27T05:23:41.036Z|8fc23f8b-224e-4466-8259-1867136e4c26|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:45.331Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:45.332Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:23:45.332Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"07922d08-7d7f-493c-8931-dde76db674bd","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"702f99bf-5571-4d5c-8433-c02368353b53","serviceDescription":"service","serviceInvariantUUID":"2c9351bd-7a0d-4308-89f5-d28b1ebe66ad","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"914e9c81-ff0f-4a3f-a348-339a29a06004","resourceInvariantUUID":"6dfff55f-b2c6-4dc3-b776-6914e8f945aa","resourceCustomizationUUID":"8f8153e5-274a-4949-a96a-4094a7798cc6","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":"ZTg3NmQ1YzU1ODg5NzUzN2QwYmVlOGNjZTIzZDcyMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cffb9b0a-9171-4a80-a075-eb4b09c6815e","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":"cfd79d9b-d3cf-4b8a-9912-74647aa1d7db","artifactVersion":"2","generatedFromUUID":"fd64dc66-9655-4e2d-8aec-8c7b555a796b"},{"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":"fd64dc66-9655-4e2d-8aec-8c7b555a796b","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":"YmUzMDcwZGIzZTlhNzViMTA4ODI0OTVhNzBjMTdjZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4f19ff3-aa36-4f38-915b-83f917adb185","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":"f2acc342-c3b3-4c24-a9e2-c604d8a91857","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":"ac45d33d-2ea2-4799-8d8b-c76088c94d55","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":"9bb197a7-27a0-446d-ae3c-e34e125cfe96","artifactVersion":"2","generatedFromUUID":"f2acc342-c3b3-4c24-a9e2-c604d8a91857"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzkxNTk1YTQyNDBmMTc5ZWZhODMyNTc2OGRmMTM3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"900f1bd7-55ae-4286-b6b8-69ef1e08074b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTA5YWYxZGFhMjg0YWMwZGI1M2ExYzRjMzU2NTI0ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"248b08f2-9ed7-4a39-bcdc-04b0bce99558","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:23:45.334Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:45.334Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:45.336Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:45.336Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:45.437Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:45.437Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:45.438Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:45.447Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:45.447Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:23:46.014Z||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-27T05:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:46.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a456229e-6ed7-4d53-8a7f-b2d97e445449",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720082939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/resourceInstances/pnfffe63e6845dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720083953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720097009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720098755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2ytqofdgiorx76hgykex/1.0/artifacts/service-DemoPnf2ytqofdgiorx76hgykex-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:23:46.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720086105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720084077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632720080905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720090848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720090877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "dcae-sch",
  "timestamp": 1632720091109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:46.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720100327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720101022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720101013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "cds",
  "timestamp": 1632720101331,
  "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-27T05:23:46.066Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:23:46.066Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720102019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720102521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "policy-id",
  "timestamp": 1632720103020,
  "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-27T05:23:46.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:23:46.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:23:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720103671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:23:46.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720105101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:46.088Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:23:46.337Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:46.337Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:46.339Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:46.339Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-27T05:23:46.439Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:46.440Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:46.440Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:46.449Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:46.450Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:47.339Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:47.340Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:47.341Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:47.341Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-27T05:23:47.442Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:23:47.442Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:47.442Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:47.453Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:47.454Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:48.342Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:48.343Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:48.345Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:48.345Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:23:48.445Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:48.446Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:48.446Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:48.454Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:48.454Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:49.345Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:49.346Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:49.349Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:49.349Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:23:49.450Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:23:49.450Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:49.450Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:49.463Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:49.464Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:50.350Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:50.350Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:50.352Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:50.352Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:50.452Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:50.453Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:50.453Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:50.468Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:50.469Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:23:51.353Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:51.354Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:51.356Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:51.356Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-27T05:23:51.456Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:51.457Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:51.457Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:51.466Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:51.467Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:52.357Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:52.358Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:52.360Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:52.360Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:23:52.461Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:52.462Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:52.462Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:52.473Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:52.473Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:53.361Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:23:53.362Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:53.363Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:53.364Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:23:53.464Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:53.465Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:53.465Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:53.475Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:53.476Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:23:54.365Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "702f99bf-5571-4d5c-8433-c02368353b53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2c9351bd-7a0d-4308-89f5-d28b1ebe66ad",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8f8153e5-274a-4949-a96a-4094a7798cc6",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "914e9c81-ff0f-4a3f-a348-339a29a06004",
      "resourceInvariantUUID": "6dfff55f-b2c6-4dc3-b776-6914e8f945aa",
      "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": "cfd79d9b-d3cf-4b8a-9912-74647aa1d7db",
          "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": "fd64dc66-9655-4e2d-8aec-8c7b555a796b",
          "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": "YmUzMDcwZGIzZTlhNzViMTA4ODI0OTVhNzBjMTdjZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4f19ff3-aa36-4f38-915b-83f917adb185",
          "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": "f2acc342-c3b3-4c24-a9e2-c604d8a91857",
          "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": "9bb197a7-27a0-446d-ae3c-e34e125cfe96",
            "generatedFromUUID": "f2acc342-c3b3-4c24-a9e2-c604d8a91857"
          },
          "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": "9bb197a7-27a0-446d-ae3c-e34e125cfe96",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTA5YWYxZGFhMjg0YWMwZGI1M2ExYzRjMzU2NTI0ZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "248b08f2-9ed7-4a39-bcdc-04b0bce99558"
    }
  ],
  "workloadContext": "Production"
}
2021-09-27T05:23:54.366Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:23:54.366Z|8fc23f8b-224e-4466-8259-1867136e4c26|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 702f99bf-5571-4d5c-8433-c02368353b53 ASDC
2021-09-27T05:23:54.366Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:07922d08-7d7f-493c-8931-dde76db674bd
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:702f99bf-5571-4d5c-8433-c02368353b53
ServiceInvariantUUID:2c9351bd-7a0d-4308-89f5-d28b1ebe66ad
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:248b08f2-9ed7-4a39-bcdc-04b0bce99558
ArtifactChecksum:ZTA5YWYxZGFhMjg0YWMwZGI1M2ExYzRjMzU2NTI0ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8f8153e5-274a-4949-a96a-4094a7798cc6
ResourceInvariantUUID:6dfff55f-b2c6-4dc3-b776-6914e8f945aa
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:914e9c81-ff0f-4a3f-a348-339a29a06004
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:cfd79d9b-d3cf-4b8a-9912-74647aa1d7db
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:fd64dc66-9655-4e2d-8aec-8c7b555a796b
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:f4f19ff3-aa36-4f38-915b-83f917adb185
ArtifactChecksum:YmUzMDcwZGIzZTlhNzViMTA4ODI0OTVhNzBjMTdjZTA=
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:f2acc342-c3b3-4c24-a9e2-c604d8a91857
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:9bb197a7-27a0-446d-ae3c-e34e125cfe96
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:9bb197a7-27a0-446d-ae3c-e34e125cfe96
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-27T05:23:54.367Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 702f99bf-5571-4d5c-8433-c02368353b53 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-27T05:23:54.399Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:23:54.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:23:54.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:23:54.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 248b08f2-9ed7-4a39-bcdc-04b0bce99558 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-27T05:23:54.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:23:54.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-27T05:23:55.965Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:23:55.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 248b08f2-9ed7-4a39-bcdc-04b0bce99558 68759
2021-09-27T05:23:55.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:55.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:55.968Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:23:55.968Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:55.969Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:55.969Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720235967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:56.070Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:56.070Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:56.070Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:56.080Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:56.080Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:56.970Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:23:56.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:23:56.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 248b08f2-9ed7-4a39-bcdc-04b0bce99558, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-27T05:23:56.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-27T05:23:56.972Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-27T05:23:56.972Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-27T05:23:57.063Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18256456923751911681/Definitions/service-BasicCnf-template.yml
2021-09-27T05:23:57.995Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:23:57.995Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:23:57.995Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-27T05:23:57.995Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|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-BasicCnf-csar.csar
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:23:57.996Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-27T05:23:57.997Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:23:57.998Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=860a6136-fd60-4f1b-89e5-88e041b7eb4b
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:57.999Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:23:58.000Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:23:58.000Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:702f99bf-5571-4d5c-8433-c02368353b53
Model Version:NULL
Model InvariantUuid:2c9351bd-7a0d-4308-89f5-d28b1ebe66ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:766fee41-bbaa-47e1-abb1-bafed0dfaad9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6dfff55f-b2c6-4dc3-b776-6914e8f945aa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f8153e5-274a-4949-a96a-4094a7798cc6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:272a2645-5be7-4299-ba49-bed4a35d18ea
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:99bc3dc2-c64c-46cf-92af-19b227f427e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:860a6136-fd60-4f1b-89e5-88e041b7eb4b
ModelInvariantUuid:0b9032be-92d1-4880-bbff-71358b1ecd58
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b059da67-af9c-4156-9f62-0f37251f4b87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0087ef19-86e5-4372-bc6e-062a348a3719
ModelInvariantUuid:0ad6f99a-60cb-4988-bcd3-7d14ba47370b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:46f5a025-9bee-41d8-8828-4a9b92f9aef4
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-27T05:23:58.006Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 914e9c81-ff0f-4a3f-a348-339a29a06004
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-27T05:23:58.009Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||basic_cnf 0
2021-09-27T05:23:58.009Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 914e9c81-ff0f-4a3f-a348-339a29a06004
2021-09-27T05:23:58.009Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cfd79d9b-d3cf-4b8a-9912-74647aa1d7db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-27T05:23:58.010Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:23:58.010Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:58.504Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:23:58.504Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env cfd79d9b-d3cf-4b8a-9912-74647aa1d7db 12
2021-09-27T05:23:58.505Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:58.505Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:58.505Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:23:58.505Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:58.507Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:58.507Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720238504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:23:58.607Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:23:58.608Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:23:58.608Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:23:58.618Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:23:58.618Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:23:59.507Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fd64dc66-9655-4e2d-8aec-8c7b555a796b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-27T05:23:59.508Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:23:59.508Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:59.922Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:23:59.923Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fd64dc66-9655-4e2d-8aec-8c7b555a796b 2688
2021-09-27T05:23:59.923Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:59.923Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:23:59.923Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:23:59.923Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:23:59.925Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:23:59.925Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720239923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:00.025Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:00.026Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:00.026Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:00.036Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:00.037Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:00.927Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4f19ff3-aa36-4f38-915b-83f917adb185 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-27T05:24:00.927Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:24:00.927Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:01.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:24:01.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f4f19ff3-aa36-4f38-915b-83f917adb185 828
2021-09-27T05:24:01.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:01.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:01.406Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:24:01.406Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:01.408Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:01.408Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:01.508Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:01.509Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:01.509Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:01.519Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:01.519Z||pool-147-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:02.409Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "272a2645-5be7-4299-ba49-bed4a35d18ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99bc3dc2-c64c-46cf-92af-19b227f427e1",
    "vfModuleModelCustomizationUUID": "2ab9c32b-64d2-429a-b741-6d3c531bff35",
    "isBase": true,
    "artifacts": [
      "f2acc342-c3b3-4c24-a9e2-c604d8a91857",
      "fd64dc66-9655-4e2d-8aec-8c7b555a796b",
      "9bb197a7-27a0-446d-ae3c-e34e125cfe96"
    ],
    "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-27T05:24:02.413Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99bc3dc2-c64c-46cf-92af-19b227f427e1
VfModuleModelInvariantUUID:272a2645-5be7-4299-ba49-bed4a35d18ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2acc342-c3b3-4c24-a9e2-c604d8a91857
,
fd64dc66-9655-4e2d-8aec-8c7b555a796b
,
9bb197a7-27a0-446d-ae3c-e34e125cfe96

}
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-27T05:24:02.415Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "272a2645-5be7-4299-ba49-bed4a35d18ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "99bc3dc2-c64c-46cf-92af-19b227f427e1",
    "vfModuleModelCustomizationUUID": "2ab9c32b-64d2-429a-b741-6d3c531bff35",
    "isBase": true,
    "artifacts": [
      "f2acc342-c3b3-4c24-a9e2-c604d8a91857",
      "fd64dc66-9655-4e2d-8aec-8c7b555a796b",
      "9bb197a7-27a0-446d-ae3c-e34e125cfe96"
    ],
    "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-27T05:24:02.415Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:99bc3dc2-c64c-46cf-92af-19b227f427e1
VfModuleModelInvariantUUID:272a2645-5be7-4299-ba49-bed4a35d18ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2acc342-c3b3-4c24-a9e2-c604d8a91857
,
fd64dc66-9655-4e2d-8aec-8c7b555a796b
,
9bb197a7-27a0-446d-ae3c-e34e125cfe96

}
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-27T05:24:02.415Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2acc342-c3b3-4c24-a9e2-c604d8a91857 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-27T05:24:02.415Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:24:02.415Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:02.684Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:24:02.684Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f2acc342-c3b3-4c24-a9e2-c604d8a91857 1164
2021-09-27T05:24:02.685Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:02.685Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:02.685Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:24:02.685Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:02.687Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:02.687Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720242685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:02.788Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:24:02.788Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:02.789Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:02.797Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:02.798Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:24:03.688Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bb197a7-27a0-446d-ae3c-e34e125cfe96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-27T05:24:03.688Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:24:03.689Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:03.933Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:24:03.933Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9bb197a7-27a0-446d-ae3c-e34e125cfe96 200
2021-09-27T05:24:03.933Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:03.933Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:03.933Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:24:03.934Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:03.935Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:03.935Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720243933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:04.036Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:24:04.036Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:04.036Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:04.044Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:04.045Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:04.936Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 702f99bf-5571-4d5c-8433-c02368353b53
2021-09-27T05:24:04.936Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 914e9c81-ff0f-4a3f-a348-339a29a06004 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-09-27T05:24:04.951Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:24:04.957Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@510f6db9, org.onap.sdc.toscaparser.api.parameters.Input@49aeab53, org.onap.sdc.toscaparser.api.parameters.Input@3ded35a3, org.onap.sdc.toscaparser.api.parameters.Input@6a05602f, org.onap.sdc.toscaparser.api.parameters.Input@404daa73]
2021-09-27T05:24:04.958Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.958Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.958Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-27T05:24:04.958Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8f8153e5-274a-4949-a96a-4094a7798cc6
2021-09-27T05:24:04.959Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f8153e5-274a-4949-a96a-4094a7798cc6 matches Tosca VF Customization UUID: 8f8153e5-274a-4949-a96a-4094a7798cc6
2021-09-27T05:24:04.959Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8f8153e5-274a-4949-a96a-4094a7798cc6  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-27T05:24:04.960Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.960Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.961Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8f8153e5-274a-4949-a96a-4094a7798cc6: {\"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-27T05:24:04.961Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69541e21
2021-09-27T05:24:04.961Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.961Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T05:24:04.961Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ab9c32b-64d2-429a-b741-6d3c531bff35
2021-09-27T05:24:04.962Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ab9c32b-64d2-429a-b741-6d3c531bff35
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-27T05:24:04.963Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.963Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.964Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-27T05:24:04.965Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-27T05:24:04.965Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=860a6136-fd60-4f1b-89e5-88e041b7eb4b
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-27T05:24:04.966Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:24:04.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T05:24:04.967Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.968Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-27T05:24:04.968Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8f8153e5-274a-4949-a96a-4094a7798cc6
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-27T05:24:04.970Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.970Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.970Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 702f99bf-5571-4d5c-8433-c02368353b53: basic_cnf
2021-09-27T05:24:04.970Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-27T05:24:04.971Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:24:04.972Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:05.036Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 914e9c81-ff0f-4a3f-a348-339a29a06004 1 ASDC deployResourceStructure
2021-09-27T05:24:05.037Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:05.037Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:05.037Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-27T05:24:05.037Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:05.039Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:05.039Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720245036,
  "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-27T05:24:05.139Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:05.140Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:05.140Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:05.149Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:05.149Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:06.040Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:06.041Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:06.041Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-27T05:24:06.041Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:06.043Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:06.043Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720246040,
  "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-27T05:24:06.143Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:06.144Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:06.144Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:06.154Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:06.154Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:07.043Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:07.044Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:07.044Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:24:07.045Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:07.046Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:07.046Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720247043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:07.147Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:24:07.147Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:07.148Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:07.157Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:07.157Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:24:08.047Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:08.048Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:08.048Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:24:08.049Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:08.051Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:08.051Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720248047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:08.151Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:08.152Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:08.152Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:08.162Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:08.162Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:09.052Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:09.053Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:09.053Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:24:09.053Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:09.055Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:09.055Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720249052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:09.156Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:24:09.156Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:09.156Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:09.167Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:09.167Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:10.056Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:10.057Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||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-27T05:24:10.057Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:24:10.057Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:24:10.060Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:24:10.060Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720250056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:10.160Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:24:10.161Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:24:10.161Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:10.176Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:10.177Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:24:11.061Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:24:11.071Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:24:11.073Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:24:11.073Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:24:11.073Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:24:41.073Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:24:41.085Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:24:41.087Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:24:41.087Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T05:24:41.087Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T05:24:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:24:46.014Z||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-27T05:24:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:24:46.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:24:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720106146,
  "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-27T05:24:46.048Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:24:46.048Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:24:46.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632720107148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:46.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720110913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720112920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "clamp",
  "timestamp": 1632720113924,
  "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-27T05:24:46.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:24:46.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:24:46.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720106331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720107226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720117007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720117317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720119186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632720120189,
  "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-27T05:24:46.084Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:24:46.084Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:24:46.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720123355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:24:46.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:24:46.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:24:46.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "aai-ml",
  "timestamp": 1632720124357,
  "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-27T05:24:46.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07922d08-7d7f-493c-8931-dde76db674bd
2021-09-27T05:24:46.096Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:25:11.088Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T05:25:11.102Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T05:25:11.104Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-27T05:25:11.105Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:25:11.111Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:25:41.111Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07922d08-7d7f-493c-8931-dde76db674bd 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-27T05:25:41.118Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07922d08-7d7f-493c-8931-dde76db674bd and serviceModelVersionId: 702f99bf-5571-4d5c-8433-c02368353b53
2021-09-27T05:25:41.118Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c9351bd-7a0d-4308-89f5-d28b1ebe66ad
2021-09-27T05:25:41.119Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?depth=0
2021-09-27T05:25:41.125Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:25:41.146Z|07922d08-7d7f-493c-8931-dde76db674bd|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/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?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-27T05:25:41.147Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?depth=0|INFO|500||Invoke
2021-09-27T05:25:41.166Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-27T05:25:41.400Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?depth=0|INFO|500||InvokeReturn
2021-09-27T05:25:41.400Z|07922d08-7d7f-493c-8931-dde76db674bd|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/2c9351bd-7a0d-4308-89f5-d28b1ebe66ad/model-vers/model-ver/702f99bf-5571-4d5c-8433-c02368353b53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-05:25:41:171-46560], vertex-id=[790640], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:25:41 GMT], Content-Type=[application/json]}
2021-09-27T05:25:41.401Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:25:41.401Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:25:41.401Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:25:41.405Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:25:41.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07922d08-7d7f-493c-8931-dde76db674bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:25:41.405Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:25:41.406Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:25:41.408Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:25:41.408Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720341405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:25:41.508Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:25:41.509Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:25:41.509Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:25:41.524Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:25:41.525Z||pool-156-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-27T05:25:42.422Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:25:42.423Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:25:42.423Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:25:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:25:46.015Z||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-27T05:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:25:46.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:25:46.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T05:25:46.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fc23f8b-224e-4466-8259-1867136e4c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720220021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:25:46.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:25:46.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T05:25:46.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:25:46.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:25:51.963Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:25:51.963Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:25:51.963Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:25:51.964Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:01.507Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:01.507Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:01.508Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:01.508Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:11.049Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:11.049Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:11.050Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:11.050Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:20.593Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:20.594Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:20.594Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:20.594Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:30.130Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:30.131Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:30.131Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:30.131Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:39.671Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:39.672Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:39.672Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:39.673Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:46.014Z||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-27T05:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:46.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-27T05:26:46.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720221036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720235967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720238504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720239923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720241405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720242685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720243933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720245036,
  "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-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720246040,
  "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-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720247043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720248047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720249052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:26:46.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720250056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-27T05:26:46.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:26:49.213Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:49.214Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:49.214Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:49.215Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:26:58.754Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:26:58.755Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:26:58.755Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:26:58.755Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:08.291Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:08.292Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:08.293Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:27:08.293Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:17.832Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:17.832Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:17.833Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:27:17.833Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:27.372Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:27.372Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:27.373Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:27:27.373Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:36.908Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:36.909Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:36.909Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:27:36.909Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:46.015Z||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-27T05:27:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:46.450Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:46.451Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:27:46.451Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:27:46.451Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:27:46.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:27:46.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T05:27:46.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07922d08-7d7f-493c-8931-dde76db674bd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632720341405,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:27:46.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:27:55.991Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:28:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:28:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:28:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:28:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:28:46.014Z||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-27T05:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:28:55.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:28:55.560Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:29:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:29:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:29:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:29:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:29:46.014Z||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-27T05:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:29:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:29:55.557Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:30:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:30:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:30:46.014Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:30:46.014Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:30:46.014Z||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-27T05:30:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:30:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:30:55.557Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:31:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:31:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:31:46.014Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:31:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:31:46.014Z||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-27T05:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:31:55.563Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:31:55.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:32:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:32:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:32:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:32:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:32:46.014Z||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-27T05:32:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:32:55.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:32:55.570Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:33:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:33:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:33:46.014Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:33:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:33:46.014Z||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-27T05:33:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:33:55.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:33:55.561Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:34:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:34:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:34:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:34:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:34:46.015Z||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-27T05:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:34:55.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:34:55.560Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:35:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:35:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:35:46.014Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:35:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:35:46.015Z||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-27T05:35:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:35:55.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:35:55.560Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:36:46.012Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:36:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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-27T05:36:46.013Z|07922d08-7d7f-493c-8931-dde76db674bd|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:36:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:36:46.014Z||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-27T05:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:36:55.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-27T05:36:55.557Z|07922d08-7d7f-493c-8931-dde76db674bd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK