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-11-23T02:36:49.526Z||main|||||INFO|500||The following profiles are active: basic
2021-11-23T02:36:58.600Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-23T02:36:58.601Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-23T02:36:58.695Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-23T02:37:00.697Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-23T02:37:00.851Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-23T02:37:01.205Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-23T02:37:01.213Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-23T02:37:01.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-23T02:37:01.390Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-23T02:37:01.811Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-23T02:37:02.598Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-23T02:37:04.242Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-23T02:37:04.305Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-23T02:37:04.857Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-23T02:37:05.096Z||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-11-23T02:37:06.164Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-23T02:37:07.060Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-23T02:37:07.075Z||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$$a2b26ceb.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-11-23T02:37:07.075Z||main|||||WARN|500||The sdc end point is not alive
2021-11-23T02:37:09.551Z||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-11-23T02:37:12.004Z||main|||||WARN|500||---
2021-11-23T02:37:12.004Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-23T02:37:12.004Z||main|||||WARN|500||---
2021-11-23T02:37:12.428Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-23T02:37:16.278Z||main|||||INFO|500||Started Application in 30.753 seconds (JVM running for 31.76)
2021-11-23T02:37:16.307Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-23T02:37:16.308Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-23T02:37:16.319Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-23T02:37:16.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-23T02:37:16.414Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3bdab1e-ec49-4ee0-9a42-7d9cd24842c1 url= /sdc/v1/artifactTypes
2021-11-23T02:37:16.415Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-23T02:37:16.656Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-23T02:37:16.678Z||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-11-23T02:37:16.696Z||scheduling-1|||||DEBUG|500||create keys
2021-11-23T02:37:16.702Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-23T02:37:16.853Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:37:16.868Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= db2afc1f-2fa9-4be2-b263-8714c0ebb8e9 url= /sdc/v1/registerForDistribution
2021-11-23T02:37:17.569Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= db2afc1f-2fa9-4be2-b263-8714c0ebb8e9 url= /sdc/v1/registerForDistribution
2021-11-23T02:37:17.569Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-23T02:37:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:37:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:37:17.581Z||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-11-23T02:37:17.581Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:37:17.582Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-23T02:37:17.582Z||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-11-23T02:37:17.583Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:37:28.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:37:29.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:38:17.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:38:17.576Z||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-11-23T02:38:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:38:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:38:17.577Z||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-11-23T02:38:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:38:27.130Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:38:27.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:39:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:39:17.576Z||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-11-23T02:39:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:39:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:39:17.578Z||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-11-23T02:39:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:39:27.127Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:39:27.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:40:17.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:40:17.576Z||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-11-23T02:40:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:40:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:40:17.577Z||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-11-23T02:40:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:40:27.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:40:27.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:41:17.575Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:41:17.576Z||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-11-23T02:41:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:41:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:41:17.578Z||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-11-23T02:41:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:41:27.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:41:27.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:42:17.575Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:42:17.576Z||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-11-23T02:42:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:42:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:42:17.578Z||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-11-23T02:42:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:42:27.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:42:27.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:43:17.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:43:17.577Z||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-11-23T02:43:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:43:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:43:17.578Z||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-11-23T02:43:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:43:27.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:43:27.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:44:17.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:44:17.577Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:44:17.578Z||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-11-23T02:44:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:44:17.581Z||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-11-23T02:44:17.581Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:44:27.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:44:27.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:45:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:45:17.576Z||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-11-23T02:45:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:45:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:45:17.577Z||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-11-23T02:45:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:45:27.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:45:27.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:46:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:46:17.576Z||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-11-23T02:46:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:46:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:46:17.577Z||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-11-23T02:46:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:46:27.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:46:27.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:47:13.471Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-23T02:47:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:47:17.576Z||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-11-23T02:47:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:47:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:47:17.577Z||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-11-23T02:47:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:47:27.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:47:27.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:48:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:48:17.576Z||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-11-23T02:48:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:48:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:48:17.577Z||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-11-23T02:48:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:48:27.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:48:27.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:49:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:49:17.576Z||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-11-23T02:49:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:49:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:49:17.577Z||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-11-23T02:49:17.579Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:49:27.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:49:27.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:50:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:50:17.576Z||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-11-23T02:50:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:50:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:50:17.577Z||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-11-23T02:50:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:50:27.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:50:27.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:51:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:51:17.576Z||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-11-23T02:51:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:51:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:51:17.577Z||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-11-23T02:51:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:51:27.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:51:27.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:52:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:52:17.576Z||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-11-23T02:52:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:52:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:52:17.577Z||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-11-23T02:52:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:52:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:52:27.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:53:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:53:17.576Z||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-11-23T02:53:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:53:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:53:17.577Z||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-11-23T02:53:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:53:27.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:53:27.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:54:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:54:17.576Z||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-11-23T02:54:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:54:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:54:17.577Z||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-11-23T02:54:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:54:27.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:54:27.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:55:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:55:17.576Z||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-11-23T02:55:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:55:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:55:17.577Z||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-11-23T02:55:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:55:27.116Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:55:27.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:56:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:56:17.576Z||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-11-23T02:56:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:56:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:56:17.577Z||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-11-23T02:56:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:56:27.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:56:27.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:57:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:57:17.576Z||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-11-23T02:57:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:57:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:57:17.578Z||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-11-23T02:57:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:57:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:57:27.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:58:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:58:17.576Z||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-11-23T02:58:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:58:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:58:17.577Z||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-11-23T02:58:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:58:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:58:27.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:59:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:59:17.576Z||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-11-23T02:59:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:59:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T02:59:17.577Z||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-11-23T02:59:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T02:59:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T02:59:27.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:00:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:00:17.576Z||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-11-23T03:00:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:00:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:00:17.577Z||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-11-23T03:00:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:00:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:00:27.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:01:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:01:17.576Z||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-11-23T03:01:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:01:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:01:17.577Z||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-11-23T03:01:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:01:27.114Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:01:27.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:02:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:02:17.576Z||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-11-23T03:02:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:02:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:02:17.577Z||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-11-23T03:02:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:02:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:02:27.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:03:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:03:17.576Z||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-11-23T03:03:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:03:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:03:17.577Z||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-11-23T03:03:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:03:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:03:27.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:04:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:04:17.576Z||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-11-23T03:04:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:04:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:04:17.577Z||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-11-23T03:04:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:04:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:04:27.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:05:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:05:17.576Z||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-11-23T03:05:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:05:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:05:17.577Z||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-11-23T03:05:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:05:27.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:05:27.122Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:06:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:06:17.576Z||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-11-23T03:06:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:06:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:06:17.577Z||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-11-23T03:06:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:06:27.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:06:27.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:07:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:07:17.576Z||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-11-23T03:07:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:07:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:07:17.577Z||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-11-23T03:07:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:07:27.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:07:27.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:08:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:08:17.576Z||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-11-23T03:08:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:08:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:08:17.577Z||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-11-23T03:08:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:08:27.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:08:27.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:09:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:09:17.576Z||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-11-23T03:09:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:09:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:09:17.578Z||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-11-23T03:09:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:09:27.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:09:27.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:10:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:10:17.576Z||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-11-23T03:10:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:10:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:10:17.577Z||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-11-23T03:10:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:10:27.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:10:27.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:11:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:11:17.576Z||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-11-23T03:11:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:11:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:11:17.577Z||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-11-23T03:11:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:11:27.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:11:27.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:12:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:12:17.576Z||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-11-23T03:12:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:12:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:12:17.577Z||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-11-23T03:12:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:12:27.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:12:27.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:13:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:13:17.576Z||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-11-23T03:13:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:13:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:13:17.577Z||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-11-23T03:13:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:13:27.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:13:27.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:14:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:14:17.576Z||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-11-23T03:14:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:14:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:14:17.577Z||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-11-23T03:14:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:14:27.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:14:27.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:15:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:15:17.576Z||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-11-23T03:15:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:15:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:15:17.577Z||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-11-23T03:15:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:15:27.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:15:27.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:16:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:16:17.576Z||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-11-23T03:16:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:16:17.577Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:16:17.577Z||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-11-23T03:16:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:16:27.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:16:27.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:17:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:17:17.576Z||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-11-23T03:17:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:17:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:17:17.577Z||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-11-23T03:17:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:17:27.114Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:17:27.120Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:18:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:18:17.576Z||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-11-23T03:18:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:18:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:18:17.577Z||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-11-23T03:18:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:18:27.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:18:27.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:19:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:19:17.576Z||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-11-23T03:19:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:19:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:19:17.577Z||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-11-23T03:19:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:19:27.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:19:27.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:20:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:20:17.576Z||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-11-23T03:20:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:20:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:20:17.577Z||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-11-23T03:20:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:20:27.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:20:27.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:21:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:21:17.576Z||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-11-23T03:21:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:21:17.577Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:21:17.577Z||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-11-23T03:21:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:21:27.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:21:27.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:22:17.575Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:22:17.576Z||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-11-23T03:22:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:22:17.577Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:22:17.577Z||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-11-23T03:22:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:22:27.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:22:27.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:23:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:23:17.576Z||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-11-23T03:23:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:23:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:23:17.578Z||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-11-23T03:23:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:23:27.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:23:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:24:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:24:17.576Z||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-11-23T03:24:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:24:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:24:17.577Z||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-11-23T03:24:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:24:27.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:24:27.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:25:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:25:17.576Z||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-11-23T03:25:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:25:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:25:17.577Z||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-11-23T03:25:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:25:27.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:25:27.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:26:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:26:17.576Z||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-11-23T03:26:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:26:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:26:17.577Z||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-11-23T03:26:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:26:27.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:26:27.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:27:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:27:17.576Z||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-11-23T03:27:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:27:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:27:17.577Z||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-11-23T03:27:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:27:27.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:27:27.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:28:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:28:17.576Z||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-11-23T03:28:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:28:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:28:17.577Z||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-11-23T03:28:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:28:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:28:27.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:29:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:29:17.576Z||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-11-23T03:29:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:29:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:29:17.577Z||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-11-23T03:29:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:29:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:29:27.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:30:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:30:17.576Z||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-11-23T03:30:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:30:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:30:17.577Z||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-11-23T03:30:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:30:27.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:30:27.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:31:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:31:17.576Z||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-11-23T03:31:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:31:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:31:17.577Z||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-11-23T03:31:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:31:27.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:31:27.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:32:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:32:17.576Z||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-11-23T03:32:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:32:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:32:17.577Z||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-11-23T03:32:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:32:27.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:32:27.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:33:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:33:17.576Z||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-11-23T03:33:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:33:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:33:17.577Z||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-11-23T03:33:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:33:27.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:33:27.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:34:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:34:17.576Z||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-11-23T03:34:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:34:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:34:17.577Z||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-11-23T03:34:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:34:27.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:34:27.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:35:17.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:35:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:35:17.577Z||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-11-23T03:35:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:35:17.577Z||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-11-23T03:35:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:35:27.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:35:27.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:36:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:36:17.576Z||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-11-23T03:36:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:36:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:36:17.577Z||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-11-23T03:36:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:36:27.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:36:27.124Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:37:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:37:17.576Z||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-11-23T03:37:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:37:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:37:17.577Z||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-11-23T03:37:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:37:27.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:37:27.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:38:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:38:17.576Z||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-11-23T03:38:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:38:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:38:17.577Z||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-11-23T03:38:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:38:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:38:27.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:39:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:39:17.576Z||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-11-23T03:39:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:39:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:39:17.577Z||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-11-23T03:39:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:39:27.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:39:27.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:40:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:40:17.576Z||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-11-23T03:40:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:40:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:40:17.577Z||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-11-23T03:40:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:40:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:40:27.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:41:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:41:17.576Z||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-11-23T03:41:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:41:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:41:17.577Z||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-11-23T03:41:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:41:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:41:27.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:42:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:42:17.576Z||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-11-23T03:42:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:42:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:42:17.577Z||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-11-23T03:42:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:42:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:42:27.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:43:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:43:17.576Z||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-11-23T03:43:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:43:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:43:17.577Z||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-11-23T03:43:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:43:27.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:43:27.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:44:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:44:17.576Z||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-11-23T03:44:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:44:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:44:17.577Z||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-11-23T03:44:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:44:27.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:44:27.125Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:45:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:45:17.576Z||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-11-23T03:45:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:45:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:45:17.577Z||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-11-23T03:45:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:45:27.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:45:27.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:46:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:46:17.576Z||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-11-23T03:46:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:46:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:46:17.577Z||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-11-23T03:46:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:46:27.116Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:46:27.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:47:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:47:17.576Z||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-11-23T03:47:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:47:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:47:17.577Z||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-11-23T03:47:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:47:27.120Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:47:27.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:48:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:48:17.576Z||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-11-23T03:48:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:48:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:48:17.577Z||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-11-23T03:48:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:48:27.119Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:48:27.123Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:49:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:49:17.576Z||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-11-23T03:49:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:49:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:49:17.577Z||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-11-23T03:49:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:49:27.118Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:49:27.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:50:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:50:17.576Z||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-11-23T03:50:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:50:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:50:17.577Z||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-11-23T03:50:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:50:27.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:50:27.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:51:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:51:17.576Z||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-11-23T03:51:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:51:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:51:17.577Z||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-11-23T03:51:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:51:27.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:51:27.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:52:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:52:17.576Z||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-11-23T03:52:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:52:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:52:17.577Z||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-11-23T03:52:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:52:27.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:52:27.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:53:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:53:17.576Z||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-11-23T03:53:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:53:17.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:53:17.577Z||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-11-23T03:53:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:53:27.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:53:27.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:17.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:54:17.576Z||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-11-23T03:54:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:54:17.578Z||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-11-23T03:54:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:17.706Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:17.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639636862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639635218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "dcae-sch",
  "timestamp": 1637639639218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639652781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639652799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637639647024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "cds",
  "timestamp": 1637639653816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-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-11-23T03:54:17.879Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:54:17.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:54:17.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639653888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:17.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:54:17.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-23T03:54:17.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639655051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:17.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639656472,
  "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-11-23T03:54:17.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:54:17.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:54:17.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:54:17.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:17.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:54:18.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:18.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-23T03:54:18.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"220f270f-3755-4984-b134-6c227c11ece8","serviceName":"vFW 2021-11-23 03-51-09","serviceVersion":"1.0","serviceUUID":"0a4574f7-5242-486c-814d-a5f0a6f874b6","serviceDescription":"catalog service description","serviceInvariantUUID":"96679f23-a710-4caf-8dbb-0e818f7d869e","resources":[{"resourceInstanceName":"vFW db45ce6e-181d 0","resourceName":"vFW db45ce6e-181d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9dbc9b87-3ddc-44c8-bc13-74b11d0767a6","resourceInvariantUUID":"d62ec926-e3f7-4c5b-a3fe-ce16fc93f44f","resourceCustomizationUUID":"97a65262-560c-4e20-bd6c-b45ebe7235b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml","artifactChecksum":"NmZjNzVmZWVhN2EzMTE5NjQ3MmFiZTFjNDU2YWRmMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58fa16f0-e984-4120-aeb9-08535ef623af","artifactVersion":"1"},{"artifactName":"vfwdb45ce6e181d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json","artifactChecksum":"YjIyZTQ3NDRhNmMzOTkxODhjNmIxMWRhN2RjMWZjZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a55847f-d6be-4e6e-ba8b-1160eaa774d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a4d0cd5-784f-4b7f-b926-2726d4af7ebc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGViYWY3MjdkYTczMWQ0ZjMyNGE5MjI0ZTIxYmQ1NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31d3d0ec-f0d9-4036-a554-60a0c2b1b96f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf653efb-5484-47d0-9c1e-05c3498b5bae","artifactVersion":"2","generatedFromUUID":"6a4d0cd5-784f-4b7f-b926-2726d4af7ebc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211123035109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml","artifactChecksum":"ZTNhYzRjOGMzZTM3YzI5NjcwNDI3NjAwZWI2NDIxOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bbd23bc2-11e8-4ed0-99e5-1ab297da0e73","artifactVersion":"1"},{"artifactName":"service-Vfw20211123035109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar","artifactChecksum":"ZDU0ZDI3NzUzYmUwMmUxYzc5MmNmZjMzNDMxMGZiZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b49573f-7fc9-427b-8d6c-b921eea23753","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T03:54:18.202Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:18.206Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:18.213Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:18.213Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:18.313Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-23T03:54:18.316Z||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-11-23T03:54:18.316Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:18.327Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:18.328Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:19.218Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:19.218Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:19.219Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:19.219Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T03:54:19.320Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T03:54:19.320Z||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-11-23T03:54:19.320Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:19.331Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:19.332Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:20.220Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:20.221Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:20.222Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:20.222Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-23T03:54:20.322Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:20.323Z||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-11-23T03:54:20.323Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:20.334Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:20.334Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T03:54:21.223Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:21.223Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:21.225Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:21.225Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:21.325Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:21.325Z||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-11-23T03:54:21.326Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:21.337Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:21.337Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T03:54:22.225Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:22.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:22.227Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:22.228Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-23T03:54:22.328Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T03:54:22.328Z||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-11-23T03:54:22.328Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:22.338Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:22.338Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:23.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:23.229Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:23.230Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:23.230Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:54:23.330Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:23.331Z||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-11-23T03:54:23.331Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:23.342Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:23.343Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-23T03:54:24.231Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T03:54:24.231Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:24.233Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:24.234Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:54:24.334Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:24.334Z||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-11-23T03:54:24.334Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:24.367Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:24.367Z||pool-9-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:25.235Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "serviceName": "vFW 2021-11-23 03-51-09",
  "serviceVersion": "1.0",
  "serviceUUID": "0a4574f7-5242-486c-814d-a5f0a6f874b6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "96679f23-a710-4caf-8dbb-0e818f7d869e",
  "resources": [
    {
      "resourceInstanceName": "vFW db45ce6e-181d 0",
      "resourceCustomizationUUID": "97a65262-560c-4e20-bd6c-b45ebe7235b6",
      "resourceName": "vFW db45ce6e-181d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9dbc9b87-3ddc-44c8-bc13-74b11d0767a6",
      "resourceInvariantUUID": "d62ec926-e3f7-4c5b-a3fe-ce16fc93f44f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdb45ce6e181d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
          "artifactChecksum": "YjIyZTQ3NDRhNmMzOTkxODhjNmIxMWRhN2RjMWZjZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3a55847f-d6be-4e6e-ba8b-1160eaa774d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6a4d0cd5-784f-4b7f-b926-2726d4af7ebc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bf653efb-5484-47d0-9c1e-05c3498b5bae",
            "generatedFromUUID": "6a4d0cd5-784f-4b7f-b926-2726d4af7ebc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bf653efb-5484-47d0-9c1e-05c3498b5bae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211123035109-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
      "artifactChecksum": "ZDU0ZDI3NzUzYmUwMmUxYzc5MmNmZjMzNDMxMGZiZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b49573f-7fc9-427b-8d6c-b921eea23753"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T03:54:25.236Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T03:54:25.236Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a4574f7-5242-486c-814d-a5f0a6f874b6 ASDC
2021-11-23T03:54:25.326Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:220f270f-3755-4984-b134-6c227c11ece8
ServiceName:vFW 2021-11-23 03-51-09
ServiceVersion:1.0
ServiceUUID:0a4574f7-5242-486c-814d-a5f0a6f874b6
ServiceInvariantUUID:96679f23-a710-4caf-8dbb-0e818f7d869e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211123035109-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar
ArtifactUUID:7b49573f-7fc9-427b-8d6c-b921eea23753
ArtifactChecksum:ZDU0ZDI3NzUzYmUwMmUxYzc5MmNmZjMzNDMxMGZiZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW db45ce6e-181d 0
ResourceCustomizationUUID:97a65262-560c-4e20-bd6c-b45ebe7235b6
ResourceInvariantUUID:d62ec926-e3f7-4c5b-a3fe-ce16fc93f44f
ResourceName:vFW db45ce6e-181d
ResourceType:VF
ResourceUUID:9dbc9b87-3ddc-44c8-bc13-74b11d0767a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdb45ce6e181d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json
ArtifactUUID:3a55847f-d6be-4e6e-ba8b-1160eaa774d5
ArtifactChecksum:YjIyZTQ3NDRhNmMzOTkxODhjNmIxMWRhN2RjMWZjZmQ=
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/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml
ArtifactUUID:6a4d0cd5-784f-4b7f-b926-2726d4af7ebc
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/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
ArtifactUUID:bf653efb-5484-47d0-9c1e-05c3498b5bae
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/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
ArtifactUUID:bf653efb-5484-47d0-9c1e-05c3498b5bae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-23T03:54:25.326Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a4574f7-5242-486c-814d-a5f0a6f874b6 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-11-23T03:54:25.363Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T03:54:25.364Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-23T03:54:25.364Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-23T03:54:25.364Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b49573f-7fc9-427b-8d6c-b921eea23753 from URL: /sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:25.365Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-23T03:54:25.365Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:25.583Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-23T03:54:25.599Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar 7b49573f-7fc9-427b-8d6c-b921eea23753 98998
2021-11-23T03:54:25.601Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar ASDC sendASDCNotification
2021-11-23T03:54:25.601Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:25.601Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T03:54:25.602Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:25.603Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:25.603Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639665599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:25.704Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:25.704Z||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-11-23T03:54:25.704Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:25.714Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:25.714Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:26.604Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T03:54:26.605Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-23T03:54:26.605Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7b49573f-7fc9-427b-8d6c-b921eea23753, URL: /sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar to file: /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:26.605Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211123035109-csar.csar
2021-11-23T03:54:26.659Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:26.659Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:27.059Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9705902596510257526/Definitions/service-Vfw20211123035109-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-23T03:54:29.310Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.314Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW db45ce6e-181d 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-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:29.315Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-23T03:54:29.320Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.322Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.325Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:29.325Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-23T03:54:29.326Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T03:54:29.327Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.328Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.331Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.331Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T03:54:29.332Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.333Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T03:54:29.334Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.334Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:29.334Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:29.335Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.336Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d7f1b80-ccc2-492a-8bf3-589b5c8a17a8
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:29.337Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.338Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b72b35b8-4eeb-45b0-9518-d5711ae6f8a5
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.339Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36e643fa-5be3-439c-8833-7562b7ab1b41
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.340Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:29.341Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-23 03-51-09
Description:catalog service description
Model UUID:0a4574f7-5242-486c-814d-a5f0a6f874b6
Model Version:NULL
Model InvariantUuid:96679f23-a710-4caf-8dbb-0e818f7d869e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW db45ce6e-181d
Model UUID:f26519c9-30b4-490f-b054-a157a3f2fb6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d62ec926-e3f7-4c5b-a3fe-ce16fc93f44f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97a65262-560c-4e20-bd6c-b45ebe7235b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc37c6a9-4b7b-4b2d-8350-e14a1dbae3da
ModelName:VfwDb45ce6e181d..base_vfw..module-0
ModelUuid:be9d0e35-768d-42d2-bc8a-f8b2c96e1eab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d7f1b80-ccc2-492a-8bf3-589b5c8a17a8
ModelInvariantUuid:b2780bb8-6477-49d8-b7da-9be320c03018
ModelName:vFW db45ce6e-181d-nodes.vfwCvfc
ModelUuid:e05e5810-e5bc-46c6-9dfc-97b424ed8fb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:821ccf9a-b163-43a7-bf8f-7f73aa6f7406
ModelInvariantUuid:38f3775d-0de7-449c-ad26-da05dbd3b791
ModelName:VfwDb45ce6e181d.compute.nodes.heat.vfw
ModelUuid:954ff637-d53f-4133-9425-548095415307
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b72b35b8-4eeb-45b0-9518-d5711ae6f8a5
ModelInvariantUuid:35ab1302-a744-4586-8023-f90abbccec81
ModelName:vFW db45ce6e-181d-nodes.vsnCvfc
ModelUuid:4d58c47a-f501-4a54-afda-30786d42c738
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:964a5590-cb03-4f34-9c0b-eb9257c00a41
ModelInvariantUuid:bbc14d8c-e6fb-4366-818d-ec22cd3c4864
ModelName:VfwDb45ce6e181d.compute.nodes.heat.vsn
ModelUuid:3ad46cc3-063f-4082-9f36-36c0155dbe47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36e643fa-5be3-439c-8833-7562b7ab1b41
ModelInvariantUuid:9bddba65-64ef-4c46-bdce-b77ddc20ef72
ModelName:vFW db45ce6e-181d-nodes.vpgCvfc
ModelUuid:53917655-34c2-40dc-9885-4a68536115e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cd7bf9a5-93d7-44e4-90c6-f1f596e53417
ModelInvariantUuid:b1cd74ea-2fb6-4ef4-829e-5ba070f3f432
ModelName:VfwDb45ce6e181d.compute.nodes.heat.vpg
ModelUuid:846a5893-3f99-41c7-9310-64eb334bd95e
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T03:54:29.353Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9dbc9b87-3ddc-44c8-bc13-74b11d0767a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T03:54:29.437Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||vFW db45ce6e-181d 0
2021-11-23T03:54:29.443Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9dbc9b87-3ddc-44c8-bc13-74b11d0767a6
2021-11-23T03:54:29.443Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3a55847f-d6be-4e6e-ba8b-1160eaa774d5 from URL: /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json
2021-11-23T03:54:29.444Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-23T03:54:29.444Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json
2021-11-23T03:54:30.111Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-23T03:54:30.111Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json 3a55847f-d6be-4e6e-ba8b-1160eaa774d5 785
2021-11-23T03:54:30.112Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json ASDC sendASDCNotification
2021-11-23T03:54:30.112Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json
2021-11-23T03:54:30.112Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T03:54:30.112Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:30.114Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:30.114Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639670112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:30.215Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:30.215Z||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-11-23T03:54:30.215Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:30.227Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:30.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:31.116Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDb45ce6e181d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fc37c6a9-4b7b-4b2d-8350-e14a1dbae3da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be9d0e35-768d-42d2-bc8a-f8b2c96e1eab",
    "vfModuleModelCustomizationUUID": "f68d79ab-4bbb-4916-a32d-3da01c6cb814",
    "isBase": true,
    "artifacts": [
      "6a4d0cd5-784f-4b7f-b926-2726d4af7ebc",
      "bf653efb-5484-47d0-9c1e-05c3498b5bae"
    ],
    "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-11-23T03:54:31.127Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDb45ce6e181d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be9d0e35-768d-42d2-bc8a-f8b2c96e1eab
VfModuleModelInvariantUUID:fc37c6a9-4b7b-4b2d-8350-e14a1dbae3da
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a4d0cd5-784f-4b7f-b926-2726d4af7ebc
,
bf653efb-5484-47d0-9c1e-05c3498b5bae

}
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-11-23T03:54:31.129Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDb45ce6e181d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fc37c6a9-4b7b-4b2d-8350-e14a1dbae3da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be9d0e35-768d-42d2-bc8a-f8b2c96e1eab",
    "vfModuleModelCustomizationUUID": "f68d79ab-4bbb-4916-a32d-3da01c6cb814",
    "isBase": true,
    "artifacts": [
      "6a4d0cd5-784f-4b7f-b926-2726d4af7ebc",
      "bf653efb-5484-47d0-9c1e-05c3498b5bae"
    ],
    "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-11-23T03:54:31.129Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDb45ce6e181d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be9d0e35-768d-42d2-bc8a-f8b2c96e1eab
VfModuleModelInvariantUUID:fc37c6a9-4b7b-4b2d-8350-e14a1dbae3da
VfModuleModelDescription:NULL
Artifacts UUID List:{
6a4d0cd5-784f-4b7f-b926-2726d4af7ebc
,
bf653efb-5484-47d0-9c1e-05c3498b5bae

}
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-11-23T03:54:31.129Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6a4d0cd5-784f-4b7f-b926-2726d4af7ebc from URL: /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml
2021-11-23T03:54:31.130Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-23T03:54:31.130Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml
2021-11-23T03:54:31.271Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-23T03:54:31.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml 6a4d0cd5-784f-4b7f-b926-2726d4af7ebc 20368
2021-11-23T03:54:31.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-23T03:54:31.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml
2021-11-23T03:54:31.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T03:54:31.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:31.274Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:31.274Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639671272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:31.374Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:31.375Z||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-11-23T03:54:31.375Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:31.386Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:31.386Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:32.275Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf653efb-5484-47d0-9c1e-05c3498b5bae from URL: /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
2021-11-23T03:54:32.275Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-23T03:54:32.275Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
2021-11-23T03:54:32.490Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-23T03:54:32.490Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env bf653efb-5484-47d0-9c1e-05c3498b5bae 2098
2021-11-23T03:54:32.490Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-23T03:54:32.490Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
2021-11-23T03:54:32.490Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T03:54:32.491Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:32.493Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:32.493Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639672490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:54:32.593Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:32.593Z||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-11-23T03:54:32.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:32.604Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:32.604Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T03:54:33.493Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0a4574f7-5242-486c-814d-a5f0a6f874b6
2021-11-23T03:54:33.494Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW db45ce6e-181d 0 9dbc9b87-3ddc-44c8-bc13-74b11d0767a6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T03:54:33.520Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4004a80b, org.onap.sdc.toscaparser.api.parameters.Input@7ecd68a1, org.onap.sdc.toscaparser.api.parameters.Input@2e1ad98b, org.onap.sdc.toscaparser.api.parameters.Input@78f42031, org.onap.sdc.toscaparser.api.parameters.Input@1dd58bd4]
2021-11-23T03:54:33.523Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.523Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.523Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-11-23T03:54:33.523Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 97a65262-560c-4e20-bd6c-b45ebe7235b6
2021-11-23T03:54:33.523Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97a65262-560c-4e20-bd6c-b45ebe7235b6 matches Tosca VF Customization UUID: 97a65262-560c-4e20-bd6c-b45ebe7235b6
2021-11-23T03:54:33.524Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 97a65262-560c-4e20-bd6c-b45ebe7235b6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T03:54:33.528Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.528Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.529Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 97a65262-560c-4e20-bd6c-b45ebe7235b6: {\"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-11-23T03:54:33.529Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3986d403
2021-11-23T03:54:33.529Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.529Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T03:54:33.530Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f68d79ab-4bbb-4916-a32d-3da01c6cb814
2021-11-23T03:54:33.531Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f68d79ab-4bbb-4916-a32d-3da01c6cb814
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T03:54:33.534Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.535Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.535Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:33.535Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-23T03:54:33.536Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.537Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T03:54:33.538Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.538Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d7f1b80-ccc2-492a-8bf3-589b5c8a17a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T03:54:33.545Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.545Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.546Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:33.546Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.546Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:33.546Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:33.547Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T03:54:33.547Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.547Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.547Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.548Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b72b35b8-4eeb-45b0-9518-d5711ae6f8a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T03:54:33.550Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.550Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.550Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:33.552Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.552Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is not matching search criteria
2021-11-23T03:54:33.552Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-23T03:54:33.553Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-23T03:54:33.554Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-23T03:54:33.554Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-23T03:54:33.554Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-23T03:54:33.554Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-23T03:54:33.554Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36e643fa-5be3-439c-8833-7562b7ab1b41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Node template vFW db45ce6e-181d 0 is matching search criteria
2021-11-23T03:54:33.556Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW db45ce6e-181d 0] matching following query criteria: sdcType=VF, customizationUUID=97a65262-560c-4e20-bd6c-b45ebe7235b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T03:54:33.558Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.558Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.558Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0a4574f7-5242-486c-814d-a5f0a6f874b6: vFW db45ce6e-181d
2021-11-23T03:54:33.558Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.558Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.559Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T03:54:33.560Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-23 03-51-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T03:54:33.560Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-11-23 03-51-09 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-23T03:54:33.757Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW db45ce6e-181d 9dbc9b87-3ddc-44c8-bc13-74b11d0767a6 1 ASDC deployResourceStructure
2021-11-23T03:54:33.757Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json ASDC sendASDCNotification
2021-11-23T03:54:33.758Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json
2021-11-23T03:54:33.758Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T03:54:33.758Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:33.759Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:33.759Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639673757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T03:54:33.859Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:33.860Z||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-11-23T03:54:33.860Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:33.870Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:33.870Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:34.760Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-23T03:54:34.761Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml
2021-11-23T03:54:34.761Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T03:54:34.761Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:34.763Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:34.763Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639674760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T03:54:34.863Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:34.864Z||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-11-23T03:54:34.864Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:34.875Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:34.875Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:35.764Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-23T03:54:35.764Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env
2021-11-23T03:54:35.765Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T03:54:35.765Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:35.767Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:35.767Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639675764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-23T03:54:35.867Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:35.867Z||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-11-23T03:54:35.868Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:35.879Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:35.879Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:36.768Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar ASDC sendASDCNotification
2021-11-23T03:54:36.768Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar
2021-11-23T03:54:36.768Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T03:54:36.769Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:54:36.771Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:54:36.771Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639676768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:54:36.871Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T03:54:36.871Z||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-11-23T03:54:36.872Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:54:36.881Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:54:36.881Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:54:37.772Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T03:54:37.787Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T03:54:37.790Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T03:54:37.790Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T03:54:37.790Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T03:55:07.791Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T03:55:07.800Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T03:55:07.802Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T03:55:07.803Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T03:55:07.803Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T03:55:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:55:17.577Z||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-11-23T03:55:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:55:17.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:55:17.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:55:17.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637639657478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T03:55:17.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:55:37.803Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T03:55:37.815Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T03:55:37.818Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T03:55:37.818Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T03:55:37.819Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T03:56:07.819Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T03:56:07.830Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T03:56:07.832Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T03:56:07.832Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T03:56:07.832Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T03:56:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:56:17.577Z||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-11-23T03:56:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:56:18.105Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:56:18.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639651391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639659236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639660243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "policy-id",
  "timestamp": 1637639661249,
  "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-11-23T03:56:18.117Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:56:18.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:56:18.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639657575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639665599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639660340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639668499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639670112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639664264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639664518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639671272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639672490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639672514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639673370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639673757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/vfwdb45ce6e181d0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637639674375,
  "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-11-23T03:56:18.140Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:56:18.140Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:56:18.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639674760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639675764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/resourceInstances/vfwdb45ce6e181d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639676768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639681497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639683507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "clamp",
  "timestamp": 1637639684511,
  "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-11-23T03:56:18.152Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:56:18.153Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:56:18.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639685659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211123035109/1.0/artifacts/service-Vfw20211123035109-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T03:56:18.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T03:56:18.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:56:18.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "aai-ml",
  "timestamp": 1637639686664,
  "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-11-23T03:56:18.164Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 220f270f-3755-4984-b134-6c227c11ece8
2021-11-23T03:56:18.164Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:56:37.832Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T03:56:37.847Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T03:56:37.852Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T03:56:37.852Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T03:56:37.852Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T03:56:37.852Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T03:56:37.852Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T03:56:37.853Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T03:56:37.859Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T03:57:07.859Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 220f270f-3755-4984-b134-6c227c11ece8 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-11-23T03:57:07.866Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 220f270f-3755-4984-b134-6c227c11ece8 and serviceModelVersionId: 0a4574f7-5242-486c-814d-a5f0a6f874b6
2021-11-23T03:57:07.867Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96679f23-a710-4caf-8dbb-0e818f7d869e
2021-11-23T03:57:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:57:17.577Z||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-11-23T03:57:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:57:19.257Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?depth=0
2021-11-23T03:57:19.346Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T03:57:19.770Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?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-11-23T03:57:19.774Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?depth=0|INFO|500||Invoke
2021-11-23T03:57:19.927Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T03:57:20.257Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?depth=0|INFO|500||InvokeReturn
2021-11-23T03:57:20.258Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96679f23-a710-4caf-8dbb-0e818f7d869e/model-vers/model-ver/0a4574f7-5242-486c-814d-a5f0a6f874b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-03:57:19:936-22662], vertex-id=[553048], Content-Length=[0], Date=[Tue, 23 Nov 2021 03:57:19 GMT], Content-Type=[application/json]}
2021-11-23T03:57:20.258Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-11-23T03:57:20.260Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T03:57:20.261Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T03:57:20.266Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T03:57:20.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 220f270f-3755-4984-b134-6c227c11ece8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T03:57:20.272Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T03:57:20.273Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-23T03:57:20.274Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T03:57:20.274Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639840272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T03:57:20.375Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T03:57:20.375Z||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-11-23T03:57:20.375Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T03:57:20.385Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:57:20.386Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T03:57:20.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:57:21.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-23T03:57:21.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "220f270f-3755-4984-b134-6c227c11ece8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637639840272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T03:57:21.001Z||pool-2-thread-2|||||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-11-23T03:57:21.291Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:57:21.291Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T03:57:21.291Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:57:31.729Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:57:31.730Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:57:31.730Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T03:57:31.730Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:57:41.274Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:57:41.275Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:57:41.275Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T03:57:41.276Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:57:50.814Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:58:17.575Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:58:17.576Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T03:58:17.576Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:58:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:58:17.578Z||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-11-23T03:58:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:58:27.112Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:58:27.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:59:17.575Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:59:17.576Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T03:59:17.576Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:59:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T03:59:17.577Z||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-11-23T03:59:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T03:59:27.141Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T03:59:27.147Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:00:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:00:17.576Z||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-11-23T04:00:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:00:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:00:17.577Z||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-11-23T04:00:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:00:27.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:00:27.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:01:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:01:17.576Z||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-11-23T04:01:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:01:17.577Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:01:17.577Z||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-11-23T04:01:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:01:27.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:01:27.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:02:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:02:17.576Z||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-11-23T04:02:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:02:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:02:17.577Z||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-11-23T04:02:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:02:27.111Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:02:27.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:03:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:03:17.576Z||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-11-23T04:03:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:03:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:03:17.577Z||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-11-23T04:03:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:03:27.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:03:27.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:04:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:04:17.576Z||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-11-23T04:04:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:04:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:04:17.577Z||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-11-23T04:04:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:04:27.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:04:27.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:05:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:05:17.576Z||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-11-23T04:05:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:05:17.577Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:05:17.577Z||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-11-23T04:05:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:05:27.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:05:27.128Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:17.575Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:06:17.576Z||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-11-23T04:06:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:06:17.577Z||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-11-23T04:06:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:18.201Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:18.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccb41d06-359e-40cc-b8e7-2bc81eaf8dba","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66e831ca-0b5d-4f3b-9032-573a307e0a6c","serviceDescription":"service","serviceInvariantUUID":"3583dd99-2cef-44ae-b7af-85be4f621aba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e2a1326d-57ec-46c4-95fe-c8908b4f2e65","resourceInvariantUUID":"90a9bbec-68b1-4ec1-95ec-026842d0ddb8","resourceCustomizationUUID":"0a007db6-684f-4a7b-b662-2e6635eebc0b","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":"NTBkZDI3ZmU0MjYyMjk0YTYxYmUxMjk0MjVlN2Q4ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9d43cf0-fb2a-4c31-aa25-180d68754958","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzIzYTljZDBiODNlY2Q5MmUyMzVjOWVmNmMwYTFlMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"264b0a31-176d-4c94-9cfd-f426b70a544d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:06:18.204Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:06:18.204Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:06:18.204Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "aai-ml",
  "timestamp": 1637640354518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.206Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:06:18.206Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640377575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640356862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "dcae-sch",
  "timestamp": 1637640359218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "cds",
  "timestamp": 1637640355218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "aai-ml",
  "timestamp": 1637640354518,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "dcae-sch",
  "timestamp": 1637640359218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "cds",
  "timestamp": 1637640355218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640356862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:06:18.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "aai-ml",
  "timestamp": 1637640366960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "cds",
  "timestamp": 1637640367075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640367024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "cds",
  "timestamp": 1637640368083,
  "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-11-23T04:06:18.226Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
2021-11-23T04:06:18.226Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:06:18.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640367024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "aai-ml",
  "timestamp": 1637640370911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:06:18.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:06:18.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "aai-ml",
  "timestamp": 1637640371918,
  "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-11-23T04:06:18.241Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
2021-11-23T04:06:18.242Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:06:18.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "policy-id",
  "timestamp": 1637640371391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:06:18.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "policy-id",
  "timestamp": 1637640371391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "policy-id",
  "timestamp": 1637640374476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "policy-id",
  "timestamp": 1637640375479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:06:18.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "policy-id",
  "timestamp": 1637640376481,
  "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-11-23T04:06:18.257Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
2021-11-23T04:06:18.257Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:06:18.306Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:06:18.306Z||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-11-23T04:06:18.306Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:18.317Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:18.317Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:06:19.206Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:06:19.207Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:06:19.208Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:06:19.208Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640377575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:06:19.309Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:06:19.309Z||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-11-23T04:06:19.309Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:19.320Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:19.320Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:06:20.209Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "66e831ca-0b5d-4f3b-9032-573a307e0a6c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3583dd99-2cef-44ae-b7af-85be4f621aba",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0a007db6-684f-4a7b-b662-2e6635eebc0b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e2a1326d-57ec-46c4-95fe-c8908b4f2e65",
      "resourceInvariantUUID": "90a9bbec-68b1-4ec1-95ec-026842d0ddb8",
      "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": "NzIzYTljZDBiODNlY2Q5MmUyMzVjOWVmNmMwYTFlMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "264b0a31-176d-4c94-9cfd-f426b70a544d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:06:20.210Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:06:20.210Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66e831ca-0b5d-4f3b-9032-573a307e0a6c ASDC
2021-11-23T04:06:20.210Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:66e831ca-0b5d-4f3b-9032-573a307e0a6c
ServiceInvariantUUID:3583dd99-2cef-44ae-b7af-85be4f621aba
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:264b0a31-176d-4c94-9cfd-f426b70a544d
ArtifactChecksum:NzIzYTljZDBiODNlY2Q5MmUyMzVjOWVmNmMwYTFlMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0a007db6-684f-4a7b-b662-2e6635eebc0b
ResourceInvariantUUID:90a9bbec-68b1-4ec1-95ec-026842d0ddb8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e2a1326d-57ec-46c4-95fe-c8908b4f2e65
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-23T04:06:20.210Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66e831ca-0b5d-4f3b-9032-573a307e0a6c 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-11-23T04:06:20.238Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:06:20.238Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:06:20.238Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:06:20.239Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 264b0a31-176d-4c94-9cfd-f426b70a544d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-23T04:06:20.239Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T04:06:20.239Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-23T04:06:20.605Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T04:06:20.607Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 264b0a31-176d-4c94-9cfd-f426b70a544d 52482
2021-11-23T04:06:20.607Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-23T04:06:20.607Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-23T04:06:20.607Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:06:20.608Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:06:20.609Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:06:20.609Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640380607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:06:20.709Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:06:20.710Z||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-11-23T04:06:20.710Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:20.719Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:20.719Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:06:21.610Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:06:21.610Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:06:21.611Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 264b0a31-176d-4c94-9cfd-f426b70a544d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-23T04:06:21.611Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-23T04:06:21.611Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-23T04:06:21.611Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-23T04:06:21.694Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8743702675162928939/Definitions/service-BasicNetwork-template.yml
2021-11-23T04:06:22.133Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:06:22.134Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T04:06:22.134Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-23T04:06:22.134Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-23T04:06:22.134Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.134Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T04:06:22.135Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.136Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.137Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.138Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:66e831ca-0b5d-4f3b-9032-573a307e0a6c
Model Version:NULL
Model InvariantUuid:3583dd99-2cef-44ae-b7af-85be4f621aba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:90a9bbec-68b1-4ec1-95ec-026842d0ddb8
Model UUID:2bc6104b-daec-467b-993d-f422fc95d093
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0a007db6-684f-4a7b-b662-2e6635eebc0b
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:06:22.146Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: e2a1326d-57ec-46c4-95fe-c8908b4f2e65
2021-11-23T04:06:22.146Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||No resources found for Service: 66e831ca-0b5d-4f3b-9032-573a307e0a6c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:06:22.150Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||
2021-11-23T04:06:22.150Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-23T04:06:22.150Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 66e831ca-0b5d-4f3b-9032-573a307e0a6c
2021-11-23T04:06:22.151Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66e831ca-0b5d-4f3b-9032-573a307e0a6c
2021-11-23T04:06:22.151Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-23T04:06:22.151Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:06:22.155Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36a79fbb, org.onap.sdc.toscaparser.api.parameters.Input@6e9c42d, org.onap.sdc.toscaparser.api.parameters.Input@1a520d81, org.onap.sdc.toscaparser.api.parameters.Input@650ba70f, org.onap.sdc.toscaparser.api.parameters.Input@6f5ba652]
2021-11-23T04:06:22.156Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.156Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.157Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.157Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.157Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66e831ca-0b5d-4f3b-9032-573a307e0a6c: Generic NeutronNet
2021-11-23T04:06:22.157Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.157Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.158Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.158Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-23T04:06:22.180Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:06:22.181Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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-11-23T04:06:22.229Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-23T04:06:22.230Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-23T04:06:22.230Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-23T04:06:22.230Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:06:22.230Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:06:22.231Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:06:22.231Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640382230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:06:22.332Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:06:22.332Z||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-11-23T04:06:22.333Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:06:22.343Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:06:22.343Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:06:23.232Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:06:23.244Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:06:23.247Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:06:23.247Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:06:23.247Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:06:23.247Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:06:53.247Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:06:53.256Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:06:53.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:06:53.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:06:53.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:06:53.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:07:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:07:17.577Z||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-11-23T04:07:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:07:17.702Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:07:17.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:07:17.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640377575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:07:17.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:07:23.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:07:23.264Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:07:23.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:07:23.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:07:23.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:07:23.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:07:53.267Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:07:53.275Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:07:53.276Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:07:53.276Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:07:53.276Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:07:53.277Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:08:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:08:17.577Z||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-11-23T04:08:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:08:17.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:08:17.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640377575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640380607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640380340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640380340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640382230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640383158,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640384706,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "clamp",
  "timestamp": 1637640384264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640385710,
  "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-11-23T04:08:17.609Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
2021-11-23T04:08:17.609Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:08:17.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "clamp",
  "timestamp": 1637640384264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:08:17.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "clamp",
  "timestamp": 1637640396555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "clamp",
  "timestamp": 1637640398562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "clamp",
  "timestamp": 1637640399565,
  "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-11-23T04:08:17.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
2021-11-23T04:08:17.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:08:17.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:17.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:08:23.277Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:08:23.286Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:08:23.288Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:08:23.291Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:08:53.292Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba 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-11-23T04:08:53.297Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccb41d06-359e-40cc-b8e7-2bc81eaf8dba and serviceModelVersionId: 66e831ca-0b5d-4f3b-9032-573a307e0a6c
2021-11-23T04:08:53.297Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3583dd99-2cef-44ae-b7af-85be4f621aba
2021-11-23T04:08:53.298Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0
2021-11-23T04:08:53.302Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:08:53.336Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|INFO|500||Invoke
2021-11-23T04:08:53.336Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccb41d06-359e-40cc-b8e7-2bc81eaf8dba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83ae2b78-bb87-4a61-8e80-d9e4dab6dfe9], X-ECOMP-RequestID=[ccb41d06-359e-40cc-b8e7-2bc81eaf8dba], X-TransactionId=[], X-ONAP-RequestID=[ccb41d06-359e-40cc-b8e7-2bc81eaf8dba], Content-Type=[application/merge-patch+json]}
2021-11-23T04:08:53.356Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:08:53.848Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-04:08:53:364-21414], vertex-id=[155816], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:08:53 GMT], Content-Type=[application/json]}
2021-11-23T04:08:53.848Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:08:53.849Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3583dd99-2cef-44ae-b7af-85be4f621aba/model-vers/model-ver/66e831ca-0b5d-4f3b-9032-573a307e0a6c?depth=0|INFO|500||InvokeReturn
2021-11-23T04:08:53.849Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:08:53.849Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:08:53.854Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:08:53.854Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccb41d06-359e-40cc-b8e7-2bc81eaf8dba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:08:53.854Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:08:53.854Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:08:53.856Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:08:53.856Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640533854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:08:53.956Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:08:53.956Z||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-11-23T04:08:53.957Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:08:53.969Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:08:53.969Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-23T04:08:54.866Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:08:54.867Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|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-11-23T04:08:54.867Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:08:59.249Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:08:59.249Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-23T04:08:59.250Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4934df4-f14e-442b-8ef6-8966f71242a0","serviceName":"Demo_pNF_nEAQCIy2Hv0npsvSxHJE","serviceVersion":"1.0","serviceUUID":"a1d55bf7-60d6-46b3-9697-fd18a97ddc77","serviceDescription":"catalog service description","serviceInvariantUUID":"6a7a6b0a-7419-414e-b1ab-b412504ac53f","resources":[{"resourceInstanceName":"pNF e597b466-2023 0","resourceName":"pNF e597b466-2023","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f0516443-8f52-4ecc-b31a-5b192a4caad5","resourceInvariantUUID":"a7e9757b-b7b5-4add-9d45-ad7d492c8f1b","resourceCustomizationUUID":"7869d90d-f3ca-4d00-9293-7dff4a2f9568","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml","artifactChecksum":"MmZlOWZjNDU3ZWY4Nzg2MmY5N2UyMDIyNjUwOWQ3NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec9108b3-6093-4f23-b3ae-34ac8710fede","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar","artifactChecksum":"OTNiYTY2MjlhZDZlYmY3MTRiZTg2ODYzZDAyMDFjZWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"696af717-9e04-4206-a281-b5daa2bfa11b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"108e434b-9af2-439d-b3a0-8cc4b4b8cbd0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml","artifactChecksum":"YzBjMjQ4ZTdmMzEwNjZjZDRjMGVjZGQ0ZjY4NTdjZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e862d06-6643-44c4-8257-09a4a1a36f8c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3088a206-ac38-4dd4-b980-bf2ad605bbf7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57d183ec-efa0-46dd-a010-03900b4ec88c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml","artifactChecksum":"ZGJmNjIwMzA4MjQ5MDYwOWFlMThhMTJhODFjMWQ4NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e686b044-a7b8-4215-9c8a-0ec58dfbf4e6","artifactVersion":"1"},{"artifactName":"service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar","artifactChecksum":"NDA0YTU1YjdiNTgyZDU3OGEyYWE5NzkwMDQ1OWNjZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dda40ab-3b8e-44a2-9b37-06536835bef5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:08:59.251Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:08:59.252Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:08:59.253Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:08:59.253Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:08:59.353Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:08:59.354Z||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-11-23T04:08:59.354Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:08:59.365Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:08:59.365Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:09:00.254Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:00.255Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:00.257Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:00.257Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:00.357Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:00.357Z||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-11-23T04:09:00.358Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:00.369Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:00.370Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:01.257Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:01.258Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:01.260Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:01.260Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:01.360Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:01.361Z||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-11-23T04:09:01.361Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:01.372Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:01.372Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:02.261Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:02.261Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:02.263Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:02.263Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:02.363Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:02.363Z||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-11-23T04:09:02.364Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:02.374Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:02.375Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:03.263Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:03.264Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:03.265Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:03.265Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:03.365Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:03.366Z||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-11-23T04:09:03.366Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:03.376Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:03.376Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:04.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:04.266Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:04.268Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:04.268Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:04.368Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:04.368Z||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-11-23T04:09:04.368Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:04.379Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:04.380Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:09:05.268Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:05.269Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:05.270Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:05.270Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:05.370Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:05.371Z||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-11-23T04:09:05.371Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:05.381Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:05.381Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:06.271Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:09:06.271Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:06.273Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:06.273Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:09:06.373Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:06.373Z||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-11-23T04:09:06.373Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:06.385Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:06.385Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:07.274Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "serviceName": "Demo_pNF_nEAQCIy2Hv0npsvSxHJE",
  "serviceVersion": "1.0",
  "serviceUUID": "a1d55bf7-60d6-46b3-9697-fd18a97ddc77",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6a7a6b0a-7419-414e-b1ab-b412504ac53f",
  "resources": [
    {
      "resourceInstanceName": "pNF e597b466-2023 0",
      "resourceCustomizationUUID": "7869d90d-f3ca-4d00-9293-7dff4a2f9568",
      "resourceName": "pNF e597b466-2023",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f0516443-8f52-4ecc-b31a-5b192a4caad5",
      "resourceInvariantUUID": "a7e9757b-b7b5-4add-9d45-ad7d492c8f1b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
      "artifactChecksum": "NDA0YTU1YjdiNTgyZDU3OGEyYWE5NzkwMDQ1OWNjZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3dda40ab-3b8e-44a2-9b37-06536835bef5"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:09:07.274Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:09:07.274Z|ccb41d06-359e-40cc-b8e7-2bc81eaf8dba|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1d55bf7-60d6-46b3-9697-fd18a97ddc77 ASDC
2021-11-23T04:09:07.274Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d4934df4-f14e-442b-8ef6-8966f71242a0
ServiceName:Demo_pNF_nEAQCIy2Hv0npsvSxHJE
ServiceVersion:1.0
ServiceUUID:a1d55bf7-60d6-46b3-9697-fd18a97ddc77
ServiceInvariantUUID:6a7a6b0a-7419-414e-b1ab-b412504ac53f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
ArtifactUUID:3dda40ab-3b8e-44a2-9b37-06536835bef5
ArtifactChecksum:NDA0YTU1YjdiNTgyZDU3OGEyYWE5NzkwMDQ1OWNjZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e597b466-2023 0
ResourceCustomizationUUID:7869d90d-f3ca-4d00-9293-7dff4a2f9568
ResourceInvariantUUID:a7e9757b-b7b5-4add-9d45-ad7d492c8f1b
ResourceName:pNF e597b466-2023
ResourceType:PNF
ResourceUUID:f0516443-8f52-4ecc-b31a-5b192a4caad5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-23T04:09:07.274Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d55bf7-60d6-46b3-9697-fd18a97ddc77 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-11-23T04:09:07.291Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:09:07.292Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:09:07.292Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:09:07.292Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3dda40ab-3b8e-44a2-9b37-06536835bef5 from URL: /sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:07.292Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-23T04:09:07.292Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:07.668Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-23T04:09:07.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar 3dda40ab-3b8e-44a2-9b37-06536835bef5 82621
2021-11-23T04:09:07.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar ASDC sendASDCNotification
2021-11-23T04:09:07.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:07.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:09:07.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:07.674Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:07.674Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640547672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:09:07.774Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:07.774Z||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-11-23T04:09:07.775Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:07.784Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:07.785Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:09:08.676Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:09:08.677Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-23T04:09:08.677Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3dda40ab-3b8e-44a2-9b37-06536835bef5, URL: /sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar to file: /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:08.678Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:08.678Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:08.678Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:08.757Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4263053180500777288/Definitions/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||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-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.618Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||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-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e597b466-2023 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-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Node template pNF e597b466-2023 0 is matching search criteria
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T04:09:09.619Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e597b466-2023 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Node template pNF e597b466-2023 0 is matching search criteria
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e597b466-2023 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.620Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.621Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.621Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.621Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.621Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.621Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nEAQCIy2Hv0npsvSxHJE
Description:catalog service description
Model UUID:a1d55bf7-60d6-46b3-9697-fd18a97ddc77
Model Version:NULL
Model InvariantUuid:6a7a6b0a-7419-414e-b1ab-b412504ac53f
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:09:09.627Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f0516443-8f52-4ecc-b31a-5b192a4caad5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:09:09.629Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||pNF e597b466-2023 0
2021-11-23T04:09:09.629Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f0516443-8f52-4ecc-b31a-5b192a4caad5
2021-11-23T04:09:09.630Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a1d55bf7-60d6-46b3-9697-fd18a97ddc77
2021-11-23T04:09:09.630Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a1d55bf7-60d6-46b3-9697-fd18a97ddc77
2021-11-23T04:09:09.630Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e597b466-2023 0 f0516443-8f52-4ecc-b31a-5b192a4caad5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:09:09.633Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33790dc9, org.onap.sdc.toscaparser.api.parameters.Input@3c55580f, org.onap.sdc.toscaparser.api.parameters.Input@6ea1b369, org.onap.sdc.toscaparser.api.parameters.Input@55494dd5, org.onap.sdc.toscaparser.api.parameters.Input@2ea515f0]
2021-11-23T04:09:09.633Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a1d55bf7-60d6-46b3-9697-fd18a97ddc77: pNF e597b466-2023
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Processing PNF resource: f0516443-8f52-4ecc-b31a-5b192a4caad5
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_nEAQCIy2Hv0npsvSxHJE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:09:09.634Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||Resource customization UUID: 7869d90d-f3ca-4d00-9293-7dff4a2f9568 is the same as notified resource customizationUUID: 7869d90d-f3ca-4d00-9293-7dff4a2f9568
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-11-23T04:09:09.672Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e597b466-2023 f0516443-8f52-4ecc-b31a-5b192a4caad5 0 ASDC deployResourceStructure
2021-11-23T04:09:09.673Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar ASDC sendASDCNotification
2021-11-23T04:09:09.673Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar
2021-11-23T04:09:09.673Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:09:09.673Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:09:09.674Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:09:09.674Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640549673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:09:09.774Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:09:09.775Z||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-11-23T04:09:09.775Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:09.786Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:09.786Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:09:10.675Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:09:10.682Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:09:10.686Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:09:10.686Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:09:10.686Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:09:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:09:17.577Z||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-11-23T04:09:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:09:17.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:09:17.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:09:17.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:09:17.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:09:40.686Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:09:40.693Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:09:40.695Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:09:40.695Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:09:40.695Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:10:10.695Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:10:10.702Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:10:10.704Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:10:10.704Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:10:10.704Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:10:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:10:17.577Z||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-11-23T04:10:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:10:17.603Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:10:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640427024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640430218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640431391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640436862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640445391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640445393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640445386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "cds",
  "timestamp": 1637640446396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-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-11-23T04:10:17.621Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.621Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:17.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640446390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640446578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "dcae-sch",
  "timestamp": 1637640439218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "policy-id",
  "timestamp": 1637640447392,
  "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-11-23T04:10:17.631Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.631Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:17.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640447581,
  "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-11-23T04:10:17.640Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.640Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:17.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640440340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640449419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:10:17.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640451207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640444264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640444518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640452211,
  "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-11-23T04:10:17.651Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:17.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640453368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640455559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640457290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640457567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "aai-ml",
  "timestamp": 1637640458295,
  "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-11-23T04:10:17.661Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.661Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:17.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:10:17.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "clamp",
  "timestamp": 1637640458570,
  "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-11-23T04:10:17.670Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4934df4-f14e-442b-8ef6-8966f71242a0
2021-11-23T04:10:17.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:10:40.705Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:10:40.714Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.716Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.717Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.717Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.717Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.717Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:10:40.717Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:10:40.720Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:11:10.721Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4934df4-f14e-442b-8ef6-8966f71242a0 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-11-23T04:11:10.724Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4934df4-f14e-442b-8ef6-8966f71242a0 and serviceModelVersionId: a1d55bf7-60d6-46b3-9697-fd18a97ddc77
2021-11-23T04:11:10.725Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a7a6b0a-7419-414e-b1ab-b412504ac53f
2021-11-23T04:11:10.725Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0
2021-11-23T04:11:10.729Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:11:10.762Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|INFO|500||Invoke
2021-11-23T04:11:10.762Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4934df4-f14e-442b-8ef6-8966f71242a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34ec56cd-3280-464f-8220-c351160c1272], X-ECOMP-RequestID=[d4934df4-f14e-442b-8ef6-8966f71242a0], X-TransactionId=[], X-ONAP-RequestID=[d4934df4-f14e-442b-8ef6-8966f71242a0], Content-Type=[application/merge-patch+json]}
2021-11-23T04:11:10.780Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:11:10.927Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-04:11:10:787-91891], vertex-id=[557128], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:11:10 GMT], Content-Type=[application/json]}
2021-11-23T04:11:10.928Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:11:10.928Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a7a6b0a-7419-414e-b1ab-b412504ac53f/model-vers/model-ver/a1d55bf7-60d6-46b3-9697-fd18a97ddc77?depth=0|INFO|500||InvokeReturn
2021-11-23T04:11:10.929Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:11:10.929Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:11:10.932Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:11:10.932Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4934df4-f14e-442b-8ef6-8966f71242a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:11:10.933Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:11:10.933Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:10.934Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:10.934Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640670933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:11:11.035Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:11:11.035Z||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-11-23T04:11:11.035Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:11.049Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:11.049Z||pool-34-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-11-23T04:11:11.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:11:11.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:11:11.944Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:16.313Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:16.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T04:11:16.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"33a9d978-266e-4aef-9110-2c16b47aad95","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89","serviceDescription":"service","serviceInvariantUUID":"6a1c8339-d655-4ab0-aa87-538493637b24","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2","resourceInvariantUUID":"363aba83-3312-4821-9904-42cfe70dae05","resourceCustomizationUUID":"34b7939d-3095-4519-b106-10a881522aab","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":"ODZhOWVhNDE3NjMzNWU0ZmQwMDZiZDFjY2I5YjU3NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9341266f-e1cd-4cc6-9cba-41ccee941584","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":"MDQ1NzlhZmVlZDllMjQ3NDBjMjg0M2E5ZTNlMzIzZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d980a7e-8ca1-4d22-b858-e388b124328b","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":"74901dbc-4a9c-46ca-8be1-1c4ba01e06a2","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":"41915bb2-469a-4ed2-a73e-e0cc248e0125","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":"35c8aeab-345e-4b04-b7b0-c09b4374d564","artifactVersion":"2","generatedFromUUID":"74901dbc-4a9c-46ca-8be1-1c4ba01e06a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzYwNzE0Y2ExM2Y5ZGM2MDI3Y2M3ODcyODVhZWQzM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b742a2a7-53e7-428b-a84c-3b7bfed64c27","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjZhOWJiZjcwZGE2OTFmYWIzMzRhNjgzZjkwM2Q1NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f0bd144-df0b-4cd9-91ce-d4018cc35478","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:11:16.315Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:16.315Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:16.317Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:16.317Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:16.417Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:16.418Z||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-11-23T04:11:16.418Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:16.429Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:16.430Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:17.318Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:17.318Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:17.320Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:17.320Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:11:17.420Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:17.421Z||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-11-23T04:11:17.421Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:17.431Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:17.432Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:11:17.577Z||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-11-23T04:11:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:17.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccb41d06-359e-40cc-b8e7-2bc81eaf8dba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640533854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/resourceInstances/pnfe597b46620230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640534866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:11:17.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640547672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640549673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNeaqciy2hv0npsvsxhje/1.0/artifacts/service-DemoPnfNeaqciy2hv0npsvsxhje-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:11:17.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:11:18.320Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:18.321Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:18.322Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:18.322Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:11:18.422Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:18.423Z||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-11-23T04:11:18.423Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:18.434Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:18.434Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:19.323Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:19.324Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:19.325Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:19.325Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:19.425Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:19.426Z||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-11-23T04:11:19.426Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:19.439Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:19.439Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:20.326Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:20.326Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:20.328Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:20.328Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:11:20.428Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:20.429Z||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-11-23T04:11:20.429Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:20.440Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:20.440Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:21.328Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:21.329Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:21.331Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:21.331Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:11:21.431Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:21.432Z||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-11-23T04:11:21.432Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:21.442Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:21.442Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:22.331Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:11:22.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:22.334Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:22.334Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:11:22.434Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:22.434Z||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-11-23T04:11:22.435Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:22.446Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:22.446Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:23.335Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6a1c8339-d655-4ab0-aa87-538493637b24",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "34b7939d-3095-4519-b106-10a881522aab",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2",
      "resourceInvariantUUID": "363aba83-3312-4821-9904-42cfe70dae05",
      "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": "MDQ1NzlhZmVlZDllMjQ3NDBjMjg0M2E5ZTNlMzIzZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5d980a7e-8ca1-4d22-b858-e388b124328b",
          "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": "74901dbc-4a9c-46ca-8be1-1c4ba01e06a2",
          "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": "35c8aeab-345e-4b04-b7b0-c09b4374d564",
            "generatedFromUUID": "74901dbc-4a9c-46ca-8be1-1c4ba01e06a2"
          },
          "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": "35c8aeab-345e-4b04-b7b0-c09b4374d564",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjZhOWJiZjcwZGE2OTFmYWIzMzRhNjgzZjkwM2Q1NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f0bd144-df0b-4cd9-91ce-d4018cc35478"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:11:23.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:11:23.336Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89 ASDC
2021-11-23T04:11:23.336Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:33a9d978-266e-4aef-9110-2c16b47aad95
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89
ServiceInvariantUUID:6a1c8339-d655-4ab0-aa87-538493637b24
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:8f0bd144-df0b-4cd9-91ce-d4018cc35478
ArtifactChecksum:MjZhOWJiZjcwZGE2OTFmYWIzMzRhNjgzZjkwM2Q1NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:34b7939d-3095-4519-b106-10a881522aab
ResourceInvariantUUID:363aba83-3312-4821-9904-42cfe70dae05
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2
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:5d980a7e-8ca1-4d22-b858-e388b124328b
ArtifactChecksum:MDQ1NzlhZmVlZDllMjQ3NDBjMjg0M2E5ZTNlMzIzZGI=
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:74901dbc-4a9c-46ca-8be1-1c4ba01e06a2
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:35c8aeab-345e-4b04-b7b0-c09b4374d564
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:35c8aeab-345e-4b04-b7b0-c09b4374d564
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-23T04:11:23.336Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89 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-11-23T04:11:23.362Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:11:23.362Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:11:23.362Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:11:23.363Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f0bd144-df0b-4cd9-91ce-d4018cc35478 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-23T04:11:23.363Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:11:23.363Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-23T04:11:23.648Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:11:23.651Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8f0bd144-df0b-4cd9-91ce-d4018cc35478 71045
2021-11-23T04:11:23.651Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-23T04:11:23.651Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-23T04:11:23.652Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:11:23.652Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:23.653Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:23.653Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640683651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:11:23.754Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-23T04:11:23.755Z||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-11-23T04:11:23.755Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:23.766Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:23.767Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:24.654Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:11:24.655Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:11:24.655Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8f0bd144-df0b-4cd9-91ce-d4018cc35478, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:24.655Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-23T04:11:24.656Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:24.656Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:24.932Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11432397690324259626/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-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.791Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:11:25.792Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-23T04:11:25.793Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.794Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:25.795Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:25.795Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.795Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:25.795Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:25.795Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83cecbea-22eb-4fdc-835a-723c9cfcb2a1
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.796Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:25.797Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89
Model Version:NULL
Model InvariantUuid:6a1c8339-d655-4ab0-aa87-538493637b24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ac031dac-3e93-40a3-a278-ac455df386d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:363aba83-3312-4821-9904-42cfe70dae05
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34b7939d-3095-4519-b106-10a881522aab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ae8e28c-cbbb-4502-909a-dffb7034775c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:63280f1e-1d4f-4824-a3f0-c8ed37744710
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:83cecbea-22eb-4fdc-835a-723c9cfcb2a1
ModelInvariantUuid:4d83eb39-1f21-4472-ab13-c1584fc53697
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:516417e6-b664-457b-8a04-38f5bb618622
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e23bfe59-d698-4bb2-aefb-4bb5769b8e02
ModelInvariantUuid:86ed6d5c-6ae4-4b98-84b6-af2686d66d49
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9e22c974-fdf0-47c1-9947-fe74034fa014
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:11:25.802Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:11:25.804Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||basic_vm 0
2021-11-23T04:11:25.804Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2
2021-11-23T04:11:25.804Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d980a7e-8ca1-4d22-b858-e388b124328b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-23T04:11:25.804Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:11:25.804Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-23T04:11:25.908Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:11:25.908Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5d980a7e-8ca1-4d22-b858-e388b124328b 787
2021-11-23T04:11:25.909Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-23T04:11:25.909Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-23T04:11:25.909Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:11:25.909Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:25.910Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:25.910Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640685909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:11:26.010Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:11:26.011Z||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-11-23T04:11:26.011Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:26.020Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:26.020Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:26.911Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0ae8e28c-cbbb-4502-909a-dffb7034775c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63280f1e-1d4f-4824-a3f0-c8ed37744710",
    "vfModuleModelCustomizationUUID": "dd037ec2-99ee-4c15-a1cd-b1671debbc72",
    "isBase": true,
    "artifacts": [
      "74901dbc-4a9c-46ca-8be1-1c4ba01e06a2",
      "35c8aeab-345e-4b04-b7b0-c09b4374d564"
    ],
    "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-11-23T04:11:26.914Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63280f1e-1d4f-4824-a3f0-c8ed37744710
VfModuleModelInvariantUUID:0ae8e28c-cbbb-4502-909a-dffb7034775c
VfModuleModelDescription:NULL
Artifacts UUID List:{
74901dbc-4a9c-46ca-8be1-1c4ba01e06a2
,
35c8aeab-345e-4b04-b7b0-c09b4374d564

}
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-11-23T04:11:26.916Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0ae8e28c-cbbb-4502-909a-dffb7034775c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63280f1e-1d4f-4824-a3f0-c8ed37744710",
    "vfModuleModelCustomizationUUID": "dd037ec2-99ee-4c15-a1cd-b1671debbc72",
    "isBase": true,
    "artifacts": [
      "74901dbc-4a9c-46ca-8be1-1c4ba01e06a2",
      "35c8aeab-345e-4b04-b7b0-c09b4374d564"
    ],
    "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-11-23T04:11:26.916Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63280f1e-1d4f-4824-a3f0-c8ed37744710
VfModuleModelInvariantUUID:0ae8e28c-cbbb-4502-909a-dffb7034775c
VfModuleModelDescription:NULL
Artifacts UUID List:{
74901dbc-4a9c-46ca-8be1-1c4ba01e06a2
,
35c8aeab-345e-4b04-b7b0-c09b4374d564

}
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-11-23T04:11:26.916Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 74901dbc-4a9c-46ca-8be1-1c4ba01e06a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-23T04:11:26.916Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:11:26.916Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-23T04:11:27.368Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:11:27.369Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 74901dbc-4a9c-46ca-8be1-1c4ba01e06a2 5033
2021-11-23T04:11:27.369Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-23T04:11:27.369Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-23T04:11:27.369Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:11:27.369Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:27.371Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:27.371Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640687369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:11:27.471Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:27.472Z||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-11-23T04:11:27.472Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:27.483Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:27.483Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:28.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35c8aeab-345e-4b04-b7b0-c09b4374d564 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-23T04:11:28.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:11:28.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-23T04:11:28.710Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:11:28.710Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 35c8aeab-345e-4b04-b7b0-c09b4374d564 903
2021-11-23T04:11:28.710Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-23T04:11:28.711Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-23T04:11:28.711Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:11:28.711Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:28.712Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:28.712Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640688710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:11:28.812Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:28.813Z||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-11-23T04:11:28.813Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:28.823Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:28.823Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:29.713Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89
2021-11-23T04:11:29.713Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:11:29.725Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b9740aa, org.onap.sdc.toscaparser.api.parameters.Input@3a7017c, org.onap.sdc.toscaparser.api.parameters.Input@22846d09, org.onap.sdc.toscaparser.api.parameters.Input@79dfaf31, org.onap.sdc.toscaparser.api.parameters.Input@289c22b0]
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 34b7939d-3095-4519-b106-10a881522aab
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34b7939d-3095-4519-b106-10a881522aab matches Tosca VF Customization UUID: 34b7939d-3095-4519-b106-10a881522aab
2021-11-23T04:11:29.726Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 34b7939d-3095-4519-b106-10a881522aab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T04:11:29.728Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.729Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.729Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 34b7939d-3095-4519-b106-10a881522aab: {\"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-11-23T04:11:29.729Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@781ae7d0
2021-11-23T04:11:29.729Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.730Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:11:29.730Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd037ec2-99ee-4c15-a1cd-b1671debbc72
2021-11-23T04:11:29.730Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd037ec2-99ee-4c15-a1cd-b1671debbc72
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T04:11:29.732Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.732Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:29.732Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:29.732Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:11:29.733Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83cecbea-22eb-4fdc-835a-723c9cfcb2a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T04:11:29.735Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.735Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:29.735Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:11:29.736Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.736Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-23T04:11:29.736Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=34b7939d-3095-4519-b106-10a881522aab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:11:29.737Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.737Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89: basic_vm
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.738Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.739Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.739Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:11:29.739Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:11:29.739Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-23T04:11:29.806Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c12fb13c-e1d4-439e-a7ff-53aaa9e7f7e2 1 ASDC deployResourceStructure
2021-11-23T04:11:29.807Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-23T04:11:29.807Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-23T04:11:29.807Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:11:29.807Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:29.808Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:29.808Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640689807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:11:29.908Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:29.909Z||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-11-23T04:11:29.909Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:29.919Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:29.919Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:30.809Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-23T04:11:30.809Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-23T04:11:30.810Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:11:30.810Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:30.812Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:30.812Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640690809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:11:30.912Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:30.912Z||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-11-23T04:11:30.912Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:30.923Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:30.923Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:31.813Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-23T04:11:31.813Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-23T04:11:31.813Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:11:31.813Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:31.814Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:31.814Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640691812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:11:31.915Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:31.915Z||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-11-23T04:11:31.915Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:31.926Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:31.927Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:32.815Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-23T04:11:32.816Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-23T04:11:32.816Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:11:32.816Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:11:32.818Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:11:32.818Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640692815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:11:32.918Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:11:32.918Z||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-11-23T04:11:32.918Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:11:32.929Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:11:32.930Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:11:33.818Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:11:33.827Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:11:33.828Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:11:33.828Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:11:33.828Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:12:03.828Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:12:03.838Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:12:03.839Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:12:03.840Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:12:03.840Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:12:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:12:17.577Z||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-11-23T04:12:17.578Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:12:17.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:12:17.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640594264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640595218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640594518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640590340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640591391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640596862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "dcae-sch",
  "timestamp": 1637640599218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640606380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640606484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640606491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640606480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640606571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "cds",
  "timestamp": 1637640607385,
  "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-11-23T04:12:17.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:12:17.620Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640607483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "policy-id",
  "timestamp": 1637640608486,
  "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-11-23T04:12:17.629Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:12:17.629Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:12:17.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640608570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640608797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640609801,
  "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-11-23T04:12:17.638Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:12:17.638Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:12:17.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640610107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640611137,
  "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-11-23T04:12:17.647Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:12:17.647Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640612141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640613053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640607024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:12:17.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "aai-ml",
  "timestamp": 1637640614062,
  "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-11-23T04:12:17.655Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:12:17.655Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:12:33.840Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:12:33.849Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:12:33.850Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:12:33.851Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:12:33.852Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:12:33.852Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:12:33.855Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:13:03.855Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:13:03.860Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33a9d978-266e-4aef-9110-2c16b47aad95 and serviceModelVersionId: a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89
2021-11-23T04:13:03.860Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a1c8339-d655-4ab0-aa87-538493637b24
2021-11-23T04:13:03.861Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?depth=0
2021-11-23T04:13:03.864Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:13:03.892Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?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-11-23T04:13:03.893Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?depth=0|INFO|500||Invoke
2021-11-23T04:13:03.907Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:13:04.371Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?depth=0|INFO|500||InvokeReturn
2021-11-23T04:13:04.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a1c8339-d655-4ab0-aa87-538493637b24/model-vers/model-ver/a9c3aeb3-66c5-41b8-981e-ec1f8bb1eb89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211123-04:13:03:913-52869], vertex-id=[618584], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:13:03 GMT], Content-Type=[application/json]}
2021-11-23T04:13:04.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:13:04.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:13:04.372Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:13:04.376Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:13:04.377Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33a9d978-266e-4aef-9110-2c16b47aad95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:13:04.377Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:13:04.378Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:13:04.380Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:13:04.380Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640784377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:13:04.480Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:13:04.481Z||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-11-23T04:13:04.481Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:04.496Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:04.496Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-23T04:13:05.389Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:05.389Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:13:05.389Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:14.934Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:14.934Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:14.935Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:13:14.935Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:17.577Z||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-11-23T04:13:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:17.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:17.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640617573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:13:17.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:13:17.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640619579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:13:17.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:13:17.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "clamp",
  "timestamp": 1637640620582,
  "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-11-23T04:13:17.605Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33a9d978-266e-4aef-9110-2c16b47aad95
2021-11-23T04:13:17.605Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a9d978-266e-4aef-9110-2c16b47aad95 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-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4934df4-f14e-442b-8ef6-8966f71242a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640670933,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:13:17.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:13:24.473Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:24.473Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:24.473Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:13:24.474Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:34.010Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:34.011Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:34.011Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:13:34.012Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:43.541Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:13:43.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:13:43.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:13:43.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:13:53.079Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:17.575Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:14:17.576Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:14:17.576Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:14:17.577Z||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-11-23T04:14:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:17.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:17.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:14:17.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:14:17.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:14:17.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640671943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640683651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640685909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:17.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640687369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640688710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640689807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640690809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640691812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640692815,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:17.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:14:22.535Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:22.536Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T04:14:22.536Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"33c20ce7-0532-4cb6-b9b2-39479ad54bef","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0b24186c-f2ce-4ee3-91d4-4035b5a2956c","serviceDescription":"service","serviceInvariantUUID":"3fba19e5-3c67-4463-a3b5-0d1acbed4c69","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9f1266a-4d95-4a59-8d3e-849dc7bed6e2","resourceInvariantUUID":"ba6a651f-c976-4091-8d48-75b7c9c276e2","resourceCustomizationUUID":"01bb8d4b-77e7-419e-96ed-ec6ee447d734","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":"OTEyMDdiMzBlNDc3Mzg3ZjJlNTNmODFiODkxODFkZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b778b830-b744-4903-967b-1c1c1905c3fe","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":"56d4c346-7011-44a5-b2a7-dbaf11f1cf06","artifactVersion":"2","generatedFromUUID":"ac172837-0b20-4270-9ae8-3988ce2354af"},{"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":"ac172837-0b20-4270-9ae8-3988ce2354af","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":"ZGUzYjNkZDUyZjIyMTM3MjQ4N2U0Y2Q1MGRkMmNlOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3a48774-3127-4cd4-a0c9-fb1a408337e2","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":"a39cf3ac-7a64-489f-b652-c852d31e0f1a","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":"55212f61-ef66-4f31-b22d-a4f0bbe95a13","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":"1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9","artifactVersion":"2","generatedFromUUID":"a39cf3ac-7a64-489f-b652-c852d31e0f1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmJkNDA3YzE2NTY5OTFjYjc5NDM5NDRlZWQyMGM0NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76ae14e3-f5be-4a63-83fe-c6eef5299ca1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjM5MjhjZDM5ODVmYmViZWQ3YWU5MWJhODg0MWZiMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9529ac34-6c30-4557-b653-f4778e04ef2f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:14:22.537Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:22.537Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:22.539Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:22.539Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:14:22.639Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:22.640Z||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-11-23T04:14:22.640Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:22.651Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:22.652Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:23.540Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:23.540Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:23.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:23.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-23T04:14:23.642Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:23.642Z||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-11-23T04:14:23.642Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:23.653Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:23.653Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:24.542Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:24.543Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:24.544Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:24.544Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-23T04:14:24.644Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:24.645Z||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-11-23T04:14:24.645Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:24.658Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:24.658Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:25.545Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:25.545Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:25.547Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:25.547Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:14:25.647Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:25.647Z||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-11-23T04:14:25.647Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:25.659Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:25.659Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:26.547Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:26.548Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:26.549Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:26.549Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:14:26.649Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:26.650Z||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-11-23T04:14:26.650Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:26.661Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:26.661Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:27.549Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:27.550Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:27.551Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:27.552Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:14:27.652Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:27.652Z||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-11-23T04:14:27.652Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:27.663Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:27.663Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:28.552Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:28.553Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:28.554Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:28.554Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-23T04:14:28.654Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:28.655Z||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-11-23T04:14:28.655Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:28.670Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:28.670Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:29.554Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:29.555Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:29.556Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:29.556Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:14:29.656Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:14:29.657Z||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-11-23T04:14:29.657Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:29.667Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:29.668Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:30.557Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:14:30.557Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:30.559Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:30.559Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:14:30.659Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:30.660Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-23T04:14:30.660Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:30.671Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:30.671Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:31.560Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0b24186c-f2ce-4ee3-91d4-4035b5a2956c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fba19e5-3c67-4463-a3b5-0d1acbed4c69",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "01bb8d4b-77e7-419e-96ed-ec6ee447d734",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9f1266a-4d95-4a59-8d3e-849dc7bed6e2",
      "resourceInvariantUUID": "ba6a651f-c976-4091-8d48-75b7c9c276e2",
      "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": "56d4c346-7011-44a5-b2a7-dbaf11f1cf06",
          "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": "ac172837-0b20-4270-9ae8-3988ce2354af",
          "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": "ZGUzYjNkZDUyZjIyMTM3MjQ4N2U0Y2Q1MGRkMmNlOTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c3a48774-3127-4cd4-a0c9-fb1a408337e2",
          "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": "a39cf3ac-7a64-489f-b652-c852d31e0f1a",
          "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": "1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9",
            "generatedFromUUID": "a39cf3ac-7a64-489f-b652-c852d31e0f1a"
          },
          "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": "1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjM5MjhjZDM5ODVmYmViZWQ3YWU5MWJhODg0MWZiMGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9529ac34-6c30-4557-b653-f4778e04ef2f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:14:31.560Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:14:31.560Z|33a9d978-266e-4aef-9110-2c16b47aad95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0b24186c-f2ce-4ee3-91d4-4035b5a2956c ASDC
2021-11-23T04:14:31.561Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:33c20ce7-0532-4cb6-b9b2-39479ad54bef
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0b24186c-f2ce-4ee3-91d4-4035b5a2956c
ServiceInvariantUUID:3fba19e5-3c67-4463-a3b5-0d1acbed4c69
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:9529ac34-6c30-4557-b653-f4778e04ef2f
ArtifactChecksum:YjM5MjhjZDM5ODVmYmViZWQ3YWU5MWJhODg0MWZiMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:01bb8d4b-77e7-419e-96ed-ec6ee447d734
ResourceInvariantUUID:ba6a651f-c976-4091-8d48-75b7c9c276e2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c9f1266a-4d95-4a59-8d3e-849dc7bed6e2
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:56d4c346-7011-44a5-b2a7-dbaf11f1cf06
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:ac172837-0b20-4270-9ae8-3988ce2354af
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:c3a48774-3127-4cd4-a0c9-fb1a408337e2
ArtifactChecksum:ZGUzYjNkZDUyZjIyMTM3MjQ4N2U0Y2Q1MGRkMmNlOTE=
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:a39cf3ac-7a64-489f-b652-c852d31e0f1a
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:1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9
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:1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-23T04:14:31.561Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b24186c-f2ce-4ee3-91d4-4035b5a2956c 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-11-23T04:14:31.583Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:14:31.584Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:14:31.584Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:14:31.584Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9529ac34-6c30-4557-b653-f4778e04ef2f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-23T04:14:31.584Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:31.584Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-23T04:14:31.990Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:31.993Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9529ac34-6c30-4557-b653-f4778e04ef2f 68941
2021-11-23T04:14:31.994Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-23T04:14:31.994Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-23T04:14:31.994Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:31.994Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:31.996Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:31.996Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640871994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:32.096Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:32.096Z||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-11-23T04:14:32.097Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:32.110Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:32.110Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:33.001Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:14:33.001Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:14:33.001Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9529ac34-6c30-4557-b653-f4778e04ef2f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.027Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-23T04:14:33.027Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.027Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.109Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP432003233021832948/Definitions/service-BasicCnf-template.yml
2021-11-23T04:14:33.889Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.890Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.891Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.892Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81be003b-acea-4377-b03d-2d85f6ec453d
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.893Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:33.894Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0b24186c-f2ce-4ee3-91d4-4035b5a2956c
Model Version:NULL
Model InvariantUuid:3fba19e5-3c67-4463-a3b5-0d1acbed4c69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c0b0ac89-4085-4e1c-b279-bbe840b3755b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba6a651f-c976-4091-8d48-75b7c9c276e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01bb8d4b-77e7-419e-96ed-ec6ee447d734
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc9d5003-6872-4e06-aa2a-6352774266bc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1971f4a2-053d-42c2-a5e8-88fb4d273a7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:81be003b-acea-4377-b03d-2d85f6ec453d
ModelInvariantUuid:74d57c7a-6e99-45f9-a02f-66b5dc190e7d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:111858ba-975b-4cfd-ab58-9f6d1d60c132
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:faa4e4ac-fe8a-4ce2-97a5-8c6f347978c7
ModelInvariantUuid:7f4114af-249a-4edd-b62b-20d163c70418
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d66bd691-15bb-4f07-afb3-2c2e5b4b66d3
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:14:33.899Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9f1266a-4d95-4a59-8d3e-849dc7bed6e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:14:33.901Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||basic_cnf 0
2021-11-23T04:14:33.902Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9f1266a-4d95-4a59-8d3e-849dc7bed6e2
2021-11-23T04:14:33.902Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 56d4c346-7011-44a5-b2a7-dbaf11f1cf06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-23T04:14:33.902Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:33.902Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-23T04:14:34.168Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:34.168Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 56d4c346-7011-44a5-b2a7-dbaf11f1cf06 12
2021-11-23T04:14:34.169Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-23T04:14:34.169Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-23T04:14:34.169Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:34.169Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:34.170Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:34.170Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640874169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:34.270Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:34.271Z||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-11-23T04:14:34.271Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:34.282Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:34.282Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:35.171Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac172837-0b20-4270-9ae8-3988ce2354af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-23T04:14:35.172Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:35.172Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-23T04:14:35.256Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:35.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ac172837-0b20-4270-9ae8-3988ce2354af 2688
2021-11-23T04:14:35.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-23T04:14:35.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-23T04:14:35.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:35.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:35.259Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:35.259Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640875257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:35.359Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:35.359Z||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-11-23T04:14:35.360Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:35.371Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:35.371Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:36.260Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c3a48774-3127-4cd4-a0c9-fb1a408337e2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-23T04:14:36.260Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:36.260Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-23T04:14:36.388Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:36.388Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c3a48774-3127-4cd4-a0c9-fb1a408337e2 828
2021-11-23T04:14:36.388Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-23T04:14:36.388Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-23T04:14:36.388Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:36.389Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:36.390Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:36.390Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640876388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:36.490Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:36.491Z||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-11-23T04:14:36.491Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:36.503Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:36.503Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:37.391Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc9d5003-6872-4e06-aa2a-6352774266bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1971f4a2-053d-42c2-a5e8-88fb4d273a7d",
    "vfModuleModelCustomizationUUID": "b1cf1227-759a-46e2-9345-792c5e43620c",
    "isBase": true,
    "artifacts": [
      "ac172837-0b20-4270-9ae8-3988ce2354af",
      "a39cf3ac-7a64-489f-b652-c852d31e0f1a",
      "1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9"
    ],
    "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-11-23T04:14:37.393Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1971f4a2-053d-42c2-a5e8-88fb4d273a7d
VfModuleModelInvariantUUID:bc9d5003-6872-4e06-aa2a-6352774266bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac172837-0b20-4270-9ae8-3988ce2354af
,
a39cf3ac-7a64-489f-b652-c852d31e0f1a
,
1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9

}
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-11-23T04:14:37.395Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "bc9d5003-6872-4e06-aa2a-6352774266bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1971f4a2-053d-42c2-a5e8-88fb4d273a7d",
    "vfModuleModelCustomizationUUID": "b1cf1227-759a-46e2-9345-792c5e43620c",
    "isBase": true,
    "artifacts": [
      "ac172837-0b20-4270-9ae8-3988ce2354af",
      "a39cf3ac-7a64-489f-b652-c852d31e0f1a",
      "1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9"
    ],
    "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-11-23T04:14:37.395Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1971f4a2-053d-42c2-a5e8-88fb4d273a7d
VfModuleModelInvariantUUID:bc9d5003-6872-4e06-aa2a-6352774266bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac172837-0b20-4270-9ae8-3988ce2354af
,
a39cf3ac-7a64-489f-b652-c852d31e0f1a
,
1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9

}
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-11-23T04:14:37.395Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a39cf3ac-7a64-489f-b652-c852d31e0f1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-23T04:14:37.395Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:37.395Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-23T04:14:37.441Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:37.441Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a39cf3ac-7a64-489f-b652-c852d31e0f1a 1164
2021-11-23T04:14:37.442Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-23T04:14:37.442Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-23T04:14:37.442Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:37.442Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:37.443Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:37.443Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640877441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:37.543Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:37.544Z||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-11-23T04:14:37.544Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:37.554Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:37.555Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:38.444Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-23T04:14:38.444Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:14:38.445Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-23T04:14:38.609Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:14:38.610Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1efc963d-2bdf-4e3d-8cdf-68e16ca2c5f9 200
2021-11-23T04:14:38.610Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-23T04:14:38.610Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-23T04:14:38.610Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:14:38.610Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:38.612Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:38.612Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640878610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:14:38.712Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:38.712Z||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-11-23T04:14:38.712Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:38.723Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:38.723Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:39.612Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0b24186c-f2ce-4ee3-91d4-4035b5a2956c
2021-11-23T04:14:39.613Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c9f1266a-4d95-4a59-8d3e-849dc7bed6e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-11-23T04:14:39.625Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:14:39.629Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1081f460, org.onap.sdc.toscaparser.api.parameters.Input@27f05c36, org.onap.sdc.toscaparser.api.parameters.Input@baae514, org.onap.sdc.toscaparser.api.parameters.Input@4bff287f, org.onap.sdc.toscaparser.api.parameters.Input@54c2f794]
2021-11-23T04:14:39.630Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.630Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.630Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-23T04:14:39.631Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 01bb8d4b-77e7-419e-96ed-ec6ee447d734
2021-11-23T04:14:39.631Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01bb8d4b-77e7-419e-96ed-ec6ee447d734 matches Tosca VF Customization UUID: 01bb8d4b-77e7-419e-96ed-ec6ee447d734
2021-11-23T04:14:39.631Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 01bb8d4b-77e7-419e-96ed-ec6ee447d734  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T04:14:39.633Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.633Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.634Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 01bb8d4b-77e7-419e-96ed-ec6ee447d734: {\"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-11-23T04:14:39.634Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f26a0b3
2021-11-23T04:14:39.634Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.634Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:14:39.634Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b1cf1227-759a-46e2-9345-792c5e43620c
2021-11-23T04:14:39.635Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b1cf1227-759a-46e2-9345-792c5e43620c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T04:14:39.637Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.637Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:39.637Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:39.637Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.638Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:39.638Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:39.638Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.638Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-23T04:14:39.638Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-23T04:14:39.639Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=81be003b-acea-4377-b03d-2d85f6ec453d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T04:14:39.641Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.641Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:39.641Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:14:39.641Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.641Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-23T04:14:39.642Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=01bb8d4b-77e7-419e-96ed-ec6ee447d734
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:14:39.644Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.644Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.644Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0b24186c-f2ce-4ee3-91d4-4035b5a2956c: basic_cnf
2021-11-23T04:14:39.644Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.644Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.645Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.646Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:14:39.646Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:14:39.646Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-23T04:14:39.705Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c9f1266a-4d95-4a59-8d3e-849dc7bed6e2 1 ASDC deployResourceStructure
2021-11-23T04:14:39.705Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-23T04:14:39.706Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-23T04:14:39.706Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-23T04:14:39.706Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:39.708Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:39.708Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640879705,
  "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-11-23T04:14:39.808Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:39.809Z||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-11-23T04:14:39.809Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:39.819Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:39.819Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:40.709Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-23T04:14:40.709Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-23T04:14:40.709Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-23T04:14:40.710Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:40.711Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:40.711Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640880708,
  "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-11-23T04:14:40.811Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:14:40.812Z||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-11-23T04:14:40.812Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:40.824Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:40.824Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:41.712Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-23T04:14:41.713Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-23T04:14:41.713Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:14:41.713Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:41.714Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:41.715Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640881712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:41.815Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:14:41.815Z||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-11-23T04:14:41.815Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:41.826Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:41.826Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:42.716Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-23T04:14:42.716Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-23T04:14:42.716Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:14:42.716Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:42.718Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:42.718Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640882715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:42.818Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:14:42.819Z||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-11-23T04:14:42.819Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:42.829Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:42.829Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:14:43.720Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-23T04:14:43.720Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-23T04:14:43.720Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:14:43.720Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:43.722Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:43.722Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640883720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:43.822Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:14:43.823Z||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-11-23T04:14:43.823Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:43.834Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:43.834Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:44.724Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-23T04:14:44.724Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-23T04:14:44.724Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:14:44.724Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:14:44.725Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:14:44.725Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640884723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:14:44.826Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:14:44.826Z||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-11-23T04:14:44.826Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:14:44.837Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:14:44.837Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:14:45.726Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:14:45.733Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:14:45.734Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:14:45.735Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:14:45.735Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:15:15.735Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:15:15.742Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:15:15.744Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:15:15.744Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:15:15.744Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:15:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:15:17.577Z||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-11-23T04:15:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:15:17.608Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:15:17.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:15:17.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33a9d978-266e-4aef-9110-2c16b47aad95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640784377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:15:17.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:15:45.744Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:15:45.750Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:15:45.752Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:15:45.752Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:15:45.752Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:16:15.752Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:16:15.759Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:16:15.760Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:16:15.760Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-23T04:16:15.760Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-23T04:16:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:16:17.577Z||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-11-23T04:16:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:16:17.595Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:16:18.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640857575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "dcae-sch",
  "timestamp": 1637640859218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640856862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640860340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640871994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640871994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640872074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640864264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640864518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640873290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640874007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640874169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640874282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640874455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640874982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640875010,
  "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-11-23T04:16:18.128Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.128Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640875257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640875650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640867024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "cds",
  "timestamp": 1637640875988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:16:18.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640876388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640876693,
  "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-11-23T04:16:18.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.145Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640877441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640877697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640878610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640879705,
  "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-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640871391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640880511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640880595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640880708,
  "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-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640881221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "aai-ml",
  "timestamp": 1637640881515,
  "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-11-23T04:16:18.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640881712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640882226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640882603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640882715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "policy-id",
  "timestamp": 1637640883229,
  "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-11-23T04:16:18.165Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.165Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "clamp",
  "timestamp": 1637640883606,
  "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-11-23T04:16:18.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33c20ce7-0532-4cb6-b9b2-39479ad54bef
2021-11-23T04:16:18.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640883720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637640884723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640878703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "dcae-sch",
  "timestamp": 1637640879218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640880218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640888070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640889470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640889512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640890906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "cds",
  "timestamp": 1637640891786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T04:16:18.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:18.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640891925,
  "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-11-23T04:16:18.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.195Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637640892928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637640887024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640890340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640891391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640899122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640900222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640901242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640901225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640894264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640894518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637640902245,
  "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-11-23T04:16:18.208Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.208Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:18.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "policy-id",
  "timestamp": 1637640902227,
  "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-11-23T04:16:18.216Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.216Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:18.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640903478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640908597,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640911602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640911908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "clamp",
  "timestamp": 1637640912605,
  "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-11-23T04:16:18.223Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.223Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:18.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:16:18.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "aai-ml",
  "timestamp": 1637640912912,
  "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-11-23T04:16:18.231Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f24e68b-d5a7-45f3-a662-1baf8e62341f
2021-11-23T04:16:18.231Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:16:45.760Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:16:45.768Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:16:45.770Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:16:45.770Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:16:45.770Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:16:45.771Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:16:45.774Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:17:15.775Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef 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-11-23T04:17:15.900Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33c20ce7-0532-4cb6-b9b2-39479ad54bef and serviceModelVersionId: 0b24186c-f2ce-4ee3-91d4-4035b5a2956c
2021-11-23T04:17:15.900Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fba19e5-3c67-4463-a3b5-0d1acbed4c69
2021-11-23T04:17:15.901Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?depth=0
2021-11-23T04:17:15.905Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:17:15.934Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?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-11-23T04:17:15.935Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?depth=0|INFO|500||Invoke
2021-11-23T04:17:15.949Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:17:16.252Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?depth=0|INFO|500||InvokeReturn
2021-11-23T04:17:16.253Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fba19e5-3c67-4463-a3b5-0d1acbed4c69/model-vers/model-ver/0b24186c-f2ce-4ee3-91d4-4035b5a2956c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211123-04:17:15:956-12120], vertex-id=[647240], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:17:15 GMT], Content-Type=[application/json]}
2021-11-23T04:17:16.253Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:17:16.253Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:17:16.253Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:17:16.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:17:16.257Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33c20ce7-0532-4cb6-b9b2-39479ad54bef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:17:16.258Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:17:16.258Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:16.259Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:16.260Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641036257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:17:16.360Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:16.361Z||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-11-23T04:17:16.361Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:16.375Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:16.376Z||pool-72-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-11-23T04:17:17.269Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:17:17.270Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:17:17.270Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:17:17.577Z||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-11-23T04:17:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:18.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:18.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:17:18.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33c20ce7-0532-4cb6-b9b2-39479ad54bef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641036257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:17:18.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:17:22.007Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:22.007Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T04:17:22.007Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f24e68b-d5a7-45f3-a662-1baf8e62341f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4f067547-3339-4e31-b62e-697b762c53db","serviceDescription":"service","serviceInvariantUUID":"15715148-b022-44f1-bc3c-49dc36217222","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8fdc041d-73a0-4bed-bf35-bcf13231827e","resourceInvariantUUID":"fcf8a7eb-b3c2-46f0-be2a-534c3492bf59","resourceCustomizationUUID":"914dc693-4c78-45d7-bb1b-a530cb3ad573","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":"NmIyMzMyMWNhZTQzNjEwZGVmY2VkYWU1MzAzYTMzMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61d85443-7d5a-4aef-a685-7a928415e503","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":"MTIxZDc3NTRjNDlhMGJhNzk5MDljYThkYjQ2MjZhOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba3af03c-6f35-4f09-aa6f-cdbad1c9625e","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":"3f572ef6-3837-4b27-aba8-af7deaa6314f","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":"cb6de71c-08ed-4b91-bd68-dc46030a9091","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":"2313b467-71a6-43f3-a98c-3619d53de825","artifactVersion":"2","generatedFromUUID":"3f572ef6-3837-4b27-aba8-af7deaa6314f"},{"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":"NGMxZTI5MDcyNTJhMjQ2ZDgwMTc1MjIyYmNjOTdmYmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"10228ffc-b464-40c3-a8dc-ca31319d46ec","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":"YjI2NWIxMmVmNjEwNDYyYTMzZWZmODIwNWI5OWZkNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3810847-21ae-4229-a344-c852d823725d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGNjYmYzNjQxNGU3ZDc0Yzk0OTBmYjY2MzBiYWU0ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf59b38b-147b-4eb4-abfd-9216bf1ff2f6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:17:22.008Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:22.009Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:22.010Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:22.010Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:17:22.110Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:22.110Z||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-11-23T04:17:22.111Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:22.122Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:22.122Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:23.010Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:23.011Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:23.012Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:23.012Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:17:23.112Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:23.113Z||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-11-23T04:17:23.113Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:23.123Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:23.123Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:24.013Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:24.013Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:24.015Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:24.015Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:17:24.115Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:24.115Z||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-11-23T04:17:24.115Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:24.125Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:24.125Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:25.015Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:25.016Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:25.017Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:25.017Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:17:25.117Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:25.118Z||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-11-23T04:17:25.118Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:25.130Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:25.130Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:26.017Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:26.018Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:26.019Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:26.019Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:17:26.120Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:26.120Z||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-11-23T04:17:26.120Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:26.129Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:26.130Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:27.020Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:27.020Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:27.022Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:27.022Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:17:27.122Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:27.122Z||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-11-23T04:17:27.122Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:27.154Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:27.155Z||pool-78-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:17:28.022Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:28.023Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:28.024Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:28.024Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:17:28.124Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:28.125Z||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-11-23T04:17:28.125Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:28.135Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:28.135Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:29.025Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:17:29.025Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:29.026Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:29.027Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:17:29.127Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:29.127Z||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-11-23T04:17:29.127Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:29.139Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:29.139Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:30.028Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4f067547-3339-4e31-b62e-697b762c53db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15715148-b022-44f1-bc3c-49dc36217222",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "914dc693-4c78-45d7-bb1b-a530cb3ad573",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8fdc041d-73a0-4bed-bf35-bcf13231827e",
      "resourceInvariantUUID": "fcf8a7eb-b3c2-46f0-be2a-534c3492bf59",
      "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": "MTIxZDc3NTRjNDlhMGJhNzk5MDljYThkYjQ2MjZhOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba3af03c-6f35-4f09-aa6f-cdbad1c9625e",
          "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": "3f572ef6-3837-4b27-aba8-af7deaa6314f",
          "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": "2313b467-71a6-43f3-a98c-3619d53de825",
            "generatedFromUUID": "3f572ef6-3837-4b27-aba8-af7deaa6314f"
          },
          "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": "2313b467-71a6-43f3-a98c-3619d53de825",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MGNjYmYzNjQxNGU3ZDc0Yzk0OTBmYjY2MzBiYWU0ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf59b38b-147b-4eb4-abfd-9216bf1ff2f6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:17:30.028Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:17:30.028Z|33c20ce7-0532-4cb6-b9b2-39479ad54bef|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4f067547-3339-4e31-b62e-697b762c53db ASDC
2021-11-23T04:17:30.028Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7f24e68b-d5a7-45f3-a662-1baf8e62341f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4f067547-3339-4e31-b62e-697b762c53db
ServiceInvariantUUID:15715148-b022-44f1-bc3c-49dc36217222
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:bf59b38b-147b-4eb4-abfd-9216bf1ff2f6
ArtifactChecksum:MGNjYmYzNjQxNGU3ZDc0Yzk0OTBmYjY2MzBiYWU0ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:914dc693-4c78-45d7-bb1b-a530cb3ad573
ResourceInvariantUUID:fcf8a7eb-b3c2-46f0-be2a-534c3492bf59
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8fdc041d-73a0-4bed-bf35-bcf13231827e
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:ba3af03c-6f35-4f09-aa6f-cdbad1c9625e
ArtifactChecksum:MTIxZDc3NTRjNDlhMGJhNzk5MDljYThkYjQ2MjZhOTU=
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:3f572ef6-3837-4b27-aba8-af7deaa6314f
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:2313b467-71a6-43f3-a98c-3619d53de825
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:2313b467-71a6-43f3-a98c-3619d53de825
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-23T04:17:30.028Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f067547-3339-4e31-b62e-697b762c53db 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-11-23T04:17:30.051Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:17:30.051Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:17:30.051Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:17:30.051Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf59b38b-147b-4eb4-abfd-9216bf1ff2f6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-23T04:17:30.051Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:17:30.052Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-23T04:17:30.379Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:17:30.382Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bf59b38b-147b-4eb4-abfd-9216bf1ff2f6 78783
2021-11-23T04:17:30.382Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-23T04:17:30.382Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-23T04:17:30.382Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:17:30.382Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:30.383Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:30.383Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641050382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:17:30.484Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:17:30.484Z||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-11-23T04:17:30.484Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:30.493Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:30.493Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:31.384Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:17:31.385Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:17:31.385Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bf59b38b-147b-4eb4-abfd-9216bf1ff2f6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:31.385Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-23T04:17:31.386Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:31.386Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:31.507Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5191418606095974865/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-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.298Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:17:32.299Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-23T04:17:32.300Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.301Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00f7d3a3-c1b9-4979-9f63-1ed6000c934d
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:32.302Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4f067547-3339-4e31-b62e-697b762c53db
Model Version:NULL
Model InvariantUuid:15715148-b022-44f1-bc3c-49dc36217222
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:42ae7c64-5a1b-4567-853f-3e08ac80a56e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcf8a7eb-b3c2-46f0-be2a-534c3492bf59
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:914dc693-4c78-45d7-bb1b-a530cb3ad573
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:42f3c060-2fd3-4fe6-8159-1e84fee4a4b8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:415ecd6f-b40a-40b6-b638-c91c10def773
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00f7d3a3-c1b9-4979-9f63-1ed6000c934d
ModelInvariantUuid:737a2d9f-37f3-402e-9ad5-0cbb9125fc19
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8dd947a0-9fce-4e08-98ee-6b042d5b1d7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:be3e592b-a06a-45c2-91e0-f75e5a9dde40
ModelInvariantUuid:59b762e0-6394-4b0e-9801-398d785680c8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ce43ff59-5282-4f5b-ac17-332b88fff1c2
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:17:32.307Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8fdc041d-73a0-4bed-bf35-bcf13231827e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:17:32.310Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2021-11-23T04:17:32.310Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8fdc041d-73a0-4bed-bf35-bcf13231827e
2021-11-23T04:17:32.310Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba3af03c-6f35-4f09-aa6f-cdbad1c9625e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-23T04:17:32.310Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:17:32.310Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-23T04:17:32.481Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:17:32.481Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ba3af03c-6f35-4f09-aa6f-cdbad1c9625e 792
2021-11-23T04:17:32.482Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-23T04:17:32.482Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-23T04:17:32.482Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:17:32.482Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:32.483Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:32.483Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641052482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:17:32.584Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:17:32.584Z||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-11-23T04:17:32.584Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:32.593Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:32.594Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:33.484Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "42f3c060-2fd3-4fe6-8159-1e84fee4a4b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "415ecd6f-b40a-40b6-b638-c91c10def773",
    "vfModuleModelCustomizationUUID": "0d3d5e8b-d222-4ee8-99bc-138f359df2cb",
    "isBase": true,
    "artifacts": [
      "3f572ef6-3837-4b27-aba8-af7deaa6314f",
      "2313b467-71a6-43f3-a98c-3619d53de825"
    ],
    "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-11-23T04:17:33.486Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:415ecd6f-b40a-40b6-b638-c91c10def773
VfModuleModelInvariantUUID:42f3c060-2fd3-4fe6-8159-1e84fee4a4b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f572ef6-3837-4b27-aba8-af7deaa6314f
,
2313b467-71a6-43f3-a98c-3619d53de825

}
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-11-23T04:17:33.488Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "42f3c060-2fd3-4fe6-8159-1e84fee4a4b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "415ecd6f-b40a-40b6-b638-c91c10def773",
    "vfModuleModelCustomizationUUID": "0d3d5e8b-d222-4ee8-99bc-138f359df2cb",
    "isBase": true,
    "artifacts": [
      "3f572ef6-3837-4b27-aba8-af7deaa6314f",
      "2313b467-71a6-43f3-a98c-3619d53de825"
    ],
    "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-11-23T04:17:33.488Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:415ecd6f-b40a-40b6-b638-c91c10def773
VfModuleModelInvariantUUID:42f3c060-2fd3-4fe6-8159-1e84fee4a4b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f572ef6-3837-4b27-aba8-af7deaa6314f
,
2313b467-71a6-43f3-a98c-3619d53de825

}
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-11-23T04:17:33.488Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f572ef6-3837-4b27-aba8-af7deaa6314f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-23T04:17:33.488Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:17:33.488Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-23T04:17:33.653Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:17:33.653Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3f572ef6-3837-4b27-aba8-af7deaa6314f 5033
2021-11-23T04:17:33.653Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-23T04:17:33.653Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-23T04:17:33.654Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:17:33.654Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:33.655Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:33.655Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641053653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:17:33.755Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:33.755Z||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-11-23T04:17:33.756Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:33.766Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:33.766Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:34.656Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2313b467-71a6-43f3-a98c-3619d53de825 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-23T04:17:34.656Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:17:34.656Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-23T04:17:34.771Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:17:34.772Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2313b467-71a6-43f3-a98c-3619d53de825 903
2021-11-23T04:17:34.772Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-23T04:17:34.772Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-23T04:17:34.772Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:17:34.772Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:34.774Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:34.774Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641054772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:17:34.874Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:34.874Z||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-11-23T04:17:34.874Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:34.884Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:34.884Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:35.774Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4f067547-3339-4e31-b62e-697b762c53db
2021-11-23T04:17:35.775Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8fdc041d-73a0-4bed-bf35-bcf13231827e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:17:35.785Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@602d1d37, org.onap.sdc.toscaparser.api.parameters.Input@73e21ac7, org.onap.sdc.toscaparser.api.parameters.Input@5e8471b7, org.onap.sdc.toscaparser.api.parameters.Input@38ba4ec1, org.onap.sdc.toscaparser.api.parameters.Input@30f62844]
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 914dc693-4c78-45d7-bb1b-a530cb3ad573
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 914dc693-4c78-45d7-bb1b-a530cb3ad573 matches Tosca VF Customization UUID: 914dc693-4c78-45d7-bb1b-a530cb3ad573
2021-11-23T04:17:35.786Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 914dc693-4c78-45d7-bb1b-a530cb3ad573  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-23T04:17:35.789Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.789Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.790Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 914dc693-4c78-45d7-bb1b-a530cb3ad573: {\"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-11-23T04:17:35.790Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44f37df8
2021-11-23T04:17:35.790Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.790Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-23T04:17:35.790Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d3d5e8b-d222-4ee8-99bc-138f359df2cb
2021-11-23T04:17:35.791Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d3d5e8b-d222-4ee8-99bc-138f359df2cb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-23T04:17:35.792Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.793Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:35.793Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:35.793Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.793Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:35.793Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:35.794Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.794Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-23T04:17:35.794Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-23T04:17:35.794Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-23T04:17:35.794Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00f7d3a3-c1b9-4979-9f63-1ed6000c934d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-23T04:17:35.796Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=914dc693-4c78-45d7-bb1b-a530cb3ad573
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:17:35.798Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.798Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.798Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4f067547-3339-4e31-b62e-697b762c53db: basic_vm_macro
2021-11-23T04:17:35.798Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.798Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.799Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:17:35.800Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:17:35.800Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-11-23T04:17:35.856Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8fdc041d-73a0-4bed-bf35-bcf13231827e 1 ASDC deployResourceStructure
2021-11-23T04:17:35.856Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-23T04:17:35.857Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-23T04:17:35.857Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:17:35.857Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:35.858Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:35.858Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641055856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:17:35.958Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:35.959Z||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-11-23T04:17:35.959Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:35.969Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:35.970Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:36.859Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-23T04:17:36.859Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-23T04:17:36.860Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:17:36.860Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:36.861Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:36.861Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641056859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:17:36.961Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-23T04:17:36.962Z||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-11-23T04:17:36.962Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:36.974Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:36.974Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-23T04:17:37.863Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-23T04:17:37.863Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-23T04:17:37.863Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:17:37.863Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:37.864Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:37.865Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641057862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:17:37.965Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:37.965Z||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-11-23T04:17:37.965Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:37.976Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:37.976Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:38.866Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-23T04:17:38.866Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-23T04:17:38.866Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:17:38.866Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:17:38.868Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:17:38.868Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641058866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:17:38.968Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:17:38.969Z||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-11-23T04:17:38.969Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:17:38.978Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:17:38.978Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:17:39.869Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f24e68b-d5a7-45f3-a662-1baf8e62341f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:17:39.876Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f24e68b-d5a7-45f3-a662-1baf8e62341f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.878Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.879Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.879Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.879Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:17:39.879Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:17:39.881Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:18:09.882Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f24e68b-d5a7-45f3-a662-1baf8e62341f 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-11-23T04:18:09.886Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f24e68b-d5a7-45f3-a662-1baf8e62341f and serviceModelVersionId: 4f067547-3339-4e31-b62e-697b762c53db
2021-11-23T04:18:09.886Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15715148-b022-44f1-bc3c-49dc36217222
2021-11-23T04:18:09.887Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0
2021-11-23T04:18:09.890Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:18:09.918Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|INFO|500||Invoke
2021-11-23T04:18:09.919Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f24e68b-d5a7-45f3-a662-1baf8e62341f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14e6163a-2562-4b3c-8b58-43ee3e441ca0], X-ECOMP-RequestID=[7f24e68b-d5a7-45f3-a662-1baf8e62341f], X-TransactionId=[], X-ONAP-RequestID=[7f24e68b-d5a7-45f3-a662-1baf8e62341f], Content-Type=[application/merge-patch+json]}
2021-11-23T04:18:09.933Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:18:10.308Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211123-04:18:09:940-83119], vertex-id=[213152], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:18:09 GMT], Content-Type=[application/json]}
2021-11-23T04:18:10.308Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:18:10.309Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15715148-b022-44f1-bc3c-49dc36217222/model-vers/model-ver/4f067547-3339-4e31-b62e-697b762c53db?depth=0|INFO|500||InvokeReturn
2021-11-23T04:18:10.309Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:18:10.309Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:18:10.313Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:18:10.313Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f24e68b-d5a7-45f3-a662-1baf8e62341f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:18:10.313Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:18:10.313Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:10.315Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:10.315Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641090313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:18:10.415Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:10.415Z||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-11-23T04:18:10.415Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:10.429Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:10.429Z||pool-89-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-11-23T04:18:11.325Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:18:11.326Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:18:11.326Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:11.946Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:11.947Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-23T04:18:11.947Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"78791dc0-e7fa-4c90-b5d9-331217de280d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b7f26b48-4102-4e14-8ddf-347bfd50a8ca","serviceDescription":"service","serviceInvariantUUID":"c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9e8622cd-2918-4563-8d45-9d6beb7f9ec1","resourceInvariantUUID":"d49a1ba5-55e2-428f-932a-7336685f5584","resourceCustomizationUUID":"1707df42-dae6-446c-b7bf-82192027d3f7","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":"ZWVhZmZjOWNkODA3M2EwNmZmMjIzZTM5MGJkYTY5MjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33ad994c-413c-41eb-aa92-032fcba3656d","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":"e8a08921-c1bb-41f4-a19c-6250f1352c1d","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":"fcdc527d-1f6f-405d-8076-d5d458308f1b","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":"OTI5ODQ3YmUxNzY2MzJiODdjYThlMmMyMzUyNjY0MTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f4a15bee-ce70-401b-9224-2e15aa489c8e","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":"db8a95cc-3508-4fd4-9d1a-7b35f514539b","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":"a088467f-a574-43eb-88cc-6bafae5958ad","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":"a5841f0e-4a90-4c0e-a89d-e6cd3e78cd3b","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":"NTJkZDUxYTgyZGQ3OGUxOTgyZDI1OTc2NmYyZTFjMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"649b0cb4-ba0c-46ec-8c91-b0273447e8a7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2M3NmQ3ZDQ4MDFjMGE3ZjUwYTc1ZTFlMmQ5NmMxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba0cdd55-4bce-44d6-ad68-c81d24e1b81f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-23T04:18:11.948Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:11.948Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:11.950Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:11.950Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:12.050Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:12.050Z||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-11-23T04:18:12.051Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:12.061Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:12.061Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:12.950Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:12.951Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:12.952Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:12.953Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:13.053Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:13.053Z||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-11-23T04:18:13.053Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:13.063Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:13.063Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:13.953Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:13.954Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:13.956Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:13.956Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:14.056Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:14.057Z||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-11-23T04:18:14.057Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:14.068Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:14.068Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:14.957Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:14.958Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:14.959Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:14.960Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:15.060Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:15.060Z||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-11-23T04:18:15.060Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:15.070Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:15.070Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:15.960Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:15.961Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:15.963Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:15.963Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:16.063Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:16.063Z||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-11-23T04:18:16.063Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:16.074Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:16.074Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:16.963Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:16.965Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:16.966Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:16.966Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:17.066Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:17.067Z||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-11-23T04:18:17.067Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:17.077Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:17.078Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:18:17.577Z||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-11-23T04:18:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:17.967Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:17.967Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:17.969Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:17.969Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.069Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:18.069Z||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-11-23T04:18:18.069Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:18.080Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:18.080Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:18.091Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:18.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641037269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641050382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641052482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641053653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641054772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641055856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641056859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641057862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641058866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641044518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641044264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641051391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641045218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641047024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641061953,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641062166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641062217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641062218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641062983,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641063222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "cds",
  "timestamp": 1637641063373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-23T04:18:18.113Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637641063986,
  "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-11-23T04:18:18.121Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.121Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "policy-id",
  "timestamp": 1637641064225,
  "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-11-23T04:18:18.128Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.128Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637641056862,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641066474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "aai-ml",
  "timestamp": 1637641067478,
  "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-11-23T04:18:18.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.137Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "dcae-sch",
  "timestamp": 1637641059218,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641069612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641071619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "clamp",
  "timestamp": 1637641072623,
  "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-11-23T04:18:18.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.145Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641070340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641080224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641081911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637641082914,
  "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-11-23T04:18:18.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78791dc0-e7fa-4c90-b5d9-331217de280d
2021-11-23T04:18:18.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f24e68b-d5a7-45f3-a662-1baf8e62341f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641090313,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-23T04:18:18.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:18.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:18:18.969Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:18.970Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:18.971Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:18.971Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:18:19.071Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:19.072Z||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-11-23T04:18:19.072Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:19.083Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:19.083Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:19.972Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-23T04:18:19.972Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:19.974Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:19.974Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:18:20.074Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:20.074Z||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-11-23T04:18:20.075Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:20.085Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:20.086Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:20.975Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b7f26b48-4102-4e14-8ddf-347bfd50a8ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1707df42-dae6-446c-b7bf-82192027d3f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9e8622cd-2918-4563-8d45-9d6beb7f9ec1",
      "resourceInvariantUUID": "d49a1ba5-55e2-428f-932a-7336685f5584",
      "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": "Y2M3NmQ3ZDQ4MDFjMGE3ZjUwYTc1ZTFlMmQ5NmMxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba0cdd55-4bce-44d6-ad68-c81d24e1b81f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-23T04:18:20.975Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-23T04:18:20.975Z|7f24e68b-d5a7-45f3-a662-1baf8e62341f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b7f26b48-4102-4e14-8ddf-347bfd50a8ca ASDC
2021-11-23T04:18:20.975Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:78791dc0-e7fa-4c90-b5d9-331217de280d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b7f26b48-4102-4e14-8ddf-347bfd50a8ca
ServiceInvariantUUID:c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97
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:ba0cdd55-4bce-44d6-ad68-c81d24e1b81f
ArtifactChecksum:Y2M3NmQ3ZDQ4MDFjMGE3ZjUwYTc1ZTFlMmQ5NmMxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1707df42-dae6-446c-b7bf-82192027d3f7
ResourceInvariantUUID:d49a1ba5-55e2-428f-932a-7336685f5584
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9e8622cd-2918-4563-8d45-9d6beb7f9ec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-23T04:18:20.976Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7f26b48-4102-4e14-8ddf-347bfd50a8ca 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-11-23T04:18:20.994Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:18:20.995Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:18:20.995Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:18:20.995Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba0cdd55-4bce-44d6-ad68-c81d24e1b81f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-23T04:18:20.995Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-23T04:18:20.995Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-23T04:18:21.110Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-23T04:18:21.114Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ba0cdd55-4bce-44d6-ad68-c81d24e1b81f 105636
2021-11-23T04:18:21.114Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-23T04:18:21.114Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-23T04:18:21.114Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-23T04:18:21.114Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:21.115Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:21.115Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641101114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:18:21.215Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:21.216Z||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-11-23T04:18:21.216Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:21.226Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:21.226Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:22.116Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-23T04:18:22.117Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-23T04:18:22.117Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ba0cdd55-4bce-44d6-ad68-c81d24e1b81f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.117Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.117Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.117Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.192Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15242579907714671157/Definitions/service-TestPnfMacro-template.yml
2021-11-23T04:18:22.719Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-23T04:18:22.719Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:18:22.719Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.719Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-23T04:18:22.719Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:18:22.720Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.721Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.722Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b7f26b48-4102-4e14-8ddf-347bfd50a8ca
Model Version:NULL
Model InvariantUuid:c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-23T04:18:22.728Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9e8622cd-2918-4563-8d45-9d6beb7f9ec1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:18:22.731Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||test-pnf 0
2021-11-23T04:18:22.731Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9e8622cd-2918-4563-8d45-9d6beb7f9ec1
2021-11-23T04:18:22.731Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b7f26b48-4102-4e14-8ddf-347bfd50a8ca
2021-11-23T04:18:22.731Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b7f26b48-4102-4e14-8ddf-347bfd50a8ca
2021-11-23T04:18:22.731Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9e8622cd-2918-4563-8d45-9d6beb7f9ec1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ead3d53, org.onap.sdc.toscaparser.api.parameters.Input@b3d9fbd, org.onap.sdc.toscaparser.api.parameters.Input@cf1a28a, org.onap.sdc.toscaparser.api.parameters.Input@2241bf1c, org.onap.sdc.toscaparser.api.parameters.Input@654159a2]
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b7f26b48-4102-4e14-8ddf-347bfd50a8ca: test-pnf
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Processing PNF resource: 9e8622cd-2918-4563-8d45-9d6beb7f9ec1
2021-11-23T04:18:22.735Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-23T04:18:22.736Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-23T04:18:22.736Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1707df42-dae6-446c-b7bf-82192027d3f7 is the same as notified resource customizationUUID: 1707df42-dae6-446c-b7bf-82192027d3f7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-11-23T04:18:22.762Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9e8622cd-2918-4563-8d45-9d6beb7f9ec1 0 ASDC deployResourceStructure
2021-11-23T04:18:22.762Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-23T04:18:22.762Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-23T04:18:22.762Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-23T04:18:22.762Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:22.763Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:22.763Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641102762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:18:22.863Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:22.864Z||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-11-23T04:18:22.864Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:22.873Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:22.873Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-23T04:18:23.764Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78791dc0-e7fa-4c90-b5d9-331217de280d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-23T04:18:23.772Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78791dc0-e7fa-4c90-b5d9-331217de280d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-23T04:18:23.774Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-23T04:18:23.777Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-23T04:18:53.777Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78791dc0-e7fa-4c90-b5d9-331217de280d 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-11-23T04:18:53.782Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78791dc0-e7fa-4c90-b5d9-331217de280d and serviceModelVersionId: b7f26b48-4102-4e14-8ddf-347bfd50a8ca
2021-11-23T04:18:53.782Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97
2021-11-23T04:18:53.782Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?depth=0
2021-11-23T04:18:53.786Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-23T04:18:53.816Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?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-11-23T04:18:53.817Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?depth=0|INFO|500||Invoke
2021-11-23T04:18:53.832Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-23T04:18:54.172Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?depth=0|INFO|500||InvokeReturn
2021-11-23T04:18:54.172Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e7c409-6c5d-4d8c-82fa-bc82e5cbea97/model-vers/model-ver/b7f26b48-4102-4e14-8ddf-347bfd50a8ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211123-04:18:53:839-11940], vertex-id=[696392], Content-Length=[0], Date=[Tue, 23 Nov 2021 04:18:53 GMT], Content-Type=[application/json]}
2021-11-23T04:18:54.173Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-23T04:18:54.173Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-23T04:18:54.173Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-23T04:18:54.176Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-23T04:18:54.176Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78791dc0-e7fa-4c90-b5d9-331217de280d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-23T04:18:54.176Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-23T04:18:54.176Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-23T04:18:54.177Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-23T04:18:54.178Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641134176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:18:54.278Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-23T04:18:54.278Z||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-11-23T04:18:54.278Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:18:54.292Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:18:54.292Z||pool-101-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-11-23T04:18:55.185Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:18:55.186Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:18:55.186Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:19:04.724Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:19:04.725Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:19:04.725Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:19:04.725Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:19:14.264Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:19:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:19:17.576Z||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-11-23T04:19:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:19:17.577Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:19:17.577Z||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-11-23T04:19:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:19:17.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:19:17.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-23T04:19:17.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:19:17.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:19:27.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:20:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:20:17.576Z||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-11-23T04:20:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:20:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:20:17.577Z||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-11-23T04:20:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:20:18.099Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641091325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641101114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:20:18.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-23T04:20:18.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641102762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-23T04:20:18.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:20:18.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-23T04:20:18.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78791dc0-e7fa-4c90-b5d9-331217de280d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637641134176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-23T04:20:18.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-23T04:20:27.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:21:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:21:17.576Z||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-11-23T04:21:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:21:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:21:17.577Z||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-11-23T04:21:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:21:27.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:21:27.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:22:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:22:17.576Z||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-11-23T04:22:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:22:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:22:17.577Z||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-11-23T04:22:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:22:27.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:22:27.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:23:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:23:17.576Z||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-11-23T04:23:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:23:17.577Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:23:17.577Z|d4934df4-f14e-442b-8ef6-8966f71242a0|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-11-23T04:23:17.577Z|d4934df4-f14e-442b-8ef6-8966f71242a0|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:23:27.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:23:27.121Z|d4934df4-f14e-442b-8ef6-8966f71242a0|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:24:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:24:17.576Z||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-11-23T04:24:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:24:17.577Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:24:17.577Z||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-11-23T04:24:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:24:27.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:24:27.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:25:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:25:17.576Z||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-11-23T04:25:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:25:17.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:25:17.577Z||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-11-23T04:25:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:25:27.112Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:25:27.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:26:17.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:26:17.576Z||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-11-23T04:26:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:26:17.577Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:26:17.577Z||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-11-23T04:26:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:26:27.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:26:27.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:27:17.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:27:17.576Z||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-11-23T04:27:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:27:17.577Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:27:17.577Z||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-11-23T04:27:17.577Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:27:27.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:27:27.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:28:17.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:28:17.576Z||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-11-23T04:28:17.576Z||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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:28:17.577Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:28:17.577Z|78791dc0-e7fa-4c90-b5d9-331217de280d|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-11-23T04:28:17.577Z|78791dc0-e7fa-4c90-b5d9-331217de280d|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:28:27.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:28:27.118Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:29:17.575Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:29:17.576Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:29:17.576Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:29:17.577Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:29:17.578Z|220f270f-3755-4984-b134-6c227c11ece8|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-11-23T04:29:17.578Z|220f270f-3755-4984-b134-6c227c11ece8|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 SrQeiMNxAQjkpdf0) ...
2021-11-23T04:29:27.116Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:29:27.117Z|220f270f-3755-4984-b134-6c227c11ece8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-23T04:30:17.575Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:30:17.576Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-23T04:30:17.576Z|78791dc0-e7fa-4c90-b5d9-331217de280d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SrQeiMNxAQjkpdf0) ...
2021-11-23T04:30:17.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-23T04:30:17.577Z||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-11-23T04:30:17.577Z||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 SrQeiMNxAQjkpdf0) ...