Results

By type

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

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

2021-10-24T05:16:34.733Z||main|||||INFO|500||The following profiles are active: basic
2021-10-24T05:16:49.766Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-24T05:16:49.772Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-24T05:16:49.917Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-24T05:16:55.061Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-24T05:16:55.545Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-24T05:16:56.273Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-24T05:16:56.292Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-24T05:16:56.520Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-24T05:16:56.820Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-24T05:16:57.962Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-24T05:17:03.551Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T05:17:05.872Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T05:17:05.927Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-24T05:17:06.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-24T05:17:06.734Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-24T05:17:08.026Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-24T05:17:09.166Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-24T05:17:09.193Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-24T05:17:09.194Z||main|||||WARN|500||The sdc end point is not alive
2021-10-24T05:17:12.476Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-24T05:17:15.575Z||main|||||WARN|500||---
2021-10-24T05:17:15.576Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-24T05:17:15.576Z||main|||||WARN|500||---
2021-10-24T05:17:15.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-24T05:17:20.730Z||main|||||INFO|500||Started Application in 50.574 seconds (JVM running for 55.885)
2021-10-24T05:17:20.746Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-24T05:17:20.747Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-24T05:17:20.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-24T05:17:20.781Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-24T05:17:20.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae6f0a9b-86fd-49e1-a82a-9fcd221be5c2 url= /sdc/v1/artifactTypes
2021-10-24T05:17:20.831Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-24T05:17:21.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-24T05:17:21.134Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-24T05:17:21.154Z||scheduling-1|||||DEBUG|500||create keys
2021-10-24T05:17:21.161Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-24T05:17:21.295Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:17:21.313Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6833d761-242e-4c27-bc9b-85e2017292b4 url= /sdc/v1/registerForDistribution
2021-10-24T05:17:21.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6833d761-242e-4c27-bc9b-85e2017292b4 url= /sdc/v1/registerForDistribution
2021-10-24T05:17:21.456Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-24T05:17:21.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:17:21.472Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-24T05:17:21.470Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:17:21.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:17:21.476Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:17:21.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:17:21.477Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:17:32.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:17:32.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:18:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:18:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:18:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:18:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:18:21.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:18:21.476Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:18:31.029Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:18:31.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:19:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:19:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:19:21.470Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:19:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:19:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:19:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:19:31.035Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:19:31.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:20:21.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:20:21.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:20:21.469Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:20:21.469Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:20:21.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:20:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:20:31.047Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:20:31.060Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:21:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:21:21.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:21:21.468Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:21:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:21:21.468Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:21:21.469Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:21:31.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:21:31.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:22:21.469Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:22:21.469Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:22:21.479Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:22:21.479Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:22:21.480Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:22:21.480Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:22:31.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:22:31.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:23:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:23:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:23:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:23:21.465Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:23:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:23:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:23:31.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:23:31.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:24:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:24:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:24:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:24:21.465Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:24:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:24:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:24:31.029Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:24:31.031Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:25:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:25:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:25:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:25:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:25:21.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:25:21.473Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:25:31.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:25:31.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:26:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:26:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:26:21.468Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:26:21.469Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:26:21.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:26:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:26:31.022Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:26:31.022Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:26:39.353Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-24T05:27:21.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:27:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:27:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:27:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:27:21.467Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:27:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:27:31.025Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:27:31.026Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:28:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:28:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:28:21.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:28:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:28:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:28:21.467Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:28:31.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:28:31.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:29:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:29:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:29:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:29:21.470Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:29:21.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:29:21.472Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:29:31.041Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:29:31.041Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:30:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:30:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:30:21.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:30:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:30:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:30:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:30:31.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:30:31.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:31:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:31:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:31:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:31:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:31:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:31:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:31:31.045Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:31:31.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:32:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:32:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:32:21.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:32:21.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:32:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:32:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:32:31.042Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:32:31.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:33:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:33:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:33:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:33:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:33:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:33:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:33:31.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:33:31.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:34:21.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:34:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:34:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:34:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:34:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:34:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:34:31.026Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:34:31.026Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:35:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:35:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:35:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:35:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:35:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:35:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:35:31.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:35:31.023Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:36:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:36:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:36:21.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:36:21.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:36:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:36:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:36:31.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:36:31.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:37:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:37:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:37:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:37:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:37:21.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:37:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:37:31.021Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:37:31.053Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:38:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:38:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:38:21.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:38:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:38:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:38:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:38:31.038Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:38:31.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:39:21.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:39:21.463Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:39:21.463Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:39:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:39:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:39:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:39:31.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:39:31.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:40:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:40:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:40:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:40:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:40:21.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:40:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:40:31.019Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:40:31.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:41:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:41:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:41:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:41:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:41:21.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:41:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:41:31.037Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:41:31.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:42:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:42:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:42:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:42:21.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:42:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:42:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:42:31.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:42:31.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:43:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:43:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:43:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:43:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:43:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:43:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:43:31.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:43:31.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:44:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:44:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:44:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:44:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:44:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:44:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:44:31.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:44:31.021Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:45:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:45:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:45:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:45:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:45:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:45:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:45:31.032Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:45:31.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:46:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:46:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:46:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:46:21.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:46:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:46:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:46:31.025Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:46:31.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:47:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:47:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:47:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:47:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:47:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:47:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:47:31.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:47:31.039Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:48:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:48:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:48:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:48:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:48:21.469Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:48:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:48:31.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:48:31.055Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:49:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:49:21.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:49:21.469Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:49:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:49:21.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:49:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:49:31.046Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:49:31.050Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:50:21.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:50:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:50:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:50:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:50:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:50:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:50:31.042Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:50:31.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:51:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:51:21.464Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:51:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:51:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:51:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:51:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:51:31.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:51:31.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:52:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:52:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:52:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:52:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:52:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:52:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:52:31.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:52:31.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:53:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:53:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:53:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:53:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:53:21.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:53:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:53:31.033Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:53:31.033Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:54:21.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:54:21.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:54:21.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:54:21.469Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:54:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:54:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:54:31.047Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:54:31.047Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:55:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:55:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:55:21.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:55:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:55:21.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:55:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:55:31.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:55:31.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:56:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:56:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:56:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:56:21.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:56:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:56:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:56:31.029Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:56:31.039Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:57:21.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:57:21.463Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:57:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:57:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:57:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:57:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:57:31.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:57:31.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:58:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:58:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:58:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:58:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:58:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:58:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:58:31.021Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:58:31.022Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:59:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:59:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T05:59:21.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:59:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:59:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T05:59:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T05:59:31.028Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T05:59:31.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:00:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:00:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:00:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:00:21.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:00:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:00:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:00:31.054Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:00:31.054Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:01:21.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:01:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:01:21.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:01:21.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:01:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:01:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:01:31.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:01:31.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:02:21.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:02:21.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:02:21.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:02:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:22.101Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e60ff7c-dc39-48d5-bc26-850e4d463a89","serviceName":"vFW 2021-10-24 06-00-12","serviceVersion":"1.0","serviceUUID":"7dd0f058-54f4-4212-95ce-24ac397bbdfd","serviceDescription":"catalog service description","serviceInvariantUUID":"1ea66bf7-d583-48de-a8f7-b949c8a80ad5","resources":[{"resourceInstanceName":"vFW 1f6f9fc5-00f9 0","resourceName":"vFW 1f6f9fc5-00f9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ae1d787-a311-4971-bd61-dd31964c2f9b","resourceInvariantUUID":"3c10243f-5a33-4907-b937-86b91bd763e8","resourceCustomizationUUID":"ae266576-0a6e-4190-908d-e348ba0d89fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml","artifactChecksum":"MjNkOTg1YTlmYTFhNjEwODExODE5NjRmZGY2OTY1Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f776cb8-bf62-4d45-a4c3-41c96be9aa22","artifactVersion":"1"},{"artifactName":"vfw1f6f9fc500f90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json","artifactChecksum":"NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba4107d9-8b2a-43ae-a39e-91013749a1fe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e4b8da2-525a-43e8-9ac8-2f855d779f52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdjNzlhZTRhZDc1NTA1NzMwOTA5ODFmY2RmZmI2Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"db8ce293-c37f-40bb-842b-097bdc021356","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0daa57af-d499-4506-8d8a-8e64c18aeacb","artifactVersion":"2","generatedFromUUID":"0e4b8da2-525a-43e8-9ac8-2f855d779f52"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211024060012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml","artifactChecksum":"NGFlZmM4MWQ3YTczNzYxN2YxMWQ0NTdhZGFjYmRmMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921082eb-f7cb-4fee-8cc2-1afdf70f974c","artifactVersion":"1"},{"artifactName":"service-Vfw20211024060012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar","artifactChecksum":"NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47e39d38-1393-4a4c-bc35-01bc023a269c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:02:22.112Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:22.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.123Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:22.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:22.141Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:22.141Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "dcae-sch",
  "timestamp": 1635055316559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055321604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055322680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055317945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055325092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055332376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055332408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055332515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055333097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055333416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "cds",
  "timestamp": 1635055333533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-24T06:02:22.241Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-24T06:02:22.245Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:22.247Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.256Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:22.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.377Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055333575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "policy-id",
  "timestamp": 1635055334421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:02:22.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055334870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055336560,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:02:22.468Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:02:22.469Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055330188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:02:22.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:02:22.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055337570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:22.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:02:23.149Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:23.149Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:23.151Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:23.151Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:02:23.251Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:23.252Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:23.253Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:23.266Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:23.266Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:24.152Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:24.153Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:24.155Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:24.155Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:02:24.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:24.256Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:24.257Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:24.265Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:24.266Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:25.155Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:25.157Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:25.159Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:25.159Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:25.259Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:25.260Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:25.260Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:25.275Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:25.275Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:26.159Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:26.160Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:26.162Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:26.162Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-24T06:02:26.266Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-24T06:02:26.267Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:26.267Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:26.277Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:26.277Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:27.163Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:27.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:27.165Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:27.165Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:02:27.266Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:27.267Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:27.267Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:27.276Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:27.277Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:28.166Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:02:28.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:28.168Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:28.169Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:02:28.269Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:28.270Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:28.270Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:28.285Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:28.285Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:29.170Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "serviceName": "vFW 2021-10-24 06-00-12",
  "serviceVersion": "1.0",
  "serviceUUID": "7dd0f058-54f4-4212-95ce-24ac397bbdfd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ea66bf7-d583-48de-a8f7-b949c8a80ad5",
  "resources": [
    {
      "resourceInstanceName": "vFW 1f6f9fc5-00f9 0",
      "resourceCustomizationUUID": "ae266576-0a6e-4190-908d-e348ba0d89fe",
      "resourceName": "vFW 1f6f9fc5-00f9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3ae1d787-a311-4971-bd61-dd31964c2f9b",
      "resourceInvariantUUID": "3c10243f-5a33-4907-b937-86b91bd763e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1f6f9fc500f90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
          "artifactChecksum": "NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba4107d9-8b2a-43ae-a39e-91013749a1fe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0e4b8da2-525a-43e8-9ac8-2f855d779f52",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0daa57af-d499-4506-8d8a-8e64c18aeacb",
            "generatedFromUUID": "0e4b8da2-525a-43e8-9ac8-2f855d779f52"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0daa57af-d499-4506-8d8a-8e64c18aeacb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211024060012-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
      "artifactChecksum": "NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47e39d38-1393-4a4c-bc35-01bc023a269c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:02:29.172Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:02:29.172Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dd0f058-54f4-4212-95ce-24ac397bbdfd ASDC
2021-10-24T06:02:29.296Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5e60ff7c-dc39-48d5-bc26-850e4d463a89
ServiceName:vFW 2021-10-24 06-00-12
ServiceVersion:1.0
ServiceUUID:7dd0f058-54f4-4212-95ce-24ac397bbdfd
ServiceInvariantUUID:1ea66bf7-d583-48de-a8f7-b949c8a80ad5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211024060012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
ArtifactUUID:47e39d38-1393-4a4c-bc35-01bc023a269c
ArtifactChecksum:NmI0MzBiNjFjMTIyZTU0OWI3Yjk2NTEyYjRiZWM1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f6f9fc5-00f9 0
ResourceCustomizationUUID:ae266576-0a6e-4190-908d-e348ba0d89fe
ResourceInvariantUUID:3c10243f-5a33-4907-b937-86b91bd763e8
ResourceName:vFW 1f6f9fc5-00f9
ResourceType:VF
ResourceUUID:3ae1d787-a311-4971-bd61-dd31964c2f9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f6f9fc500f90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
ArtifactUUID:ba4107d9-8b2a-43ae-a39e-91013749a1fe
ArtifactChecksum:NzNkNDQ5MWM1NTU1NTcwOGY3M2FkODY3NTQ4M2JjM2E=
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
ArtifactUUID:0e4b8da2-525a-43e8-9ac8-2f855d779f52
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
ArtifactUUID:0daa57af-d499-4506-8d8a-8e64c18aeacb
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/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
ArtifactUUID:0daa57af-d499-4506-8d8a-8e64c18aeacb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:02:29.297Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dd0f058-54f4-4212-95ce-24ac397bbdfd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:02:29.344Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:02:29.345Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:29.346Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:29.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47e39d38-1393-4a4c-bc35-01bc023a269c from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:29.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.774Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:29.791Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar 47e39d38-1393-4a4c-bc35-01bc023a269c 98705
2021-10-24T06:02:29.792Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar ASDC sendASDCNotification
2021-10-24T06:02:29.793Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:29.793Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:29.794Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:29.796Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:29.796Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055349791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:29.896Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:29.897Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:29.898Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:29.913Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:29.914Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:30.797Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:02:30.798Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:02:30.799Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 47e39d38-1393-4a4c-bc35-01bc023a269c, URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar to file: /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.800Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:30.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:31.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1628263538637615842/Definitions/service-Vfw20211024060012-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-24T06:02:34.320Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:02:34.328Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-24T06:02:34.329Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.330Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f6f9fc5-00f9 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-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:34.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:02:34.340Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.341Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.345Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.346Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:02:34.347Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:02:34.349Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.350Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.351Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.355Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.356Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.357Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.358Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.359Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:02:34.360Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.360Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.361Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.362Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.363Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.364Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.365Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43e37f95-94e2-4681-bc6d-e44af632f2aa
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.366Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T06:02:34.367Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75b913ac-3180-46bd-b0be-f515a58212e7
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.368Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.369Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:34.370Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d8d6ac2-6683-4200-a1d1-4625eee2a224
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.371Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:34.372Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-24 06-00-12
Description:catalog service description
Model UUID:7dd0f058-54f4-4212-95ce-24ac397bbdfd
Model Version:NULL
Model InvariantUuid:1ea66bf7-d583-48de-a8f7-b949c8a80ad5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1f6f9fc5-00f9
Model UUID:ddc1a8a5-6eda-4e65-882d-0a0904455059
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c10243f-5a33-4907-b937-86b91bd763e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae266576-0a6e-4190-908d-e348ba0d89fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
ModelName:Vfw1f6f9fc500f9..base_vfw..module-0
ModelUuid:61aa1046-bb80-4a3b-885e-a3f948446c32
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43e37f95-94e2-4681-bc6d-e44af632f2aa
ModelInvariantUuid:33e3fc55-1bcd-454a-9b87-889c72fc2f02
ModelName:vFW 1f6f9fc5-00f9-nodes.vfwCvfc
ModelUuid:4a4db88f-a742-47a5-8074-e2673ce1889e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bdd0bcdd-3f4e-4cd6-8697-3ff0a02fbec6
ModelInvariantUuid:6da9f37f-b710-4ce5-b9a5-96a6d1d38084
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vfw
ModelUuid:879f206a-048e-456e-a870-a9de648fd4fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:75b913ac-3180-46bd-b0be-f515a58212e7
ModelInvariantUuid:d44769d1-9c32-4aac-82db-d7efd36d0371
ModelName:vFW 1f6f9fc5-00f9-nodes.vsnCvfc
ModelUuid:5466389c-2c35-4b98-961a-6f3f66924e34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a19510b7-9bdf-4de5-aa78-047a69b58c06
ModelInvariantUuid:66d90672-06ff-40ad-ab81-3f9c9c7f37e5
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vsn
ModelUuid:7ad8137b-33ef-4c94-97a5-e68734e4ca88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9d8d6ac2-6683-4200-a1d1-4625eee2a224
ModelInvariantUuid:296d1c30-e9fd-416e-ba78-16ac18d5b141
ModelName:vFW 1f6f9fc5-00f9-nodes.vpgCvfc
ModelUuid:990c1dc2-2c54-4e06-a150-3b4c8443d2a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:71a940c1-2898-4518-993c-61edb5faec9b
ModelInvariantUuid:a678f8dd-c88e-4bad-a2c6-180f29351484
ModelName:Vfw1f6f9fc500f9.compute.nodes.heat.vpg
ModelUuid:6d121521-22d7-43c5-880a-d554c2b69f16
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-10-24T06:02:34.379Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ae1d787-a311-4971-bd61-dd31964c2f9b
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-10-24T06:02:34.473Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||vFW 1f6f9fc5-00f9 0
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ae1d787-a311-4971-bd61-dd31964c2f9b
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba4107d9-8b2a-43ae-a39e-91013749a1fe from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:34.479Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.666Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ba4107d9-8b2a-43ae-a39e-91013749a1fe 785
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ASDC sendASDCNotification
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:34.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:34.670Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:34.670Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055354667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:34.770Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:34.771Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:34.771Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:34.784Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:34.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:35.671Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f6f9fc500f9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed9f7e8a-27f0-488a-9507-a26c0f2cab99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61aa1046-bb80-4a3b-885e-a3f948446c32",
    "vfModuleModelCustomizationUUID": "4526cc61-5895-404e-83c8-2f5ea9eddb55",
    "isBase": true,
    "artifacts": [
      "0e4b8da2-525a-43e8-9ac8-2f855d779f52",
      "0daa57af-d499-4506-8d8a-8e64c18aeacb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:02:35.686Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f6f9fc500f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61aa1046-bb80-4a3b-885e-a3f948446c32
VfModuleModelInvariantUUID:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e4b8da2-525a-43e8-9ac8-2f855d779f52
,
0daa57af-d499-4506-8d8a-8e64c18aeacb

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

isBase:true


}

2021-10-24T06:02:35.688Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f6f9fc500f9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ed9f7e8a-27f0-488a-9507-a26c0f2cab99",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "61aa1046-bb80-4a3b-885e-a3f948446c32",
    "vfModuleModelCustomizationUUID": "4526cc61-5895-404e-83c8-2f5ea9eddb55",
    "isBase": true,
    "artifacts": [
      "0e4b8da2-525a-43e8-9ac8-2f855d779f52",
      "0daa57af-d499-4506-8d8a-8e64c18aeacb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f6f9fc500f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61aa1046-bb80-4a3b-885e-a3f948446c32
VfModuleModelInvariantUUID:ed9f7e8a-27f0-488a-9507-a26c0f2cab99
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e4b8da2-525a-43e8-9ac8-2f855d779f52
,
0daa57af-d499-4506-8d8a-8e64c18aeacb

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

isBase:true


}

2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0e4b8da2-525a-43e8-9ac8-2f855d779f52 from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:35.689Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:36.662Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml 0e4b8da2-525a-43e8-9ac8-2f855d779f52 20368
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:36.663Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:36.665Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:36.666Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055356663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:36.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:36.766Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:36.766Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:36.775Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:36.776Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0daa57af-d499-4506-8d8a-8e64c18aeacb from URL: /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:02:37.667Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:38.802Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env 0daa57af-d499-4506-8d8a-8e64c18aeacb 2098
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:02:38.803Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:38.806Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:38.806Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055358803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:02:38.906Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:38.907Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:38.907Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:38.934Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:38.934Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:39.807Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7dd0f058-54f4-4212-95ce-24ac397bbdfd
2021-10-24T06:02:39.807Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f6f9fc5-00f9 0 3ae1d787-a311-4971-bd61-dd31964c2f9b ASDC
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 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 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-10-24T06:02:39.842Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67276c0a, org.onap.sdc.toscaparser.api.parameters.Input@66cf4ef7, org.onap.sdc.toscaparser.api.parameters.Input@6613288e, org.onap.sdc.toscaparser.api.parameters.Input@301ede57, org.onap.sdc.toscaparser.api.parameters.Input@6c05a362]
2021-10-24T06:02:39.846Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.846Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.847Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:02:39.847Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ae266576-0a6e-4190-908d-e348ba0d89fe
2021-10-24T06:02:39.848Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae266576-0a6e-4190-908d-e348ba0d89fe matches Tosca VF Customization UUID: ae266576-0a6e-4190-908d-e348ba0d89fe
2021-10-24T06:02:39.848Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ae266576-0a6e-4190-908d-e348ba0d89fe  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-10-24T06:02:39.854Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.855Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ae266576-0a6e-4190-908d-e348ba0d89fe: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a5b1d52
2021-10-24T06:02:39.856Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.857Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:02:39.857Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4526cc61-5895-404e-83c8-2f5ea9eddb55
2021-10-24T06:02:39.858Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4526cc61-5895-404e-83c8-2f5ea9eddb55
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-10-24T06:02:39.865Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.865Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.866Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.866Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.867Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:39.868Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.869Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:39.870Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.870Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43e37f95-94e2-4681-bc6d-e44af632f2aa
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-10-24T06:02:39.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.876Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.877Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.878Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-24T06:02:39.879Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-24T06:02:39.880Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.880Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-24T06:02:39.881Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.881Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75b913ac-3180-46bd-b0be-f515a58212e7
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-10-24T06:02:39.882Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.882Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.883Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is not matching search criteria
2021-10-24T06:02:39.888Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-24T06:02:39.889Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-24T06:02:39.890Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9d8d6ac2-6683-4200-a1d1-4625eee2a224
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-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.895Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Node template vFW 1f6f9fc5-00f9 0 is matching search criteria
2021-10-24T06:02:39.896Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1f6f9fc5-00f9 0] matching following query criteria: sdcType=VF, customizationUUID=ae266576-0a6e-4190-908d-e348ba0d89fe
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-10-24T06:02:39.898Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7dd0f058-54f4-4212-95ce-24ac397bbdfd: vFW 1f6f9fc5-00f9
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.899Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-24 06-00-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:02:39.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-24 06-00-12 
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-10-24T06:02:40.118Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f6f9fc5-00f9 3ae1d787-a311-4971-bd61-dd31964c2f9b 1 ASDC deployResourceStructure
2021-10-24T06:02:40.119Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json ASDC sendASDCNotification
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:40.120Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:40.122Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:40.122Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055360119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:40.222Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:40.223Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:40.223Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:40.235Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:40.236Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:41.124Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:41.125Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:41.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:41.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055361124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:41.228Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:41.229Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:41.230Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:41.240Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:41.240Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:42.129Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-24T06:02:42.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env
2021-10-24T06:02:42.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:42.131Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:42.133Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:42.133Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055362129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:42.233Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:02:42.235Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:42.235Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:42.246Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:42.246Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:02:43.135Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar ASDC sendASDCNotification
2021-10-24T06:02:43.136Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar
2021-10-24T06:02:43.136Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:02:43.137Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:02:43.139Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:02:43.140Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055363134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:02:43.240Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:02:43.241Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:02:43.241Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:02:43.254Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:02:43.254Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:02:44.142Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:02:44.177Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:02:44.180Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:02:44.180Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:02:44.181Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:03:14.181Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:14.199Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:14.202Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:03:14.203Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:03:14.203Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:03:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:03:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:03:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:03:21.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:03:21.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:03:21.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:03:21.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:03:44.204Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:44.224Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:03:44.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:14.227Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:14.238Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:04:14.241Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:21.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:04:21.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:04:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:04:22.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:04:22.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055346756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055346992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "aai-ml",
  "timestamp": 1635055347764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055341464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055341687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:04:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055349018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055349799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055349791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "clamp",
  "timestamp": 1635055350027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055354667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055355592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055356597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:22.084Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e60ff7c-dc39-48d5-bc26-850e4d463a89
2021-10-24T06:04:22.084Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:04:22.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055356663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055358803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055360119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/vfw1f6f9fc500f90_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055361124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055362129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/resourceInstances/vfw1f6f9fc500f90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:04:22.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055363134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211024060012/1.0/artifacts/service-Vfw20211024060012-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:04:22.104Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:04:44.242Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.265Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:04:44.268Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:04:44.269Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:04:44.274Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:05:14.275Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:05:14.288Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and serviceModelVersionId: 7dd0f058-54f4-4212-95ce-24ac397bbdfd
2021-10-24T06:05:14.288Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ea66bf7-d583-48de-a8f7-b949c8a80ad5
2021-10-24T06:05:21.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:21.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:28.965Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0
2021-10-24T06:05:29.107Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:05:29.583Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-24T06:05:29.588Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|INFO|500||Invoke
2021-10-24T06:05:29.711Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:05:30.128Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0|INFO|500||InvokeReturn
2021-10-24T06:05:30.129Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ea66bf7-d583-48de-a8f7-b949c8a80ad5/model-vers/model-ver/7dd0f058-54f4-4212-95ce-24ac397bbdfd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211024-06:05:29:729-8025], vertex-id=[356512], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:05:29 GMT], Content-Type=[application/json]}
2021-10-24T06:05:30.130Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:05:30.134Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:05:30.134Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||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-10-24T06:05:30.139Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:05:30.141Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e60ff7c-dc39-48d5-bc26-850e4d463a89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:05:30.142Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:05:30.143Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:05:30.145Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:05:30.146Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055530141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:05:30.245Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:05:30.247Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:05:30.247Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:30.263Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:05:30.264Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:05:30.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:05:30.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:05:30.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e60ff7c-dc39-48d5-bc26-850e4d463a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055530141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:05:30.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:05:31.160Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:31.161Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:31.161Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:42.331Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:05:42.332Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:42.333Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:42.334Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:05:51.900Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:05:51.901Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:05:51.902Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:05:51.902Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:01.439Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:21.462Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:06:21.464Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:06:21.465Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:21.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:06:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:06:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:25.729Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:25.730Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:06:25.730Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa03e08f-7dda-4b50-b11e-2d8b9a814d83","serviceName":"basic_onboard_UvVNtB","serviceVersion":"1.0","serviceUUID":"5f42cfb1-13bd-4730-aa0e-9b2a6ff97618","serviceDescription":"service","serviceInvariantUUID":"dc67f8a3-1070-4126-9e57-d470ad497c66","resources":[{"resourceInstanceName":"basic_onboard_UvVNtB 0","resourceName":"basic_onboard_UvVNtB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"901d238c-5848-468a-9443-db2cd49640ab","resourceInvariantUUID":"29071039-df94-4671-bfca-370afde1f17f","resourceCustomizationUUID":"f8c86325-a9a7-4050-b325-662e37df9bd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml","artifactChecksum":"OTVhZjYxMmYzM2ViYjRlYzNkZmIxNTdiMWRjZGZlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d42d7985-5b48-4175-80ce-07db439ea90c","artifactVersion":"1"},{"artifactName":"basic_onboard_uvvntb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json","artifactChecksum":"MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"babe0dad-4314-407a-9057-64b83805283d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1c73d74-1b0d-49c8-9450-561a343fe8ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f61baf21-5012-49cf-92cf-9bc37abffb14","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e","artifactVersion":"2","generatedFromUUID":"d1c73d74-1b0d-49c8-9450-561a343fe8ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUvvntb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml","artifactChecksum":"OGU4NzAxZmY2OTJmZjljNDZhMjhjNThmYTU3NTA5N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ebec183-14dd-4931-bc54-825985a1a5ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUvvntb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar","artifactChecksum":"MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9246209a-5883-42f8-a2a9-5a4fe83e5118","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:06:25.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:25.733Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:25.738Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:25.738Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:06:25.843Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-24T06:06:25.845Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:25.845Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:25.853Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:25.854Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:25.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:25.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:06:25.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:06:25.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:06:26.739Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:26.740Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:26.742Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:26.743Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:06:26.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:06:26.843Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:26.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:26.851Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:26.851Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:27.743Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:27.744Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:27.746Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:27.746Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:06:27.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:27.847Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:27.848Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:27.861Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:27.862Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:28.747Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:28.747Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:28.750Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:28.750Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:06:28.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:28.852Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:28.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:28.859Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:28.859Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:29.751Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:29.752Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:29.754Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:29.754Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:06:29.854Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:06:29.855Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:29.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:29.886Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:29.887Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:30.755Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:30.756Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:30.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:30.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:06:30.858Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:30.859Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:30.859Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:30.890Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:30.891Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:31.758Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:06:31.759Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:31.761Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:31.761Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:06:31.861Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:31.862Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:31.862Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:31.870Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:31.871Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:32.763Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "serviceName": "basic_onboard_UvVNtB",
  "serviceVersion": "1.0",
  "serviceUUID": "5f42cfb1-13bd-4730-aa0e-9b2a6ff97618",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dc67f8a3-1070-4126-9e57-d470ad497c66",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_UvVNtB 0",
      "resourceCustomizationUUID": "f8c86325-a9a7-4050-b325-662e37df9bd8",
      "resourceName": "basic_onboard_UvVNtB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "901d238c-5848-468a-9443-db2cd49640ab",
      "resourceInvariantUUID": "29071039-df94-4671-bfca-370afde1f17f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_uvvntb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
          "artifactChecksum": "MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "babe0dad-4314-407a-9057-64b83805283d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d1c73d74-1b0d-49c8-9450-561a343fe8ce",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e",
            "generatedFromUUID": "d1c73d74-1b0d-49c8-9450-561a343fe8ce"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardUvvntb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
      "artifactChecksum": "MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9246209a-5883-42f8-a2a9-5a4fe83e5118"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:06:32.763Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:06:32.764Z|5e60ff7c-dc39-48d5-bc26-850e4d463a89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618 ASDC
2021-10-24T06:06:32.764Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fa03e08f-7dda-4b50-b11e-2d8b9a814d83
ServiceName:basic_onboard_UvVNtB
ServiceVersion:1.0
ServiceUUID:5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
ServiceInvariantUUID:dc67f8a3-1070-4126-9e57-d470ad497c66
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUvvntb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
ArtifactUUID:9246209a-5883-42f8-a2a9-5a4fe83e5118
ArtifactChecksum:MjA4NThlMjgxYWM4YTUzNWUxYzkxMDBjNzVkODNiYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UvVNtB 0
ResourceCustomizationUUID:f8c86325-a9a7-4050-b325-662e37df9bd8
ResourceInvariantUUID:29071039-df94-4671-bfca-370afde1f17f
ResourceName:basic_onboard_UvVNtB
ResourceType:VF
ResourceUUID:901d238c-5848-468a-9443-db2cd49640ab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_uvvntb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
ArtifactUUID:babe0dad-4314-407a-9057-64b83805283d
ArtifactChecksum:MGJmZGE0ZWZiNDIyZjkwNWRmMWM4YjcyNjg5OGUxOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d1c73d74-1b0d-49c8-9450-561a343fe8ce
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
ArtifactUUID:bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
ArtifactUUID:bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:06:32.765Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:06:32.800Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:06:32.801Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:32.801Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9246209a-5883-42f8-a2a9-5a4fe83e5118 from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:32.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:33.161Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:33.164Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar 9246209a-5883-42f8-a2a9-5a4fe83e5118 71360
2021-10-24T06:06:33.164Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar ASDC sendASDCNotification
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:33.165Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:33.167Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:33.167Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055593164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:06:33.267Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:33.268Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:33.268Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:33.275Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:33.275Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-24T06:06:34.168Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9246209a-5883-42f8-a2a9-5a4fe83e5118, URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar to file: /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.169Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.170Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.170Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:34.829Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3138209974755627056/Definitions/service-BasicOnboardUvvntb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:06:36.117Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.118Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.119Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UvVNtB 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-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.120Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.121Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:06:36.122Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-24T06:06:36.123Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.124Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-24T06:06:36.125Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.126Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.127Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.128Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.129Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8f12908-1bd1-4ac2-95aa-475b4a55b384
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.130Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.131Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:36.132Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_UvVNtB
Description:service
Model UUID:5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
Model Version:NULL
Model InvariantUuid:dc67f8a3-1070-4126-9e57-d470ad497c66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_UvVNtB
Model UUID:fcef12d3-1f9d-41a1-8537-e1ab2e104c23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:29071039-df94-4671-bfca-370afde1f17f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f8c86325-a9a7-4050-b325-662e37df9bd8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5affe5fe-4e86-4858-a569-c30d18ccfa91
ModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
ModelUuid:fa216332-17a1-41aa-81fc-1f9a6c0a334a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8f12908-1bd1-4ac2-95aa-475b4a55b384
ModelInvariantUuid:8d4f6f5c-916d-4310-bde7-ff3fde97e693
ModelName:basic_onboard_UvVNtB-nodes.ubuntu18Cvfc
ModelUuid:5950c596-ad14-45f3-851c-4e5f1f83d4ec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:240b2cf4-fc68-48c9-a4cd-cd7fd93440f7
ModelInvariantUuid:a4e890fe-f03b-4585-a066-9195d87d7575
ModelName:BasicOnboardUvvntb.compute.nodes.heat.ubuntu18
ModelUuid:c4b6d357-ff65-43ec-a6b2-176d3135c5f5
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-10-24T06:06:36.136Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 901d238c-5848-468a-9443-db2cd49640ab
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-10-24T06:06:36.139Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||basic_onboard_UvVNtB 0
2021-10-24T06:06:36.139Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 901d238c-5848-468a-9443-db2cd49640ab
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: babe0dad-4314-407a-9057-64b83805283d from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:36.140Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.848Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:36.848Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json babe0dad-4314-407a-9057-64b83805283d 798
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json ASDC sendASDCNotification
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:36.849Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:36.850Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:36.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:36.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055596849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:06:36.952Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:36.953Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:36.953Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:37.002Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:37.003Z||pool-27-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:06:37.852Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUvvntb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5affe5fe-4e86-4858-a569-c30d18ccfa91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa216332-17a1-41aa-81fc-1f9a6c0a334a",
    "vfModuleModelCustomizationUUID": "5eb39104-3be2-422a-b5e4-5b697f1eb7ea",
    "isBase": true,
    "artifacts": [
      "d1c73d74-1b0d-49c8-9450-561a343fe8ce",
      "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:06:37.858Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa216332-17a1-41aa-81fc-1f9a6c0a334a
VfModuleModelInvariantUUID:5affe5fe-4e86-4858-a569-c30d18ccfa91
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1c73d74-1b0d-49c8-9450-561a343fe8ce
,
bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e

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

isBase:true


}

2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardUvvntb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5affe5fe-4e86-4858-a569-c30d18ccfa91",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa216332-17a1-41aa-81fc-1f9a6c0a334a",
    "vfModuleModelCustomizationUUID": "5eb39104-3be2-422a-b5e4-5b697f1eb7ea",
    "isBase": true,
    "artifacts": [
      "d1c73d74-1b0d-49c8-9450-561a343fe8ce",
      "bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUvvntb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa216332-17a1-41aa-81fc-1f9a6c0a334a
VfModuleModelInvariantUUID:5affe5fe-4e86-4858-a569-c30d18ccfa91
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1c73d74-1b0d-49c8-9450-561a343fe8ce
,
bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e

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

isBase:true


}

2021-10-24T06:06:37.860Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1c73d74-1b0d-49c8-9450-561a343fe8ce from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:37.861Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:37.861Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:38.802Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml d1c73d74-1b0d-49c8-9450-561a343fe8ce 5033
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:38.803Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:38.805Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:38.805Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055598803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:06:38.906Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:38.906Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:38.907Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:38.915Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:38.915Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:39.806Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e from URL: /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:39.806Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-24T06:06:39.807Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:40.182Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env bd3fa825-8fbc-4d8a-8e2e-73bc9ba3c17e 909
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:06:40.183Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:40.184Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:06:40.184Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:40.186Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:40.186Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055600183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:06:40.286Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:40.287Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:40.287Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:40.295Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:40.295Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:41.187Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
2021-10-24T06:06:41.188Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UvVNtB 0 901d238c-5848-468a-9443-db2cd49640ab 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-10-24T06:06:41.199Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3df02df1, org.onap.sdc.toscaparser.api.parameters.Input@4ec453bb, org.onap.sdc.toscaparser.api.parameters.Input@3bbaf884, org.onap.sdc.toscaparser.api.parameters.Input@6c196cee, org.onap.sdc.toscaparser.api.parameters.Input@50ba5b39]
2021-10-24T06:06:41.200Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.200Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f8c86325-a9a7-4050-b325-662e37df9bd8
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8c86325-a9a7-4050-b325-662e37df9bd8 matches Tosca VF Customization UUID: f8c86325-a9a7-4050-b325-662e37df9bd8
2021-10-24T06:06:41.201Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f8c86325-a9a7-4050-b325-662e37df9bd8  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-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f8c86325-a9a7-4050-b325-662e37df9bd8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-24T06:06:41.203Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77445a22
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5eb39104-3be2-422a-b5e4-5b697f1eb7ea
2021-10-24T06:06:41.204Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5eb39104-3be2-422a-b5e4-5b697f1eb7ea
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-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.206Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is not matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:06:41.207Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c8f12908-1bd1-4ac2-95aa-475b4a55b384
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-10-24T06:06:41.209Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.209Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_UvVNtB 0 is matching search criteria
2021-10-24T06:06:41.210Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_UvVNtB 0] matching following query criteria: sdcType=VF, customizationUUID=f8c86325-a9a7-4050-b325-662e37df9bd8
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-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618: basic_onboard_UvVNtB
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.216Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.217Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_UvVNtB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:06:41.218Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_UvVNtB 
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-10-24T06:06:41.279Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UvVNtB 901d238c-5848-468a-9443-db2cd49640ab 1 ASDC deployResourceStructure
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json ASDC sendASDCNotification
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:41.280Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:41.282Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:41.282Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055601280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:06:41.382Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:41.383Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:41.383Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:41.392Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:41.393Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:42.283Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:42.284Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:42.286Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:42.286Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055602283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:06:42.386Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:42.387Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:42.387Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:42.396Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:42.396Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:06:43.287Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:43.288Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:43.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:43.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055603287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:06:43.391Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:43.392Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:43.392Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:43.401Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:43.402Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:44.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar ASDC sendASDCNotification
2021-10-24T06:06:44.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar
2021-10-24T06:06:44.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:06:44.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:06:44.294Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:06:44.294Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055604292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:06:44.394Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:06:44.395Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:06:44.395Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:06:44.405Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:06:44.406Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:06:45.295Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:06:45.310Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:06:45.312Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:06:45.312Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:06:45.313Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:07:15.313Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:15.334Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:07:15.336Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:07:21.467Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:07:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:07:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:07:21.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:07:21.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:07:21.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:07:21.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:07:21.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:07:21.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:07:21.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:07:45.337Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:45.348Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:07:45.354Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:08:15.355Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:15.374Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:08:15.377Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:08:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:08:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:08:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:08:21.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:08:21.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:08:21.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:08:21.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:08:21.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:08:45.383Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:45.408Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:08:45.411Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:15.412Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:15.422Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:09:15.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:21.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:09:21.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:09:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:09:21.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:09:22.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "dcae-sch",
  "timestamp": 1635055576559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055581604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055582678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055581462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055593162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055593164,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055593169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055593186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055594174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055594370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055587945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "policy-id",
  "timestamp": 1635055595177,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055595816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055596524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055596554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635055596824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.060Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055596849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635055590189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "cds",
  "timestamp": 1635055597530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.077Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.077Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055597577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.089Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.089Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635055598581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055598803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055600183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055601280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/basic_onboard_uvvntb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055595091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055602283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055602839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055603287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/resourceInstances/basic_onboard_uvvntb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:09:22.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055604292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055598470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:09:22.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055611675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "aai-ml",
  "timestamp": 1635055612679,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.116Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055616028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055618038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUvvntb/1.0/artifacts/service-BasicOnboardUvvntb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:09:22.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "clamp",
  "timestamp": 1635055619041,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:22.130Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa03e08f-7dda-4b50-b11e-2d8b9a814d83
2021-10-24T06:09:22.130Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:09:45.430Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.450Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.455Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.456Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.457Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:09:45.457Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:09:45.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:10:15.471Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:10:15.483Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and serviceModelVersionId: 5f42cfb1-13bd-4730-aa0e-9b2a6ff97618
2021-10-24T06:10:15.484Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc67f8a3-1070-4126-9e57-d470ad497c66
2021-10-24T06:10:15.486Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0
2021-10-24T06:10:15.494Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:10:15.555Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|INFO|500||Invoke
2021-10-24T06:10:15.556Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[756223d3-d7e0-4991-b168-f9bf2860e39c], X-ECOMP-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], X-TransactionId=[], X-ONAP-RequestID=[fa03e08f-7dda-4b50-b11e-2d8b9a814d83], Content-Type=[application/merge-patch+json]}
2021-10-24T06:10:15.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:10:16.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?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/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:10:15:607-97064], vertex-id=[172224], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:10:15 GMT], Content-Type=[application/json]}
2021-10-24T06:10:16.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:10:16.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc67f8a3-1070-4126-9e57-d470ad497c66/model-vers/model-ver/5f42cfb1-13bd-4730-aa0e-9b2a6ff97618?depth=0|INFO|500||InvokeReturn
2021-10-24T06:10:16.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:10:16.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||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-10-24T06:10:16.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:10:16.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa03e08f-7dda-4b50-b11e-2d8b9a814d83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:10:16.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:10:16.471Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:10:16.474Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:10:16.474Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055816470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:10:16.574Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:10:16.575Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:10:16.575Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:16.595Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:10:16.596Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:10:17.490Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:17.491Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:17.491Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:21.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:21.470Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:22.099Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:10:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:10:22.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa03e08f-7dda-4b50-b11e-2d8b9a814d83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635055816470,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:10:22.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:10:28.191Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:10:28.192Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:28.192Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:28.193Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:37.740Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:37.741Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:47.291Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:10:47.292Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:10:47.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:10:47.293Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:10:56.846Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:11:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:11:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:11:21.469Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:11:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:11:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:11:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:11:31.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:11:31.026Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:12:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:12:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:12:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:12:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:12:31.050Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:12:31.084Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:13:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:13:21.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:13:21.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:13:21.472Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:13:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:13:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:13:31.027Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:13:31.029Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:14:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:14:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:14:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:14:21.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:14:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:14:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:14:31.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:14:31.073Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:15:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:15:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:15:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:15:21.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:15:21.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:15:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:15:31.023Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:15:31.023Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:16:21.463Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:16:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:16:21.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:16:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:16:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:16:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:16:31.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:16:31.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:17:21.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:17:21.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:17:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:17:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:17:21.471Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:17:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:17:31.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:17:31.033Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:18:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:18:21.464Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:18:21.464Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:18:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:18:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:18:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:18:31.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:18:31.045Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:19:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:19:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:19:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:19:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:19:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:19:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:19:31.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:19:31.027Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:20:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:20:21.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:20:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:20:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:20:21.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:20:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:20:31.043Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:20:31.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:21:21.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:21:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:21:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:21:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:21:21.469Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:21:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:21:31.036Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:21:31.058Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:21.463Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:22:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:22:21.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:22:21.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:22:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:31.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:31.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:31.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:22:31.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7481f7dd-e9d3-451d-82bd-668efc653852","serviceDescription":"service","serviceInvariantUUID":"b8c6e592-7668-46c7-bf87-3d37c6fa256f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dd08280e-6596-44dd-863b-eac0b696403f","resourceInvariantUUID":"5f56f4a5-1e94-465c-ab99-c7a5028a7b04","resourceCustomizationUUID":"8ea7781a-14de-41b9-9579-54bd74e83768","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":"ZDUzN2JkMDMwOWZiN2UxYmMwOGE1M2YwNjhjODY0MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"841c4d23-3e62-41b2-87ce-c875063f81ff","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03e1a4ea-49d0-4b7f-9522-6a0ca160f991","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:22:31.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:22:31.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:31.356Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:31.356Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056541463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:22:31.456Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:31.457Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:31.458Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:31.478Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:31.478Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:32.359Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:22:32.359Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:32.361Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:32.362Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056541463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:22:32.462Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:32.463Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:32.463Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:32.493Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:32.494Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:22:33.365Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7481f7dd-e9d3-451d-82bd-668efc653852",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b8c6e592-7668-46c7-bf87-3d37c6fa256f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8ea7781a-14de-41b9-9579-54bd74e83768",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "dd08280e-6596-44dd-863b-eac0b696403f",
      "resourceInvariantUUID": "5f56f4a5-1e94-465c-ab99-c7a5028a7b04",
      "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": "ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03e1a4ea-49d0-4b7f-9522-6a0ca160f991"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:22:33.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:22:33.366Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7481f7dd-e9d3-451d-82bd-668efc653852 ASDC
2021-10-24T06:22:33.367Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7481f7dd-e9d3-451d-82bd-668efc653852
ServiceInvariantUUID:b8c6e592-7668-46c7-bf87-3d37c6fa256f
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:03e1a4ea-49d0-4b7f-9522-6a0ca160f991
ArtifactChecksum:ZmVlNTNkYjNkNzlkMjI1ZGRjOGQ1YjQyNmVhMDc3NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8ea7781a-14de-41b9-9579-54bd74e83768
ResourceInvariantUUID:5f56f4a5-1e94-465c-ab99-c7a5028a7b04
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dd08280e-6596-44dd-863b-eac0b696403f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-24T06:22:33.367Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7481f7dd-e9d3-451d-82bd-668efc653852 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:22:33.396Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:22:33.397Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03e1a4ea-49d0-4b7f-9522-6a0ca160f991 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-24T06:22:33.398Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:34.451Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-24T06:22:34.453Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 03e1a4ea-49d0-4b7f-9522-6a0ca160f991 52178
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:22:34.454Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:34.456Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:34.457Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056554454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:22:34.557Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:34.558Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:34.558Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:34.568Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:34.568Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:35.457Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:22:35.459Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-24T06:22:35.459Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 03e1a4ea-49d0-4b7f-9522-6a0ca160f991, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.460Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:35.655Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3630187295717209995/Definitions/service-BasicNetwork-template.yml
2021-10-24T06:22:36.117Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:22:36.117Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.118Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.119Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-24T06:22:36.120Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-24T06:22:36.121Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.122Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.123Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.124Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.124Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.125Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.126Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7481f7dd-e9d3-451d-82bd-668efc653852
Model Version:NULL
Model InvariantUuid:b8c6e592-7668-46c7-bf87-3d37c6fa256f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5f56f4a5-1e94-465c-ab99-c7a5028a7b04
Model UUID:97d45951-2023-4d58-acb3-0fc280fe369f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8ea7781a-14de-41b9-9579-54bd74e83768
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-10-24T06:22:36.133Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: dd08280e-6596-44dd-863b-eac0b696403f
2021-10-24T06:22:36.133Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||No resources found for Service: 7481f7dd-e9d3-451d-82bd-668efc653852
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-10-24T06:22:36.141Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||
2021-10-24T06:22:36.141Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:22:36.142Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-24T06:22:36.143Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||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-10-24T06:22:36.147Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71544ab1, org.onap.sdc.toscaparser.api.parameters.Input@c8db77d, org.onap.sdc.toscaparser.api.parameters.Input@3b641cf6, org.onap.sdc.toscaparser.api.parameters.Input@5c00594c, org.onap.sdc.toscaparser.api.parameters.Input@f5291bf]
2021-10-24T06:22:36.149Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.149Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.150Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7481f7dd-e9d3-451d-82bd-668efc653852: Generic NeutronNet
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.151Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||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-10-24T06:22:36.188Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.188Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.189Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:22:36.190Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:22:36.190Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||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-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-24T06:22:36.245Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:22:36.246Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:22:36.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:22:36.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056556245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:22:36.348Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:22:36.349Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:22:36.349Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:22:36.358Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:22:36.358Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:22:37.248Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:22:37.258Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:22:37.260Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:22:37.260Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:22:37.261Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:07.261Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:07.279Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:23:07.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:23:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:23:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:23:22.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:23:22.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056550188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056541617,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "cds",
  "timestamp": 1635056547945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056541688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056541463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "policy-id",
  "timestamp": 1635056542678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056550188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "cds",
  "timestamp": 1635056547945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056541617,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056541688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "policy-id",
  "timestamp": 1635056542678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056541463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056554262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "cds",
  "timestamp": 1635056554266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "policy-id",
  "timestamp": 1635056554361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056554454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "cds",
  "timestamp": 1635056555276,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.112Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.112Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "policy-id",
  "timestamp": 1635056555369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "aai-ml",
  "timestamp": 1635056555091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056555919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056556245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "policy-id",
  "timestamp": 1635056556374,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "aai-ml",
  "timestamp": 1635056555091,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056556923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.145Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "dcae-sch",
  "timestamp": 1635056556559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "dcae-sch",
  "timestamp": 1635056556559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "aai-ml",
  "timestamp": 1635056558365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "clamp",
  "timestamp": 1635056558468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "clamp",
  "timestamp": 1635056558468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "aai-ml",
  "timestamp": 1635056562962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "aai-ml",
  "timestamp": 1635056563966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.160Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.160Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "clamp",
  "timestamp": 1635056567282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "clamp",
  "timestamp": 1635056568300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-24T06:23:22.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "clamp",
  "timestamp": 1635056569303,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:22.173Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
2021-10-24T06:23:22.173Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:23:37.282Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:37.300Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:23:37.302Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:23:37.303Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.304Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.304Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.305Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.305Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.306Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:23:37.306Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:23:37.313Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:24:07.314Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:24:07.322Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and serviceModelVersionId: 7481f7dd-e9d3-451d-82bd-668efc653852
2021-10-24T06:24:07.322Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8c6e592-7668-46c7-bf87-3d37c6fa256f
2021-10-24T06:24:07.323Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0
2021-10-24T06:24:07.328Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:24:07.415Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|INFO|500||Invoke
2021-10-24T06:24:07.416Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5b9344b-401c-4f80-91ee-6224c8a8af99], X-ECOMP-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], X-TransactionId=[], X-ONAP-RequestID=[ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1], Content-Type=[application/merge-patch+json]}
2021-10-24T06:24:07.438Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:24:07.705Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?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/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:24:07:451-21977], vertex-id=[221304], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:24:07 GMT], Content-Type=[application/json]}
2021-10-24T06:24:07.706Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:24:07.706Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8c6e592-7668-46c7-bf87-3d37c6fa256f/model-vers/model-ver/7481f7dd-e9d3-451d-82bd-668efc653852?depth=0|INFO|500||InvokeReturn
2021-10-24T06:24:07.707Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:24:07.707Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||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-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:24:07.714Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:24:07.715Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:07.718Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:07.718Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056647714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:24:07.818Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:07.821Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:07.821Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:07.834Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:07.835Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:24:08.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:24:08.743Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:24:08.743Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:09.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:24:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1356bde-5072-4a97-ab7f-6579cedf6cd7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5c0f1c66-5d69-41ae-a807-cafa4f5e825a","serviceDescription":"service","serviceInvariantUUID":"4758a319-9fce-4c46-9d4f-0f966a5daee9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1c9a1dcc-c184-46f9-befc-21af582aa901","resourceInvariantUUID":"8a839af8-9486-4a74-ad32-406c27298973","resourceCustomizationUUID":"ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4","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":"YjQ3NjAyMzdkODhlOWY2NzVmYWQ3ZGFkZDgxNzhjMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa504eca-6630-42c4-95c1-ff8bc867834e","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":"NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c83f8f96-02de-4a25-8c45-e75e1712bea8","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":"00116e05-1046-4001-b754-87990267dad1","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":"8ccb827f-11c5-4e27-b063-a3e88012bd6e","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":"c06a05a5-9676-4eee-9195-f355d30f892b","artifactVersion":"2","generatedFromUUID":"00116e05-1046-4001-b754-87990267dad1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzUzZmQ2NDQ4MmRlYjMzNjJhZjY1OTM0ZTQ4Njg1YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11e184d1-8844-4895-b933-158fa26e17bf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:24:09.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:09.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:09.399Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:09.399Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:09.501Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-24T06:24:09.503Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:09.503Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:09.548Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:09.548Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:24:10.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:10.402Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:10.406Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:10.406Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:24:10.506Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:10.507Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:10.507Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:10.517Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:10.518Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:24:11.408Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:11.409Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:11.412Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:11.412Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:24:11.513Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:24:11.514Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:11.515Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:11.527Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:11.528Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:12.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:12.416Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:12.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:12.419Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:12.519Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:12.520Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:12.520Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:12.528Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:12.529Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:13.419Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:13.421Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:13.423Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:13.424Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:24:13.524Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:13.525Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:13.526Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:13.533Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:13.533Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:14.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:14.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:14.427Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:14.427Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:14.527Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:14.528Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:14.529Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:14.536Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:14.536Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:15.427Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:24:15.429Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:15.444Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:15.444Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:15.531Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-10-24T06:24:15.532Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:15.532Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:15.543Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:15.543Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:16.445Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5c0f1c66-5d69-41ae-a807-cafa4f5e825a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4758a319-9fce-4c46-9d4f-0f966a5daee9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1c9a1dcc-c184-46f9-befc-21af582aa901",
      "resourceInvariantUUID": "8a839af8-9486-4a74-ad32-406c27298973",
      "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": "NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c83f8f96-02de-4a25-8c45-e75e1712bea8",
          "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": "00116e05-1046-4001-b754-87990267dad1",
          "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": "c06a05a5-9676-4eee-9195-f355d30f892b",
            "generatedFromUUID": "00116e05-1046-4001-b754-87990267dad1"
          },
          "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": "c06a05a5-9676-4eee-9195-f355d30f892b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:24:16.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:24:16.446Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c0f1c66-5d69-41ae-a807-cafa4f5e825a ASDC
2021-10-24T06:24:16.447Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e1356bde-5072-4a97-ab7f-6579cedf6cd7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5c0f1c66-5d69-41ae-a807-cafa4f5e825a
ServiceInvariantUUID:4758a319-9fce-4c46-9d4f-0f966a5daee9
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:a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8
ArtifactChecksum:NTMxZTEyYjU2ZWNiYmUzMTAzMTFhY2ZjM2ZmNzMxN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
ResourceInvariantUUID:8a839af8-9486-4a74-ad32-406c27298973
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1c9a1dcc-c184-46f9-befc-21af582aa901
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:c83f8f96-02de-4a25-8c45-e75e1712bea8
ArtifactChecksum:NWNkM2Q1NDNiOGQxMTQ5NmZjNzcyNGVkNDhlZDZiNjY=
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:00116e05-1046-4001-b754-87990267dad1
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:c06a05a5-9676-4eee-9195-f355d30f892b
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:c06a05a5-9676-4eee-9195-f355d30f892b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:24:16.448Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c0f1c66-5d69-41ae-a807-cafa4f5e825a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:24:16.484Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:24:16.485Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:17.150Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8 70853
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:24:17.154Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:17.156Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:17.156Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056657154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:17.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:17.257Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:17.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:17.291Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:17.292Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:18.157Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:24:18.158Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:24:18.158Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a6afb56b-10cc-4d2e-b098-d37b4ee2a8b8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.159Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-24T06:24:18.162Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.162Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:18.333Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP93790354265907926/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.551Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-24T06:24:19.552Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:24:19.553Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.554Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:24:19.555Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.556Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-24T06:24:19.557Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da35e172-09cc-44be-8802-34fd51027dde
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.558Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.559Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.559Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:19.559Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:19.559Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5c0f1c66-5d69-41ae-a807-cafa4f5e825a
Model Version:NULL
Model InvariantUuid:4758a319-9fce-4c46-9d4f-0f966a5daee9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c7db9ae7-ad80-4c0f-9851-b99187c05fb4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8a839af8-9486-4a74-ad32-406c27298973
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:162f95de-b08e-4892-aba0-8960ebcc25f2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3ae446e4-bd2c-42cd-945a-6fc15ab353be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:da35e172-09cc-44be-8802-34fd51027dde
ModelInvariantUuid:c746f7e3-2dc5-416a-bd47-889d4427ef37
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bde81d36-f923-4e38-ac30-7ba2a902444e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a0a9d846-ddcf-4600-b806-a52e95843aef
ModelInvariantUuid:131dcda6-cd1f-4a60-8344-031f591be56a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:35e36f7c-f7ba-4e23-9ea8-1926261c0a6d
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-10-24T06:24:19.569Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1c9a1dcc-c184-46f9-befc-21af582aa901
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-10-24T06:24:19.573Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-10-24T06:24:19.573Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1c9a1dcc-c184-46f9-befc-21af582aa901
2021-10-24T06:24:19.573Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c83f8f96-02de-4a25-8c45-e75e1712bea8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-24T06:24:19.573Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:24:19.573Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-24T06:24:20.449Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:24:20.449Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c83f8f96-02de-4a25-8c45-e75e1712bea8 787
2021-10-24T06:24:20.449Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-24T06:24:20.449Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-24T06:24:20.449Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:24:20.450Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:20.451Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:20.452Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056660449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:20.552Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:20.553Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:20.553Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:20.583Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:20.583Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:21.452Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "162f95de-b08e-4892-aba0-8960ebcc25f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ae446e4-bd2c-42cd-945a-6fc15ab353be",
    "vfModuleModelCustomizationUUID": "768482d2-22f9-4c32-8950-464006156915",
    "isBase": true,
    "artifacts": [
      "00116e05-1046-4001-b754-87990267dad1",
      "c06a05a5-9676-4eee-9195-f355d30f892b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:24:21.458Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ae446e4-bd2c-42cd-945a-6fc15ab353be
VfModuleModelInvariantUUID:162f95de-b08e-4892-aba0-8960ebcc25f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
00116e05-1046-4001-b754-87990267dad1
,
c06a05a5-9676-4eee-9195-f355d30f892b

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

isBase:true


}

2021-10-24T06:24:21.460Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "162f95de-b08e-4892-aba0-8960ebcc25f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3ae446e4-bd2c-42cd-945a-6fc15ab353be",
    "vfModuleModelCustomizationUUID": "768482d2-22f9-4c32-8950-464006156915",
    "isBase": true,
    "artifacts": [
      "00116e05-1046-4001-b754-87990267dad1",
      "c06a05a5-9676-4eee-9195-f355d30f892b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:24:21.460Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ae446e4-bd2c-42cd-945a-6fc15ab353be
VfModuleModelInvariantUUID:162f95de-b08e-4892-aba0-8960ebcc25f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
00116e05-1046-4001-b754-87990267dad1
,
c06a05a5-9676-4eee-9195-f355d30f892b

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

isBase:true


}

2021-10-24T06:24:21.461Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 00116e05-1046-4001-b754-87990267dad1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-24T06:24:21.461Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:24:21.461Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-24T06:24:21.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:24:21.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:24:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:21.666Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:24:21.666Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 00116e05-1046-4001-b754-87990267dad1 5033
2021-10-24T06:24:21.667Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-24T06:24:21.667Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-24T06:24:21.667Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:24:21.667Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:21.669Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:21.669Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056661667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.769Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:21.770Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:21.770Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:21.788Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:21.788Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:21.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:21.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056647714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:24:21.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056645092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056641604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056637945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056642678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056648468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056648741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056655675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056655776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056655793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056655957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056656681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:24:21.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "cds",
  "timestamp": 1635056656784,
  "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-10-24T06:24:21.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:24:21.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:24:21.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056650191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056657154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "policy-id",
  "timestamp": 1635056657684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:24:21.848Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:24:21.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:24:21.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056658155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056660069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056660449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056661113,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:24:21.862Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:24:21.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:24:21.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:24:21.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:24:21.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-24T06:24:21.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056661296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:21.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:24:22.670Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c06a05a5-9676-4eee-9195-f355d30f892b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-24T06:24:22.671Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:24:22.671Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-24T06:24:22.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:24:22.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c06a05a5-9676-4eee-9195-f355d30f892b 903
2021-10-24T06:24:22.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-24T06:24:22.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-24T06:24:22.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:24:22.753Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:22.754Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:22.755Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056662752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:24:22.863Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-10-24T06:24:22.864Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:22.864Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:22.872Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:22.872Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:23.755Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5c0f1c66-5d69-41ae-a807-cafa4f5e825a
2021-10-24T06:24:23.756Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1c9a1dcc-c184-46f9-befc-21af582aa901 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-10-24T06:24:23.770Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7262e572, org.onap.sdc.toscaparser.api.parameters.Input@4abb49aa, org.onap.sdc.toscaparser.api.parameters.Input@4c0add9f, org.onap.sdc.toscaparser.api.parameters.Input@76ce804e, org.onap.sdc.toscaparser.api.parameters.Input@1362a290]
2021-10-24T06:24:23.772Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.773Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.773Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:24:23.773Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
2021-10-24T06:24:23.773Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4 matches Tosca VF Customization UUID: ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
2021-10-24T06:24:23.773Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4  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-10-24T06:24:23.776Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.776Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bb6b314
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 768482d2-22f9-4c32-8950-464006156915
2021-10-24T06:24:23.777Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 768482d2-22f9-4c32-8950-464006156915
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-10-24T06:24:23.780Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.781Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:23.781Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:23.781Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.781Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:23.781Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:23.782Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.782Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-24T06:24:23.782Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-24T06:24:23.782Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:24:23.782Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da35e172-09cc-44be-8802-34fd51027dde
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-10-24T06:24:23.784Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.785Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:23.785Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:24:23.785Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.785Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-24T06:24:23.785Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ba83e7cc-0faf-456a-ab67-d3f9b0b8aed4
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-10-24T06:24:23.787Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.787Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.787Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5c0f1c66-5d69-41ae-a807-cafa4f5e825a: basic_vm
2021-10-24T06:24:23.787Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.787Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.788Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:24:23.789Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:24:23.789Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||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-10-24T06:24:23.876Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1c9a1dcc-c184-46f9-befc-21af582aa901 1 ASDC deployResourceStructure
2021-10-24T06:24:23.876Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-24T06:24:23.876Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-24T06:24:23.877Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:24:23.877Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:23.879Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:23.879Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056663876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:24:23.979Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:23.980Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:23.980Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:23.994Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:23.995Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:24.885Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-24T06:24:24.887Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-24T06:24:24.887Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:24:24.888Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:24.893Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:24.893Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056664884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:24:24.993Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:24.995Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:24.995Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:25.020Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:25.020Z||pool-52-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:25.894Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-24T06:24:25.894Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-24T06:24:25.894Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:24:25.895Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:25.896Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:25.897Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056665893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:24:25.998Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:24:25.999Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:25.999Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:26.021Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:26.021Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:26.898Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-24T06:24:26.898Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-24T06:24:26.898Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:24:26.899Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:24:26.901Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:24:26.901Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056666898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:24:27.001Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:24:27.002Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:24:27.002Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:24:27.012Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:24:27.013Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:24:27.901Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:24:27.911Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:24:27.913Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:24:27.913Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:24:27.913Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:24:57.915Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:24:57.952Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:24:57.955Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:24:57.955Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:24:57.955Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:25:21.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:25:21.469Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:25:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:25:21.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:25:21.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:25:21.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056661667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:25:21.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:25:27.956Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:25:27.969Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:25:27.971Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:25:27.972Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:25:27.972Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:25:57.972Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:25:57.981Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:25:57.983Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:25:57.983Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:25:57.983Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:26:21.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:26:21.475Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:26:21.475Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:26:21.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:26:21.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:26:21.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056662116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:26:21.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:26:27.984Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:26:27.999Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:26:28.001Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:26:28.001Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:26:28.001Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:26:58.002Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:26:58.022Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:26:58.026Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:26:58.026Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:26:58.026Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:27:21.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:27:21.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:27:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:27:21.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:27:21.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056662752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "dcae-sch",
  "timestamp": 1635056656559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056663304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056663780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056663876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "clamp",
  "timestamp": 1635056664307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.547Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:27:21.547Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "aai-ml",
  "timestamp": 1635056664784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.564Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:27:21.564Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056664884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056665893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056666898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056661687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056669838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056672367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056673371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.588Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1356bde-5072-4a97-ab7f-6579cedf6cd7
2021-10-24T06:27:21.588Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1356bde-5072-4a97-ab7f-6579cedf6cd7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056667945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056663126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056662678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056670191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056680864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056680873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056680870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "cds",
  "timestamp": 1635056681880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.634Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.634Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056681875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056682055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "policy-id",
  "timestamp": 1635056682878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.649Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.649Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056683105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056675091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056684161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056684823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056685221,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.667Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.667Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:27:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "dcae-sch",
  "timestamp": 1635056676559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056686224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056678468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056682948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056683884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056692584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056692697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056693701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056694300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056694361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "policy-id",
  "timestamp": 1635056694705,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.717Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:27:21.718Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056687227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "cds",
  "timestamp": 1635056694955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:27:21.734Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "aai-ml",
  "timestamp": 1635056695365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.749Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.749Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056696308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056696911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "clamp",
  "timestamp": 1635056697312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635056690189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056698410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056699783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056700812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.801Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:27:21.801Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:27:21.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056701474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635056701819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056704163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "dcae-sch",
  "timestamp": 1635056696561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056705168,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44318621-5588-4df9-be79-d282f828a8c0
2021-10-24T06:27:21.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44318621-5588-4df9-be79-d282f828a8c0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:21.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056705091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056691687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056713964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056714469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056708468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056716852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:27:21.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:27:21.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635056717856,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:21.840Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:27:21.840Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:27:28.027Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:27:28.040Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.043Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:27:28.044Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:27:28.049Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:27:58.049Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:27:58.055Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1356bde-5072-4a97-ab7f-6579cedf6cd7 and serviceModelVersionId: 5c0f1c66-5d69-41ae-a807-cafa4f5e825a
2021-10-24T06:27:58.055Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4758a319-9fce-4c46-9d4f-0f966a5daee9
2021-10-24T06:27:58.056Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0
2021-10-24T06:27:58.064Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:27:58.118Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0|INFO|500||Invoke
2021-10-24T06:27:58.119Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1356bde-5072-4a97-ab7f-6579cedf6cd7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9aa88c4f-85a5-48d1-b033-c9255c291779], X-ECOMP-RequestID=[e1356bde-5072-4a97-ab7f-6579cedf6cd7], X-TransactionId=[], X-ONAP-RequestID=[e1356bde-5072-4a97-ab7f-6579cedf6cd7], Content-Type=[application/merge-patch+json]}
2021-10-24T06:27:58.144Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:27:58.968Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?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/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:27:58:158-76747], vertex-id=[413856], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:27:58 GMT], Content-Type=[application/json]}
2021-10-24T06:27:58.968Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:27:58.969Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4758a319-9fce-4c46-9d4f-0f966a5daee9/model-vers/model-ver/5c0f1c66-5d69-41ae-a807-cafa4f5e825a?depth=0|INFO|500||InvokeReturn
2021-10-24T06:27:58.969Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:27:58.969Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|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-10-24T06:27:58.975Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:27:58.975Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1356bde-5072-4a97-ab7f-6579cedf6cd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:27:58.976Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:27:58.976Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:27:58.979Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:27:58.979Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056878976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:27:59.079Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:27:59.080Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:27:59.080Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:27:59.099Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:27:59.099Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:27:59.992Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:27:59.992Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:27:59.992Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:04.695Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:04.696Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:28:04.696Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"44318621-5588-4df9-be79-d282f828a8c0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d71f9d08-0068-42d9-b14c-9c372f8fe973","serviceDescription":"service","serviceInvariantUUID":"af6da821-614f-4596-acb1-695d550e5b5c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae5eccac-ea5a-4045-be8f-3b7b85c15fbf","resourceInvariantUUID":"4fecef34-c503-4aba-a59c-7c74fc0349a3","resourceCustomizationUUID":"aa26bb69-0d59-471a-8aed-04423cdc13fc","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":"OTUxY2E2ZGQ0NTQxNTZhYzllZDIxNDM5YjEwMWI1OWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e230dbf-f794-429e-87ad-3eb25f14d92d","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":"f76d38fa-ba32-46c7-8d19-754b23877bc8","artifactVersion":"2","generatedFromUUID":"efb6d0bf-8427-42fc-bb1d-bca1833f583a"},{"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":"efb6d0bf-8427-42fc-bb1d-bca1833f583a","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":"MDEwZDA1NGYzMDJlNjhlYTUyZTA3MzljMzM0NWUwZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4c81bdb-3472-49d3-a3c2-9037c80db631","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":"1645cb79-7321-46a0-8b7c-ac1de8cf0599","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":"862eb7f9-1972-460d-a504-0fe484f8dccf","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":"d135ccca-a330-46c4-bcb6-4b4f926153bd","artifactVersion":"2","generatedFromUUID":"1645cb79-7321-46a0-8b7c-ac1de8cf0599"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTVlNjQzODk2MzFlODE5MTVjY2FlMDc4ZTZjNWZmYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0e450fb-2395-4c96-9336-2fb7f5ff2ca9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjUzNmQzODAwMGY0MTg0M2JiMDRhODMyMzY0YTU1MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fdf7378-6ccf-45fe-9420-1c4c5f2174c6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:28:04.698Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:04.698Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:04.700Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:04.700Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:28:04.800Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:04.801Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:04.801Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:04.809Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:04.809Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:05.700Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:05.701Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:05.703Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:05.703Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-24T06:28:05.804Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:05.805Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:05.805Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:05.814Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:05.815Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:06.704Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:06.705Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:06.707Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:06.707Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-24T06:28:06.807Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:06.807Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:06.807Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:06.815Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:06.815Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:07.707Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:07.708Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:07.710Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:07.710Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:28:07.814Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-24T06:28:07.815Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:07.815Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:07.830Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:07.831Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:08.715Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:08.719Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:08.721Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:08.721Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:28:08.821Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:08.822Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:08.822Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:08.857Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:08.857Z||pool-60-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:09.729Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:09.729Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:09.733Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:09.733Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:28:09.833Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:09.834Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:09.834Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:09.843Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:09.843Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:10.733Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:10.736Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:10.739Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:10.739Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-24T06:28:10.839Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:28:10.840Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:10.841Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:10.850Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:10.851Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:11.740Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:11.741Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:11.744Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:11.744Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:28:11.844Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:11.845Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:11.845Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:11.854Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:11.854Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:12.745Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:28:12.746Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:12.749Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:12.749Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:28:12.849Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:12.851Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:12.851Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:12.860Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:12.860Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:13.751Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d71f9d08-0068-42d9-b14c-9c372f8fe973",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af6da821-614f-4596-acb1-695d550e5b5c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "aa26bb69-0d59-471a-8aed-04423cdc13fc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae5eccac-ea5a-4045-be8f-3b7b85c15fbf",
      "resourceInvariantUUID": "4fecef34-c503-4aba-a59c-7c74fc0349a3",
      "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": "f76d38fa-ba32-46c7-8d19-754b23877bc8",
          "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": "efb6d0bf-8427-42fc-bb1d-bca1833f583a",
          "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": "MDEwZDA1NGYzMDJlNjhlYTUyZTA3MzljMzM0NWUwZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4c81bdb-3472-49d3-a3c2-9037c80db631",
          "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": "1645cb79-7321-46a0-8b7c-ac1de8cf0599",
          "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": "d135ccca-a330-46c4-bcb6-4b4f926153bd",
            "generatedFromUUID": "1645cb79-7321-46a0-8b7c-ac1de8cf0599"
          },
          "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": "d135ccca-a330-46c4-bcb6-4b4f926153bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjUzNmQzODAwMGY0MTg0M2JiMDRhODMyMzY0YTU1MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4fdf7378-6ccf-45fe-9420-1c4c5f2174c6"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:28:13.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:28:13.752Z|e1356bde-5072-4a97-ab7f-6579cedf6cd7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d71f9d08-0068-42d9-b14c-9c372f8fe973 ASDC
2021-10-24T06:28:13.753Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:44318621-5588-4df9-be79-d282f828a8c0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d71f9d08-0068-42d9-b14c-9c372f8fe973
ServiceInvariantUUID:af6da821-614f-4596-acb1-695d550e5b5c
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:4fdf7378-6ccf-45fe-9420-1c4c5f2174c6
ArtifactChecksum:MjUzNmQzODAwMGY0MTg0M2JiMDRhODMyMzY0YTU1MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:aa26bb69-0d59-471a-8aed-04423cdc13fc
ResourceInvariantUUID:4fecef34-c503-4aba-a59c-7c74fc0349a3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ae5eccac-ea5a-4045-be8f-3b7b85c15fbf
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:f76d38fa-ba32-46c7-8d19-754b23877bc8
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:efb6d0bf-8427-42fc-bb1d-bca1833f583a
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:c4c81bdb-3472-49d3-a3c2-9037c80db631
ArtifactChecksum:MDEwZDA1NGYzMDJlNjhlYTUyZTA3MzljMzM0NWUwZTk=
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:1645cb79-7321-46a0-8b7c-ac1de8cf0599
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:d135ccca-a330-46c4-bcb6-4b4f926153bd
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:d135ccca-a330-46c4-bcb6-4b4f926153bd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:28:13.754Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d71f9d08-0068-42d9-b14c-9c372f8fe973 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:28:13.800Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:28:13.801Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:28:13.801Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:28:13.801Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4fdf7378-6ccf-45fe-9420-1c4c5f2174c6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-24T06:28:13.801Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:13.802Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-24T06:28:14.261Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:14.267Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4fdf7378-6ccf-45fe-9420-1c4c5f2174c6 68755
2021-10-24T06:28:14.268Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-24T06:28:14.269Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-24T06:28:14.269Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:14.269Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:14.275Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:14.275Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056894268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:14.375Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:14.376Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:14.376Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:14.419Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:14.420Z||pool-65-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:15.281Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:28:15.289Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:28:15.289Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4fdf7378-6ccf-45fe-9420-1c4c5f2174c6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:15.290Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-24T06:28:15.290Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:15.290Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:15.464Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4645285376067673669/Definitions/service-BasicCnf-template.yml
2021-10-24T06:28:16.708Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:28:16.708Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-24T06:28:16.711Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:16.712Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-24T06:28:16.713Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7604ed80-7a9d-4282-9664-708a515791c8
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:16.715Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:16.715Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d71f9d08-0068-42d9-b14c-9c372f8fe973
Model Version:NULL
Model InvariantUuid:af6da821-614f-4596-acb1-695d550e5b5c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1173c16c-0f19-4413-beab-99f77633545c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4fecef34-c503-4aba-a59c-7c74fc0349a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa26bb69-0d59-471a-8aed-04423cdc13fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d953234-5e66-4cfa-9310-6c82d036b71b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f4e5bc3e-f28a-4677-8a98-bdf4bb03e8ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7604ed80-7a9d-4282-9664-708a515791c8
ModelInvariantUuid:455e9030-cb1a-4d4d-b9e7-b2a5acee0a97
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:19fa5e55-72b9-42bd-a8b6-0b47dd74902f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:485f076f-2455-4f73-8a37-d2d553b64e49
ModelInvariantUuid:f5a1fcca-4fe2-4f48-8ff3-95f1aeebfd2a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3b1eeb56-2935-490b-8faf-e8160ab9fdb8
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-10-24T06:28:16.721Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ae5eccac-ea5a-4045-be8f-3b7b85c15fbf
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-10-24T06:28:16.725Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-10-24T06:28:16.726Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae5eccac-ea5a-4045-be8f-3b7b85c15fbf
2021-10-24T06:28:16.726Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f76d38fa-ba32-46c7-8d19-754b23877bc8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-24T06:28:16.726Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:16.726Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-24T06:28:17.803Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:17.803Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f76d38fa-ba32-46c7-8d19-754b23877bc8 12
2021-10-24T06:28:17.804Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-24T06:28:17.804Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-24T06:28:17.804Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:17.804Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:17.806Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:17.806Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056897804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:17.906Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:17.907Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:17.907Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:17.916Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:17.916Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:18.811Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: efb6d0bf-8427-42fc-bb1d-bca1833f583a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-24T06:28:18.811Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:18.812Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-24T06:28:19.702Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:19.702Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz efb6d0bf-8427-42fc-bb1d-bca1833f583a 2688
2021-10-24T06:28:19.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-24T06:28:19.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-24T06:28:19.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:19.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:19.705Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:19.705Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056899702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:19.805Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:19.807Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:19.807Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:19.832Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:19.832Z||pool-67-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:20.714Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c4c81bdb-3472-49d3-a3c2-9037c80db631 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-24T06:28:20.715Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:20.715Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-24T06:28:20.954Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:20.955Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c4c81bdb-3472-49d3-a3c2-9037c80db631 828
2021-10-24T06:28:20.955Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-24T06:28:20.955Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-24T06:28:20.955Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:20.955Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:20.957Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:20.957Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056900955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:21.058Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:21.059Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:21.059Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:21.067Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:21.068Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:28:21.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:28:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:21.489Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:21.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:28:21.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056722341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:21.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:28:21.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:28:21.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "aai-ml",
  "timestamp": 1635056723345,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:28:21.499Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:28:21.499Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:28:21.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:28:21.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056727305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:21.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:28:21.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:28:21.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056730309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:21.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:28:21.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-24T06:28:21.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "clamp",
  "timestamp": 1635056731312,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:28:21.512Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88f41fec-7546-440e-88de-5f46c3ea2c9f
2021-10-24T06:28:21.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88f41fec-7546-440e-88de-5f46c3ea2c9f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:28:21.958Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d953234-5e66-4cfa-9310-6c82d036b71b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e5bc3e-f28a-4677-8a98-bdf4bb03e8ce",
    "vfModuleModelCustomizationUUID": "2eb2dc39-ba95-403e-bc16-368b584a5dea",
    "isBase": true,
    "artifacts": [
      "1645cb79-7321-46a0-8b7c-ac1de8cf0599",
      "efb6d0bf-8427-42fc-bb1d-bca1833f583a",
      "d135ccca-a330-46c4-bcb6-4b4f926153bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:28:21.962Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e5bc3e-f28a-4677-8a98-bdf4bb03e8ce
VfModuleModelInvariantUUID:1d953234-5e66-4cfa-9310-6c82d036b71b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1645cb79-7321-46a0-8b7c-ac1de8cf0599
,
efb6d0bf-8427-42fc-bb1d-bca1833f583a
,
d135ccca-a330-46c4-bcb6-4b4f926153bd

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

isBase:true


}

2021-10-24T06:28:21.963Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1d953234-5e66-4cfa-9310-6c82d036b71b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e5bc3e-f28a-4677-8a98-bdf4bb03e8ce",
    "vfModuleModelCustomizationUUID": "2eb2dc39-ba95-403e-bc16-368b584a5dea",
    "isBase": true,
    "artifacts": [
      "1645cb79-7321-46a0-8b7c-ac1de8cf0599",
      "efb6d0bf-8427-42fc-bb1d-bca1833f583a",
      "d135ccca-a330-46c4-bcb6-4b4f926153bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:28:21.964Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e5bc3e-f28a-4677-8a98-bdf4bb03e8ce
VfModuleModelInvariantUUID:1d953234-5e66-4cfa-9310-6c82d036b71b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1645cb79-7321-46a0-8b7c-ac1de8cf0599
,
efb6d0bf-8427-42fc-bb1d-bca1833f583a
,
d135ccca-a330-46c4-bcb6-4b4f926153bd

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

isBase:true


}

2021-10-24T06:28:21.964Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1645cb79-7321-46a0-8b7c-ac1de8cf0599 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-24T06:28:21.964Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:21.964Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-24T06:28:22.007Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:22.007Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1645cb79-7321-46a0-8b7c-ac1de8cf0599 1164
2021-10-24T06:28:22.007Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-24T06:28:22.007Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-24T06:28:22.007Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:22.008Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:22.009Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:22.009Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056902007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:22.111Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-24T06:28:22.112Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:22.112Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:22.121Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:22.122Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:23.010Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d135ccca-a330-46c4-bcb6-4b4f926153bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-24T06:28:23.010Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:28:23.010Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-24T06:28:23.061Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:28:23.061Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d135ccca-a330-46c4-bcb6-4b4f926153bd 200
2021-10-24T06:28:23.062Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-24T06:28:23.062Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-24T06:28:23.062Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:28:23.062Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:23.064Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:23.064Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056903062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:28:23.164Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:23.165Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:23.165Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:23.185Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:23.185Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:24.069Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d71f9d08-0068-42d9-b14c-9c372f8fe973
2021-10-24T06:28:24.070Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ae5eccac-ea5a-4045-be8f-3b7b85c15fbf ASDC
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=?
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=?
2021-10-24T06:28:24.087Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-10-24T06:28:24.090Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c36a4fc, org.onap.sdc.toscaparser.api.parameters.Input@56cd23cb, org.onap.sdc.toscaparser.api.parameters.Input@cadb091, org.onap.sdc.toscaparser.api.parameters.Input@5ec530f5, org.onap.sdc.toscaparser.api.parameters.Input@373d6e95]
2021-10-24T06:28:24.091Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.092Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.092Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:28:24.092Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= aa26bb69-0d59-471a-8aed-04423cdc13fc
2021-10-24T06:28:24.092Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa26bb69-0d59-471a-8aed-04423cdc13fc matches Tosca VF Customization UUID: aa26bb69-0d59-471a-8aed-04423cdc13fc
2021-10-24T06:28:24.092Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: aa26bb69-0d59-471a-8aed-04423cdc13fc  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-10-24T06:28:24.094Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.094Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id aa26bb69-0d59-471a-8aed-04423cdc13fc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e2c073f
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2eb2dc39-ba95-403e-bc16-368b584a5dea
2021-10-24T06:28:24.095Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2eb2dc39-ba95-403e-bc16-368b584a5dea
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-10-24T06:28:24.097Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.097Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.098Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-24T06:28:24.099Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-24T06:28:24.099Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7604ed80-7a9d-4282-9664-708a515791c8
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-10-24T06:28:24.101Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.101Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:24.101Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:28:24.101Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.101Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-24T06:28:24.102Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=aa26bb69-0d59-471a-8aed-04423cdc13fc
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-10-24T06:28:24.103Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.103Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.103Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d71f9d08-0068-42d9-b14c-9c372f8fe973: basic_cnf
2021-10-24T06:28:24.103Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.103Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.104Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.105Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:28:24.105Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:28:24.105Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||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-10-24T06:28:24.167Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ae5eccac-ea5a-4045-be8f-3b7b85c15fbf 1 ASDC deployResourceStructure
2021-10-24T06:28:24.168Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-24T06:28:24.168Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-24T06:28:24.168Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-24T06:28:24.169Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:24.170Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:24.170Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056904168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-24T06:28:24.271Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:28:24.271Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:24.272Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:24.296Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:24.297Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:25.176Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-24T06:28:25.176Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-24T06:28:25.176Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-24T06:28:25.176Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:25.178Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:25.178Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056905171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-24T06:28:25.278Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:25.279Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:25.279Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:25.287Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:25.287Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:26.184Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-24T06:28:26.184Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-24T06:28:26.184Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:28:26.184Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:26.186Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:26.186Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056906184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:26.286Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:26.287Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:26.287Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:26.295Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:26.295Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:27.198Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-24T06:28:27.198Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-24T06:28:27.199Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:28:27.199Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:27.201Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:27.201Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056907189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:27.301Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:28:27.302Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:27.302Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:27.308Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:27.309Z||pool-74-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:28.206Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-24T06:28:28.206Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-24T06:28:28.206Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:28:28.207Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:28.208Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:28.209Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056908206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:28.309Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:28:28.309Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:28.310Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:28.323Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:28.323Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:28:29.210Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-24T06:28:29.210Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-24T06:28:29.210Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:28:29.210Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:28:29.231Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:28:29.231Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056909210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:28:29.312Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2021-10-24T06:28:29.313Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:28:29.313Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:28:29.324Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:28:29.324Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:28:30.237Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44318621-5588-4df9-be79-d282f828a8c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:28:30.247Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44318621-5588-4df9-be79-d282f828a8c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:28:30.249Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:28:30.249Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:28:30.249Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:28:30.249Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:28:30.250Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:28:30.254Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:29:00.255Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44318621-5588-4df9-be79-d282f828a8c0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:29:00.259Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44318621-5588-4df9-be79-d282f828a8c0 and serviceModelVersionId: d71f9d08-0068-42d9-b14c-9c372f8fe973
2021-10-24T06:29:00.260Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af6da821-614f-4596-acb1-695d550e5b5c
2021-10-24T06:29:00.260Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0
2021-10-24T06:29:00.264Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:29:00.320Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0|INFO|500||Invoke
2021-10-24T06:29:00.321Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44318621-5588-4df9-be79-d282f828a8c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[602d1cc9-bedb-44db-9958-a81bec5ca995], X-ECOMP-RequestID=[44318621-5588-4df9-be79-d282f828a8c0], X-TransactionId=[], X-ONAP-RequestID=[44318621-5588-4df9-be79-d282f828a8c0], Content-Type=[application/merge-patch+json]}
2021-10-24T06:29:00.339Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:29:00.653Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?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/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211024-06:29:00:355-40536], vertex-id=[212992], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:29:00 GMT], Content-Type=[application/json]}
2021-10-24T06:29:00.654Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:29:00.655Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af6da821-614f-4596-acb1-695d550e5b5c/model-vers/model-ver/d71f9d08-0068-42d9-b14c-9c372f8fe973?depth=0|INFO|500||InvokeReturn
2021-10-24T06:29:00.655Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:29:00.656Z|44318621-5588-4df9-be79-d282f828a8c0|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-10-24T06:29:00.660Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:29:00.660Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44318621-5588-4df9-be79-d282f828a8c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:29:00.661Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:29:00.662Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:00.663Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:00.664Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056940661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:29:00.764Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:00.764Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:00.764Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:00.775Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:00.776Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:29:01.677Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:29:01.677Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"88f41fec-7546-440e-88de-5f46c3ea2c9f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12c66e8b-b96a-4fe7-bf21-3b405b48ee7f","serviceDescription":"service","serviceInvariantUUID":"be1b98e2-5dc9-4eed-8c7e-18227fdca4cd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"639d602d-6606-40cc-8a9d-5229b98e7486","resourceInvariantUUID":"9435b3d9-8a26-4ec5-b241-da4980568447","resourceCustomizationUUID":"fa030664-2a0c-4379-868c-cef960f67557","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":"ZGVjMjk5YWU5Y2MzNjdhOWUxZTdhMDgwNGZmYWYzNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b874c200-436d-45e9-a34f-37bfa50d750c","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":"MWI1NzRiNmQwMTFiNjM0ZmVjMmI4NTZiZjNmYzdhYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31333dc7-315c-4beb-8988-f74b00e91b0a","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":"ac8e90f8-b41d-4604-a5c4-0c11eec031f8","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":"5cc7f02d-3581-45b7-999f-ebb648919361","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":"ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe","artifactVersion":"2","generatedFromUUID":"ac8e90f8-b41d-4604-a5c4-0c11eec031f8"},{"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":"Yzk2OTI5OWM5YTExY2RkZjJlYjc2OTYzZWQ5ZGY4MjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b66ce029-3fcc-4003-9372-b8f44e85522a","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":"MjgwYmE2NGM5ZTJlZmJkMTlhYjJmNGI2NDY5YjE2N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"191f2054-754f-4db0-85c3-1bacddec45a2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjJiMTJlMWI2MWMzYTdjOGY1YWFkNjFhZmNkNjE2OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cb0bd1b-fa1b-4164-a7a8-cdde703c565c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:29:01.678Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:01.678Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:01.680Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:01.680Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:01.780Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:01.781Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:01.781Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:01.791Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:01.792Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:02.681Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:02.681Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:02.683Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:02.684Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:29:02.784Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:29:02.784Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:02.785Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:02.814Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:02.814Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:03.691Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:03.691Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:03.694Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:03.694Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:29:03.793Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:29:03.794Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:03.794Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:03.803Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:03.803Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:04.695Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:04.695Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:04.697Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:04.697Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:04.797Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:29:04.798Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:04.799Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:04.809Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:04.809Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:05.698Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:05.698Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:05.700Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:05.700Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:29:05.800Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:05.801Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:05.801Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:05.818Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:05.821Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:06.701Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:06.701Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:06.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:06.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:06.803Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:06.805Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:06.805Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:06.813Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:06.814Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:07.703Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:07.704Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:07.706Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:07.706Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:07.806Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:07.807Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:07.807Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:07.822Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:07.823Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:08.706Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:29:08.707Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:08.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:08.709Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:29:08.809Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:08.810Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:08.810Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:08.820Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:08.820Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:09.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "12c66e8b-b96a-4fe7-bf21-3b405b48ee7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be1b98e2-5dc9-4eed-8c7e-18227fdca4cd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "fa030664-2a0c-4379-868c-cef960f67557",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "639d602d-6606-40cc-8a9d-5229b98e7486",
      "resourceInvariantUUID": "9435b3d9-8a26-4ec5-b241-da4980568447",
      "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": "MWI1NzRiNmQwMTFiNjM0ZmVjMmI4NTZiZjNmYzdhYTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "31333dc7-315c-4beb-8988-f74b00e91b0a",
          "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": "ac8e90f8-b41d-4604-a5c4-0c11eec031f8",
          "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": "ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe",
            "generatedFromUUID": "ac8e90f8-b41d-4604-a5c4-0c11eec031f8"
          },
          "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": "ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZjJiMTJlMWI2MWMzYTdjOGY1YWFkNjFhZmNkNjE2OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1cb0bd1b-fa1b-4164-a7a8-cdde703c565c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:29:09.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:29:09.710Z|44318621-5588-4df9-be79-d282f828a8c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12c66e8b-b96a-4fe7-bf21-3b405b48ee7f ASDC
2021-10-24T06:29:09.711Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:88f41fec-7546-440e-88de-5f46c3ea2c9f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:12c66e8b-b96a-4fe7-bf21-3b405b48ee7f
ServiceInvariantUUID:be1b98e2-5dc9-4eed-8c7e-18227fdca4cd
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:1cb0bd1b-fa1b-4164-a7a8-cdde703c565c
ArtifactChecksum:ZjJiMTJlMWI2MWMzYTdjOGY1YWFkNjFhZmNkNjE2OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:fa030664-2a0c-4379-868c-cef960f67557
ResourceInvariantUUID:9435b3d9-8a26-4ec5-b241-da4980568447
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:639d602d-6606-40cc-8a9d-5229b98e7486
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:31333dc7-315c-4beb-8988-f74b00e91b0a
ArtifactChecksum:MWI1NzRiNmQwMTFiNjM0ZmVjMmI4NTZiZjNmYzdhYTY=
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:ac8e90f8-b41d-4604-a5c4-0c11eec031f8
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:ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe
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:ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:29:09.711Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12c66e8b-b96a-4fe7-bf21-3b405b48ee7f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:29:09.742Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:29:09.743Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:29:09.743Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:29:09.743Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1cb0bd1b-fa1b-4164-a7a8-cdde703c565c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-24T06:29:09.743Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:29:09.743Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-24T06:29:10.870Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:29:10.874Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1cb0bd1b-fa1b-4164-a7a8-cdde703c565c 78600
2021-10-24T06:29:10.874Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-24T06:29:10.874Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-24T06:29:10.874Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:29:10.874Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:10.876Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:10.876Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056950874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:10.976Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:29:10.977Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:10.978Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:10.987Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:10.988Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:11.877Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:29:11.878Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:29:11.879Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1cb0bd1b-fa1b-4164-a7a8-cdde703c565c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:11.880Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-24T06:29:11.880Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:11.880Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:11.992Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17418432599382810219/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:29:13.067Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.068Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:29:13.069Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.070Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:29:13.071Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.072Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bde95a86-35e3-4add-999e-82ab586d0c5e
2021-10-24T06:29:13.073Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:13.074Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:12c66e8b-b96a-4fe7-bf21-3b405b48ee7f
Model Version:NULL
Model InvariantUuid:be1b98e2-5dc9-4eed-8c7e-18227fdca4cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f9d44d93-7f9b-4536-81b8-6c81629508f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9435b3d9-8a26-4ec5-b241-da4980568447
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa030664-2a0c-4379-868c-cef960f67557
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea4d9180-2d66-4ddc-8fb0-8a0f3b2d2e19
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1885b871-5b95-41bd-bc70-1ad34159b9fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bde95a86-35e3-4add-999e-82ab586d0c5e
ModelInvariantUuid:67d62f0f-f037-4cd8-bff0-cd66e3fd7699
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:836236d2-f4b8-4ab4-a9a0-29c4e831ed30
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8a308b16-2c70-472e-a135-1715aafead08
ModelInvariantUuid:b6971bb3-b7c4-42e1-97e5-308e3fc09930
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7c09928b-18ee-4ab1-b4b4-6c6d423a5714
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-10-24T06:29:13.080Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 639d602d-6606-40cc-8a9d-5229b98e7486
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-10-24T06:29:13.084Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-10-24T06:29:13.084Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 639d602d-6606-40cc-8a9d-5229b98e7486
2021-10-24T06:29:13.084Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31333dc7-315c-4beb-8988-f74b00e91b0a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-24T06:29:13.084Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:29:13.085Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-24T06:29:13.354Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:29:13.354Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 31333dc7-315c-4beb-8988-f74b00e91b0a 792
2021-10-24T06:29:13.354Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-24T06:29:13.354Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-24T06:29:13.354Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:29:13.355Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:13.356Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:13.356Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056953354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:13.457Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:13.457Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:13.458Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:13.466Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:13.476Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:14.360Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea4d9180-2d66-4ddc-8fb0-8a0f3b2d2e19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1885b871-5b95-41bd-bc70-1ad34159b9fa",
    "vfModuleModelCustomizationUUID": "3fd08b2c-56c0-41eb-87c3-fa481444d86a",
    "isBase": true,
    "artifacts": [
      "ac8e90f8-b41d-4604-a5c4-0c11eec031f8",
      "ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:29:14.363Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1885b871-5b95-41bd-bc70-1ad34159b9fa
VfModuleModelInvariantUUID:ea4d9180-2d66-4ddc-8fb0-8a0f3b2d2e19
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac8e90f8-b41d-4604-a5c4-0c11eec031f8
,
ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe

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

isBase:true


}

2021-10-24T06:29:14.364Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ea4d9180-2d66-4ddc-8fb0-8a0f3b2d2e19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1885b871-5b95-41bd-bc70-1ad34159b9fa",
    "vfModuleModelCustomizationUUID": "3fd08b2c-56c0-41eb-87c3-fa481444d86a",
    "isBase": true,
    "artifacts": [
      "ac8e90f8-b41d-4604-a5c4-0c11eec031f8",
      "ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:29:14.364Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1885b871-5b95-41bd-bc70-1ad34159b9fa
VfModuleModelInvariantUUID:ea4d9180-2d66-4ddc-8fb0-8a0f3b2d2e19
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac8e90f8-b41d-4604-a5c4-0c11eec031f8
,
ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe

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

isBase:true


}

2021-10-24T06:29:14.364Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac8e90f8-b41d-4604-a5c4-0c11eec031f8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-24T06:29:14.365Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:29:14.365Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-24T06:29:14.662Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:29:14.663Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ac8e90f8-b41d-4604-a5c4-0c11eec031f8 5033
2021-10-24T06:29:14.663Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-24T06:29:14.663Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-24T06:29:14.663Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:29:14.664Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:14.665Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:14.665Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056954663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:14.765Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:14.767Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:14.767Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:14.775Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:14.775Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:15.666Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-24T06:29:15.666Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:29:15.666Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-24T06:29:16.162Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:29:16.162Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ba0df0ce-9f4d-42eb-bbc6-dbd6f798f1fe 903
2021-10-24T06:29:16.163Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-24T06:29:16.163Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-24T06:29:16.163Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:29:16.163Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:16.164Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:16.165Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056956163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:16.265Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:16.266Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:16.266Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:16.284Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:16.284Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:17.165Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 12c66e8b-b96a-4fe7-bf21-3b405b48ee7f
2021-10-24T06:29:17.166Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 639d602d-6606-40cc-8a9d-5229b98e7486 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-10-24T06:29:17.177Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15383602, org.onap.sdc.toscaparser.api.parameters.Input@4ca47079, org.onap.sdc.toscaparser.api.parameters.Input@4268463f, org.onap.sdc.toscaparser.api.parameters.Input@50621fd2, org.onap.sdc.toscaparser.api.parameters.Input@4bebbfa]
2021-10-24T06:29:17.178Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.179Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.179Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:29:17.179Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fa030664-2a0c-4379-868c-cef960f67557
2021-10-24T06:29:17.179Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa030664-2a0c-4379-868c-cef960f67557 matches Tosca VF Customization UUID: fa030664-2a0c-4379-868c-cef960f67557
2021-10-24T06:29:17.179Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fa030664-2a0c-4379-868c-cef960f67557  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-10-24T06:29:17.181Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.182Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.182Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fa030664-2a0c-4379-868c-cef960f67557: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-24T06:29:17.182Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b73c06b
2021-10-24T06:29:17.183Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.183Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:29:17.183Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fd08b2c-56c0-41eb-87c3-fa481444d86a
2021-10-24T06:29:17.183Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fd08b2c-56c0-41eb-87c3-fa481444d86a
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-10-24T06:29:17.186Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.186Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:17.186Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:17.187Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.187Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:17.187Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:17.187Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.187Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-24T06:29:17.188Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-24T06:29:17.188Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-24T06:29:17.188Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bde95a86-35e3-4add-999e-82ab586d0c5e
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-10-24T06:29:17.190Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.190Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:17.190Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:29:17.191Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.191Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-24T06:29:17.191Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fa030664-2a0c-4379-868c-cef960f67557
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-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 12c66e8b-b96a-4fe7-bf21-3b405b48ee7f: basic_vm_macro
2021-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.193Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.194Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.194Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.194Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.194Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.194Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.195Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:29:17.195Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:29:17.195Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||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-10-24T06:29:17.274Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 639d602d-6606-40cc-8a9d-5229b98e7486 1 ASDC deployResourceStructure
2021-10-24T06:29:17.274Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-24T06:29:17.275Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-24T06:29:17.275Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:29:17.275Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:17.277Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:17.277Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056957274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:29:17.377Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:17.378Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:17.378Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:17.404Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:17.404Z||pool-90-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:18.279Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-24T06:29:18.279Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-24T06:29:18.280Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:29:18.280Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:18.282Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:18.282Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056958279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:29:18.382Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:18.383Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:18.383Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:18.400Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:18.400Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:19.282Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-24T06:29:19.283Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-24T06:29:19.283Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:29:19.283Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:19.285Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:19.285Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056959282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:29:19.385Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:19.386Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:19.386Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:19.409Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:19.409Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:29:20.286Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-24T06:29:20.287Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-24T06:29:20.287Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:29:20.287Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:20.290Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:20.290Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056960286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:29:20.390Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:29:20.391Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:20.391Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:20.400Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:20.401Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:29:21.291Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88f41fec-7546-440e-88de-5f46c3ea2c9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:29:21.307Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88f41fec-7546-440e-88de-5f46c3ea2c9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.311Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.312Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.312Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.312Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.312Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:29:21.312Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:29:21.318Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:29:21.465Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:29:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:29:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:21.493Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:21.493Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.493Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1356bde-5072-4a97-ab7f-6579cedf6cd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056878976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.494Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.495Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056894268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056897804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:21.496Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056899702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056900955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:29:21.497Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:29:51.318Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88f41fec-7546-440e-88de-5f46c3ea2c9f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:29:51.329Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88f41fec-7546-440e-88de-5f46c3ea2c9f and serviceModelVersionId: 12c66e8b-b96a-4fe7-bf21-3b405b48ee7f
2021-10-24T06:29:51.330Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be1b98e2-5dc9-4eed-8c7e-18227fdca4cd
2021-10-24T06:29:51.332Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0
2021-10-24T06:29:51.340Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:29:51.401Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0|INFO|500||Invoke
2021-10-24T06:29:51.402Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88f41fec-7546-440e-88de-5f46c3ea2c9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93ba368c-e30e-4900-899d-886d6396496d], X-ECOMP-RequestID=[88f41fec-7546-440e-88de-5f46c3ea2c9f], X-TransactionId=[], X-ONAP-RequestID=[88f41fec-7546-440e-88de-5f46c3ea2c9f], Content-Type=[application/merge-patch+json]}
2021-10-24T06:29:51.422Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:29:51.985Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?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/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:29:51:434-76015], vertex-id=[245832], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:29:51 GMT], Content-Type=[application/json]}
2021-10-24T06:29:51.986Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:29:51.986Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be1b98e2-5dc9-4eed-8c7e-18227fdca4cd/model-vers/model-ver/12c66e8b-b96a-4fe7-bf21-3b405b48ee7f?depth=0|INFO|500||InvokeReturn
2021-10-24T06:29:51.986Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:29:51.987Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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-10-24T06:29:51.994Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:29:51.995Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88f41fec-7546-440e-88de-5f46c3ea2c9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:29:51.995Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:29:51.996Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:29:52.000Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:29:52.000Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056991995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:29:52.100Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:29:52.101Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:29:52.101Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:29:52.116Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:29:52.117Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:29:53.015Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:29:53.016Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:29:53.016Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:02.563Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:02.565Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:02.565Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:02.565Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:12.126Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:12.127Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:12.127Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:12.127Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:21.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:21.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056902007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056903062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056904168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-24T06:30:21.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056905171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056906184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056907189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056908206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056909210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44318621-5588-4df9-be79-d282f828a8c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056940661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:30:21.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:30:21.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-24T06:30:21.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056879992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056950874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056953354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056954663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056956163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056957274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056958279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056959282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056960286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:30:21.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:30:21.666Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:21.667Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:21.667Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:21.667Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:31.206Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:31.207Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:31.208Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:31.208Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:40.755Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:30:40.756Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:30:40.757Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:30:40.757Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:30:50.336Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:31:21.462Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:31:21.463Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:31:21.463Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:31:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:31:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:31:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:31:22.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:31:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-24T06:31:22.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88f41fec-7546-440e-88de-5f46c3ea2c9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635056991995,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:31:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:31:31.065Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:32:21.463Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:32:21.464Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:32:21.465Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:32:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:32:21.465Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:32:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:32:31.034Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:32:31.034Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:21.463Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:33:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:33:21.466Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:33:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:33:21.466Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:21.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:21.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057185091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057188469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057182678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057181603,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057190188,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057199774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057199871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:33:21.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057199866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057192945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057200871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:33:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057201059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:21.677Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:33:21.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:33:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:21.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:33:22.104Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:22.104Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:33:22.104Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2139da1e-68d0-4abf-8d84-5e4cd46b70a9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"35698065-5aa4-4c63-ab84-d519623d8023","serviceDescription":"service","serviceInvariantUUID":"19e61d55-82f6-488f-aee6-9cc8f10780b1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ec1b7c0-5e00-440d-9171-35c8d4b9314d","resourceInvariantUUID":"6b829f98-ba05-468e-8f10-d17d965e2cd5","resourceCustomizationUUID":"5b303641-b022-4833-9495-921e799cf4ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f704b73b-46a9-4003-bb61-52421f483ac6","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzlhNzdiMGViM2M0ODgzYjY1YTcyOTdhYzhmYWM3OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16904744-9f1a-40d8-abf5-01e69bfa581c","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OWQ4NmIxMzUwODQxYzg3MzY1Yjk1YmYyY2IwNWFmZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaf3012a-06fa-4dd1-8de5-065ce6ace81d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a3b39b7-b8bd-4111-91fb-71b72e89641a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d7f026c-6294-4df5-9c63-0ae562832913","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2463dacd-9ee2-4137-8920-1e28679cc9b9","artifactVersion":"2","generatedFromUUID":"7a3b39b7-b8bd-4111-91fb-71b72e89641a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZWI5NGYyYjVjZTA3YTRhMjFlYzA2OWZmMWQ3ZGM5ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75e3bea7-2f54-4c87-b4fc-bc5929743ce9","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTJmNzRkZGVhOWUzMDIzMjRjOTc3NzE2ODRmYjYzZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5484a49a-e386-4bb3-bfb2-34dadd717e25","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:33:22.107Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:22.107Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:22.110Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:22.110Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:22.210Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:22.211Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:22.211Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:22.219Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:22.220Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:23.111Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:23.111Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:23.113Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:23.113Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:23.215Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:33:23.215Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:23.216Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:23.225Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:23.226Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:24.114Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:24.119Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:24.121Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:24.121Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:33:24.222Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:24.223Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:24.223Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:24.231Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:24.231Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:25.122Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:25.123Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:25.124Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:25.125Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:33:25.225Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:25.226Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:25.226Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:25.234Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:25.234Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:26.125Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:26.130Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:26.132Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:26.132Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:26.232Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:26.233Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:26.233Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:26.243Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:26.244Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:27.132Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:27.133Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:27.139Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:27.139Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:33:27.239Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:27.241Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:27.241Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:27.263Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:27.263Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:28.145Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:28.145Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:28.148Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:28.149Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:33:28.249Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:28.249Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:28.249Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:28.257Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:28.258Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:33:29.150Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:33:29.150Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:29.157Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:29.157Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:33:29.258Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:33:29.258Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:29.258Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:29.272Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:29.273Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:30.158Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "35698065-5aa4-4c63-ab84-d519623d8023",
  "serviceDescription": "service",
  "serviceInvariantUUID": "19e61d55-82f6-488f-aee6-9cc8f10780b1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "5b303641-b022-4833-9495-921e799cf4ef",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ec1b7c0-5e00-440d-9171-35c8d4b9314d",
      "resourceInvariantUUID": "6b829f98-ba05-468e-8f10-d17d965e2cd5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "OWQ4NmIxMzUwODQxYzg3MzY1Yjk1YmYyY2IwNWFmZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eaf3012a-06fa-4dd1-8de5-065ce6ace81d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a3b39b7-b8bd-4111-91fb-71b72e89641a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2463dacd-9ee2-4137-8920-1e28679cc9b9",
            "generatedFromUUID": "7a3b39b7-b8bd-4111-91fb-71b72e89641a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2463dacd-9ee2-4137-8920-1e28679cc9b9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MTJmNzRkZGVhOWUzMDIzMjRjOTc3NzE2ODRmYjYzZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5484a49a-e386-4bb3-bfb2-34dadd717e25"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:33:30.165Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:33:30.165Z|88f41fec-7546-440e-88de-5f46c3ea2c9f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35698065-5aa4-4c63-ab84-d519623d8023 ASDC
2021-10-24T06:33:30.167Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2139da1e-68d0-4abf-8d84-5e4cd46b70a9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:35698065-5aa4-4c63-ab84-d519623d8023
ServiceInvariantUUID:19e61d55-82f6-488f-aee6-9cc8f10780b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:5484a49a-e386-4bb3-bfb2-34dadd717e25
ArtifactChecksum:MTJmNzRkZGVhOWUzMDIzMjRjOTc3NzE2ODRmYjYzZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:5b303641-b022-4833-9495-921e799cf4ef
ResourceInvariantUUID:6b829f98-ba05-468e-8f10-d17d965e2cd5
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:4ec1b7c0-5e00-440d-9171-35c8d4b9314d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:eaf3012a-06fa-4dd1-8de5-065ce6ace81d
ArtifactChecksum:OWQ4NmIxMzUwODQxYzg3MzY1Yjk1YmYyY2IwNWFmZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7a3b39b7-b8bd-4111-91fb-71b72e89641a
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2463dacd-9ee2-4137-8920-1e28679cc9b9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2463dacd-9ee2-4137-8920-1e28679cc9b9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-24T06:33:30.171Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35698065-5aa4-4c63-ab84-d519623d8023 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:33:30.216Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:33:30.217Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:33:30.217Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:33:30.217Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5484a49a-e386-4bb3-bfb2-34dadd717e25 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T06:33:30.217Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:33:30.218Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T06:33:30.565Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:33:30.568Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 5484a49a-e386-4bb3-bfb2-34dadd717e25 73467
2021-10-24T06:33:30.569Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-24T06:33:30.569Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T06:33:30.569Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:33:30.569Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:30.571Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:30.571Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057210569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:30.671Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:30.672Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:30.672Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:30.693Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:30.694Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:31.572Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:33:31.573Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:33:31.573Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5484a49a-e386-4bb3-bfb2-34dadd717e25, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:31.573Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-24T06:33:31.574Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:31.574Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:31.763Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP89659441534958545/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.838Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.839Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.840Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-24T06:33:32.841Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.842Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:32.843Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=988f1b88-e4fb-4a89-829a-ab2292c7938c
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.844Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:32.845Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:35698065-5aa4-4c63-ab84-d519623d8023
Model Version:NULL
Model InvariantUuid:19e61d55-82f6-488f-aee6-9cc8f10780b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:834b0980-5aa0-422a-aab6-7653bca2037c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b829f98-ba05-468e-8f10-d17d965e2cd5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5b303641-b022-4833-9495-921e799cf4ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e8ec580e-5fd1-4b2f-93d3-fba2ea6db0ad
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:56f19717-6444-4cc5-a690-679c53a9dc5a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:988f1b88-e4fb-4a89-829a-ab2292c7938c
ModelInvariantUuid:81b28760-e395-49c8-8968-26565c423dfa
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8f2d2782-f5ef-4cd2-b970-260deee5d536
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8dc67f6e-62ed-4c7f-b7f5-81a34c0652ce
ModelInvariantUuid:3762ff0d-7156-465f-988a-1dfc798ad42c
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:208485dc-26e0-4173-a8ec-edf89b04d0d4
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-10-24T06:33:32.854Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ec1b7c0-5e00-440d-9171-35c8d4b9314d
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-10-24T06:33:32.857Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-10-24T06:33:32.857Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ec1b7c0-5e00-440d-9171-35c8d4b9314d
2021-10-24T06:33:32.857Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eaf3012a-06fa-4dd1-8de5-065ce6ace81d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T06:33:32.858Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:33:32.858Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T06:33:32.980Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:33:32.981Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json eaf3012a-06fa-4dd1-8de5-065ce6ace81d 790
2021-10-24T06:33:32.981Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-24T06:33:32.981Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T06:33:32.982Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:33:32.982Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:32.983Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:32.984Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057212981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:33.084Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:33.085Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:33.085Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:33.099Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:33.100Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:33.984Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8ec580e-5fd1-4b2f-93d3-fba2ea6db0ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56f19717-6444-4cc5-a690-679c53a9dc5a",
    "vfModuleModelCustomizationUUID": "ee649d50-4c1e-4dca-bc30-ec2c5ed2a34d",
    "isBase": true,
    "artifacts": [
      "7a3b39b7-b8bd-4111-91fb-71b72e89641a",
      "2463dacd-9ee2-4137-8920-1e28679cc9b9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:33:33.988Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f19717-6444-4cc5-a690-679c53a9dc5a
VfModuleModelInvariantUUID:e8ec580e-5fd1-4b2f-93d3-fba2ea6db0ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a3b39b7-b8bd-4111-91fb-71b72e89641a
,
2463dacd-9ee2-4137-8920-1e28679cc9b9

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

isBase:true


}

2021-10-24T06:33:33.990Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8ec580e-5fd1-4b2f-93d3-fba2ea6db0ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56f19717-6444-4cc5-a690-679c53a9dc5a",
    "vfModuleModelCustomizationUUID": "ee649d50-4c1e-4dca-bc30-ec2c5ed2a34d",
    "isBase": true,
    "artifacts": [
      "7a3b39b7-b8bd-4111-91fb-71b72e89641a",
      "2463dacd-9ee2-4137-8920-1e28679cc9b9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-24T06:33:33.990Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f19717-6444-4cc5-a690-679c53a9dc5a
VfModuleModelInvariantUUID:e8ec580e-5fd1-4b2f-93d3-fba2ea6db0ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a3b39b7-b8bd-4111-91fb-71b72e89641a
,
2463dacd-9ee2-4137-8920-1e28679cc9b9

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

isBase:true


}

2021-10-24T06:33:33.991Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a3b39b7-b8bd-4111-91fb-71b72e89641a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T06:33:33.991Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:33:33.991Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T06:33:34.165Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:33:34.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7a3b39b7-b8bd-4111-91fb-71b72e89641a 5033
2021-10-24T06:33:34.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:33:34.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T06:33:34.167Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:33:34.167Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:34.168Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:34.168Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057214166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:34.268Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:33:34.269Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:34.269Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:34.279Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:34.280Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:35.169Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2463dacd-9ee2-4137-8920-1e28679cc9b9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T06:33:35.169Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:33:35.170Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T06:33:35.901Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:33:35.902Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2463dacd-9ee2-4137-8920-1e28679cc9b9 909
2021-10-24T06:33:35.903Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:33:35.903Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T06:33:35.903Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:33:35.903Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:35.906Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:35.906Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057215903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:33:36.006Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:36.007Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:36.007Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:36.016Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:36.016Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:36.906Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 35698065-5aa4-4c63-ab84-d519623d8023
2021-10-24T06:33:36.907Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4ec1b7c0-5e00-440d-9171-35c8d4b9314d 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-10-24T06:33:36.922Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47466589, org.onap.sdc.toscaparser.api.parameters.Input@7f0dd466, org.onap.sdc.toscaparser.api.parameters.Input@4b53b796, org.onap.sdc.toscaparser.api.parameters.Input@26ee6434, org.onap.sdc.toscaparser.api.parameters.Input@52f0274d]
2021-10-24T06:33:36.924Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.924Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.925Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-24T06:33:36.925Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5b303641-b022-4833-9495-921e799cf4ef
2021-10-24T06:33:36.925Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b303641-b022-4833-9495-921e799cf4ef matches Tosca VF Customization UUID: 5b303641-b022-4833-9495-921e799cf4ef
2021-10-24T06:33:36.926Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5b303641-b022-4833-9495-921e799cf4ef  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-10-24T06:33:36.928Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.928Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.929Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5b303641-b022-4833-9495-921e799cf4ef: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-24T06:33:36.929Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40ec9e37
2021-10-24T06:33:36.929Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.929Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-24T06:33:36.930Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee649d50-4c1e-4dca-bc30-ec2c5ed2a34d
2021-10-24T06:33:36.930Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee649d50-4c1e-4dca-bc30-ec2c5ed2a34d
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-10-24T06:33:36.932Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.933Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:36.933Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:36.933Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.934Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:36.934Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:36.934Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.935Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-24T06:33:36.935Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-24T06:33:36.935Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-24T06:33:36.935Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=988f1b88-e4fb-4a89-829a-ab2292c7938c
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-10-24T06:33:36.938Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.938Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:36.938Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-24T06:33:36.938Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.939Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-24T06:33:36.939Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5b303641-b022-4833-9495-921e799cf4ef
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-10-24T06:33:36.941Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.941Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.941Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 35698065-5aa4-4c63-ab84-d519623d8023: basicclamp
2021-10-24T06:33:36.942Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.942Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.942Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.942Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.943Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.943Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.943Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.944Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.944Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:33:36.944Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:33:36.944Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 
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-10-24T06:33:37.025Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4ec1b7c0-5e00-440d-9171-35c8d4b9314d 1 ASDC deployResourceStructure
2021-10-24T06:33:37.026Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-24T06:33:37.026Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-24T06:33:37.026Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:33:37.027Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:37.029Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:37.029Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057217025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:33:37.129Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:37.130Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:37.130Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:37.138Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:37.139Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:38.030Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-24T06:33:38.031Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-24T06:33:38.031Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:33:38.031Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:38.033Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:38.033Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057218030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:33:38.133Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:38.134Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:38.134Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:38.142Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:38.143Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:39.034Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-24T06:33:39.034Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-24T06:33:39.034Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:33:39.035Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:39.037Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:39.037Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057219034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:33:39.137Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:33:39.138Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:39.138Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:39.193Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:39.193Z||pool-109-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:40.038Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-24T06:33:40.038Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-24T06:33:40.039Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:33:40.039Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:33:40.041Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:33:40.041Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057220038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:33:40.141Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:33:40.142Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:33:40.142Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:33:40.150Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:33:40.151Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:33:41.042Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:33:41.052Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:33:41.054Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:33:41.054Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:33:41.054Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:34:11.056Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:34:11.075Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:34:11.077Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:34:11.077Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:34:11.077Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:34:21.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:34:21.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:34:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:34:21.491Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:34:21.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:34:21.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057201532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:34:21.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:34:41.077Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:34:41.087Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:34:41.088Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:34:41.088Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:34:41.089Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:35:11.089Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:35:11.101Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:35:11.103Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:35:11.103Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:35:11.103Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:35:21.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:35:21.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:35:21.474Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:35:21.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:35:21.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:35:21.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057201899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:35:21.502Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:35:41.103Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:35:41.116Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:35:41.120Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:35:41.120Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:35:41.120Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:36:11.120Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:36:11.144Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:36:11.146Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:36:11.146Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:36:11.146Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:36:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:36:21.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:36:21.469Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:36:22.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:36:22.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "policy-id",
  "timestamp": 1635057201874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.016Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057202268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057202536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "cds",
  "timestamp": 1635057202906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.037Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.037Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057203298,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.054Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.055Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-24T06:36:22.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-24T06:36:22.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057196559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057204306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057205732,
  "artifactURL": "/sdc/v1/catalog/services/35698065-5aa4-4c63-ab84-d519623d8023/resourceInstances/basicclamp0/artifacts/f704b73b-46a9-4003-bb61-52421f483ac6",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057206517,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057207047,
  "artifactURL": "/sdc/v1/catalog/services/35698065-5aa4-4c63-ab84-d519623d8023/resourceInstances/basicclamp0/artifacts/f704b73b-46a9-4003-bb61-52421f483ac6",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-24T06:36:22.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "aai-ml",
  "timestamp": 1635057207521,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.075Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1635057208053,
  "artifactURL": "/sdc/v1/catalog/services/35698065-5aa4-4c63-ab84-d519623d8023/resourceInstances/basicclamp0/artifacts/f704b73b-46a9-4003-bb61-52421f483ac6",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.089Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.089Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057201463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057201687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057210569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057210724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057212981,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057213325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057214166,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057214329,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057215463,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057215903,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057216465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057217025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "clamp",
  "timestamp": 1635057217470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:22.121Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
2021-10-24T06:36:22.122Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:36:22.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057218030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057219034,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:22.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-24T06:36:22.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057220038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:36:22.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:36:41.146Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:36:41.162Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:36:41.165Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.166Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:36:41.167Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:36:41.172Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:37:11.172Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:37:11.182Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and serviceModelVersionId: 35698065-5aa4-4c63-ab84-d519623d8023
2021-10-24T06:37:11.182Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19e61d55-82f6-488f-aee6-9cc8f10780b1
2021-10-24T06:37:11.184Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0
2021-10-24T06:37:11.193Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:37:11.261Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0|INFO|500||Invoke
2021-10-24T06:37:11.262Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2139da1e-68d0-4abf-8d84-5e4cd46b70a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34de8c53-2e17-4ec0-b852-f73022f91541], X-ECOMP-RequestID=[2139da1e-68d0-4abf-8d84-5e4cd46b70a9], X-TransactionId=[], X-ONAP-RequestID=[2139da1e-68d0-4abf-8d84-5e4cd46b70a9], Content-Type=[application/merge-patch+json]}
2021-10-24T06:37:11.288Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:37:11.566Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?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/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211024-06:37:11:302-11681], vertex-id=[487584], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:37:11 GMT], Content-Type=[application/json]}
2021-10-24T06:37:11.566Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:37:11.566Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19e61d55-82f6-488f-aee6-9cc8f10780b1/model-vers/model-ver/35698065-5aa4-4c63-ab84-d519623d8023?depth=0|INFO|500||InvokeReturn
2021-10-24T06:37:11.567Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:37:11.571Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|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-10-24T06:37:11.576Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:37:11.576Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2139da1e-68d0-4abf-8d84-5e4cd46b70a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:37:11.577Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:37:11.577Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:11.579Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:11.579Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057431577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:37:11.680Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-24T06:37:11.680Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:11.681Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:11.692Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:11.693Z||pool-111-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-10-24T06:37:12.592Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:37:12.593Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:37:12.594Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:17.336Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:17.336Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:37:17.336Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d8bc857-6d94-4536-b6de-74999fb4f8ff","serviceName":"Demo_pNF_9O00oQAnUyrul7mzihhA","serviceVersion":"1.0","serviceUUID":"7a84d59d-b27a-4e9c-81b0-8a52d3111d49","serviceDescription":"catalog service description","serviceInvariantUUID":"14dd70fd-95bb-428e-9f65-71bf3d3d26ad","resources":[{"resourceInstanceName":"pNF 517f961b-b641 0","resourceName":"pNF 517f961b-b641","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2056d640-cc67-4936-9c13-41ce6d96d8d8","resourceInvariantUUID":"bb5cc742-614a-47bf-aa89-0de09cca65ea","resourceCustomizationUUID":"7a6ff9df-b7ca-4fb9-aeff-2fbbd0a0d36f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml","artifactChecksum":"NGExZjZiMGRiNzUxNTU0NGNkMzQwMDQ3YjFhYTE5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47769104-ed9c-4f3e-b6d1-b24324d2f236","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar","artifactChecksum":"NjljZTBhMWFmMDUxZDgxM2Q3MjJhZDcwYjA0N2RjYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97be9aa2-c423-4ac5-b1bf-3449e4833040","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a5d016e-8b4b-427b-a5e6-c98309986df1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml","artifactChecksum":"NzhiYzgwYzMwZWRmYjlmMmZmNmZlZDYzNTRmZjFhOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce67989a-df12-4d6f-83c6-e2eeea7da5f8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"808b77ad-2d78-4c28-9abe-fc0313bb4d02","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc5fe8cf-e686-4a0f-8408-99c2e272288a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9o00oqanuyrul7mzihha-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml","artifactChecksum":"NzUwY2M1MzYwMTZhMzk0OGM0OGQ0YzExYTkyYWExYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abe99eb8-f422-4691-a9a3-fca5817fba0d","artifactVersion":"1"},{"artifactName":"service-DemoPnf9o00oqanuyrul7mzihha-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar","artifactChecksum":"ZDYxNDBkZWFiNmZkOWVlYTE1MjMzODdkZGIzMWZjMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39b57446-6d13-49a8-b9ff-aa15a653f5d0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:37:17.339Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:17.339Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:17.341Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:17.341Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:17.441Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:17.444Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:17.444Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:17.502Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:17.503Z||pool-112-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:18.342Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:18.342Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:18.345Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:18.345Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:18.448Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-24T06:37:18.449Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:18.450Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:18.476Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:18.479Z||pool-113-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:19.346Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:19.347Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:19.349Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:19.349Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:19.449Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:19.450Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:19.450Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:19.470Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:19.471Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:20.350Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:20.350Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:20.355Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:20.355Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:20.456Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:37:20.457Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:20.457Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:20.489Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:20.489Z||pool-115-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:21.356Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:21.358Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:21.361Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:21.361Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.461Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:21.462Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:21.462Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:37:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:37:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:21.508Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:21.508Z||pool-116-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:21.888Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:21.889Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.889Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.890Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.890Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.891Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.892Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.893Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.894Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.895Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.896Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2139da1e-68d0-4abf-8d84-5e4cd46b70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057431577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.897Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.898Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.899Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057425091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057422678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.900Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057417945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057421604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.901Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057435571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057435613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057435673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:37:21.902Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057428468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.903Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057436617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:37:21.904Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.904Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.904Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "cds",
  "timestamp": 1635057436682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:37:21.919Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:37:21.919Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:37:21.928Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.929Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.929Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.929Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.929Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.929Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.930Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.930Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.930Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.930Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.930Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "policy-id",
  "timestamp": 1635057437620,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:37:21.934Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:37:21.934Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:37:21.941Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.941Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057430188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.941Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.941Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.942Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057439794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:37:21.943Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.944Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057440981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:37:21.945Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:21.946Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:37:22.362Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:22.363Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:22.365Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:22.365Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:22.466Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:37:22.467Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:22.467Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:22.501Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:22.501Z||pool-117-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:23.366Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:23.368Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:23.371Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:23.372Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:37:23.472Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:23.474Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:23.475Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:23.483Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:23.483Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:24.373Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:37:24.375Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:24.377Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:24.377Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:37:24.477Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:24.478Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:24.478Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:24.487Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:24.487Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:25.379Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "serviceName": "Demo_pNF_9O00oQAnUyrul7mzihhA",
  "serviceVersion": "1.0",
  "serviceUUID": "7a84d59d-b27a-4e9c-81b0-8a52d3111d49",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "14dd70fd-95bb-428e-9f65-71bf3d3d26ad",
  "resources": [
    {
      "resourceInstanceName": "pNF 517f961b-b641 0",
      "resourceCustomizationUUID": "7a6ff9df-b7ca-4fb9-aeff-2fbbd0a0d36f",
      "resourceName": "pNF 517f961b-b641",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2056d640-cc67-4936-9c13-41ce6d96d8d8",
      "resourceInvariantUUID": "bb5cc742-614a-47bf-aa89-0de09cca65ea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
      "artifactChecksum": "ZDYxNDBkZWFiNmZkOWVlYTE1MjMzODdkZGIzMWZjMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39b57446-6d13-49a8-b9ff-aa15a653f5d0"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:37:25.380Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:37:25.380Z|2139da1e-68d0-4abf-8d84-5e4cd46b70a9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a84d59d-b27a-4e9c-81b0-8a52d3111d49 ASDC
2021-10-24T06:37:25.381Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7d8bc857-6d94-4536-b6de-74999fb4f8ff
ServiceName:Demo_pNF_9O00oQAnUyrul7mzihhA
ServiceVersion:1.0
ServiceUUID:7a84d59d-b27a-4e9c-81b0-8a52d3111d49
ServiceInvariantUUID:14dd70fd-95bb-428e-9f65-71bf3d3d26ad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
ArtifactUUID:39b57446-6d13-49a8-b9ff-aa15a653f5d0
ArtifactChecksum:ZDYxNDBkZWFiNmZkOWVlYTE1MjMzODdkZGIzMWZjMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 517f961b-b641 0
ResourceCustomizationUUID:7a6ff9df-b7ca-4fb9-aeff-2fbbd0a0d36f
ResourceInvariantUUID:bb5cc742-614a-47bf-aa89-0de09cca65ea
ResourceName:pNF 517f961b-b641
ResourceType:PNF
ResourceUUID:2056d640-cc67-4936-9c13-41ce6d96d8d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-24T06:37:25.381Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a84d59d-b27a-4e9c-81b0-8a52d3111d49 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:37:25.420Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:37:25.421Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:37:25.421Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:37:25.422Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39b57446-6d13-49a8-b9ff-aa15a653f5d0 from URL: /sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:25.422Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:37:25.422Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:25.483Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:37:25.487Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar 39b57446-6d13-49a8-b9ff-aa15a653f5d0 82530
2021-10-24T06:37:25.487Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar ASDC sendASDCNotification
2021-10-24T06:37:25.487Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:25.487Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:37:25.487Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:25.490Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:25.490Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057445487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:37:25.591Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:25.593Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:25.593Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:25.602Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:25.602Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:26.490Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:37:26.492Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:37:26.492Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 39b57446-6d13-49a8-b9ff-aa15a653f5d0, URL: /sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar to file: /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:26.492Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:26.493Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:26.493Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:26.686Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17857065090924395876/Definitions/service-DemoPnf9o00oqanuyrul7mzihha-template.yml
2021-10-24T06:37:27.412Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.413Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 517f961b-b641 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-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.414Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Node template pNF 517f961b-b641 0 is matching search criteria
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 517f961b-b641 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Node template pNF 517f961b-b641 0 is matching search criteria
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 517f961b-b641 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:37:27.415Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.416Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.417Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9O00oQAnUyrul7mzihhA
Description:catalog service description
Model UUID:7a84d59d-b27a-4e9c-81b0-8a52d3111d49
Model Version:NULL
Model InvariantUuid:14dd70fd-95bb-428e-9f65-71bf3d3d26ad
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-10-24T06:37:27.423Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2056d640-cc67-4936-9c13-41ce6d96d8d8
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-10-24T06:37:27.427Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||pNF 517f961b-b641 0
2021-10-24T06:37:27.427Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2056d640-cc67-4936-9c13-41ce6d96d8d8
2021-10-24T06:37:27.427Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7a84d59d-b27a-4e9c-81b0-8a52d3111d49
2021-10-24T06:37:27.427Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7a84d59d-b27a-4e9c-81b0-8a52d3111d49
2021-10-24T06:37:27.427Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 517f961b-b641 0 2056d640-cc67-4936-9c13-41ce6d96d8d8 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-10-24T06:37:27.432Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39ad3739, org.onap.sdc.toscaparser.api.parameters.Input@243fd489, org.onap.sdc.toscaparser.api.parameters.Input@226acb35, org.onap.sdc.toscaparser.api.parameters.Input@62119ab4, org.onap.sdc.toscaparser.api.parameters.Input@32d57d30]
2021-10-24T06:37:27.432Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.432Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.433Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7a84d59d-b27a-4e9c-81b0-8a52d3111d49: pNF 517f961b-b641
2021-10-24T06:37:27.433Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2056d640-cc67-4936-9c13-41ce6d96d8d8
2021-10-24T06:37:27.433Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:37:27.434Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_9O00oQAnUyrul7mzihhA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:37:27.434Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||Resource customization UUID: 7a6ff9df-b7ca-4fb9-aeff-2fbbd0a0d36f is the same as notified resource customizationUUID: 7a6ff9df-b7ca-4fb9-aeff-2fbbd0a0d36f
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-10-24T06:37:27.480Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 517f961b-b641 2056d640-cc67-4936-9c13-41ce6d96d8d8 0 ASDC deployResourceStructure
2021-10-24T06:37:27.480Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar ASDC sendASDCNotification
2021-10-24T06:37:27.480Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar
2021-10-24T06:37:27.480Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:37:27.480Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:37:27.483Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:37:27.483Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057447480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:37:27.583Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:37:27.583Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:37:27.584Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:37:27.592Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:37:27.592Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:37:28.484Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:37:28.493Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:37:28.495Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:37:28.495Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:37:28.495Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:37:58.495Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:37:58.504Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:37:58.505Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:37:58.506Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:37:58.506Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:38:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:38:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:38:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:38:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:38:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:38:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057441771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:38:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:38:28.507Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:38:28.527Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:38:28.529Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:38:28.529Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:38:28.529Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:38:58.530Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:38:58.540Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:38:58.543Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:38:58.543Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:38:58.543Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:39:21.469Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:39:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:39:21.475Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:39:21.497Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:39:21.498Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:39:21.498Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057441987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:39:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:39:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:39:28.545Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:39:28.562Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:39:28.564Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:39:28.564Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:39:28.564Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:39:58.565Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:39:58.574Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:39:58.576Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:39:58.576Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:39:58.576Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:40:21.472Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:40:21.477Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:40:21.477Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:40:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:40:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.525Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.539Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.539Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.540Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.540Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.540Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.540Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.540Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.541Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.541Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "aai-ml",
  "timestamp": 1635057442775,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:40:21.552Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:40:21.552Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:40:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "dcae-sch",
  "timestamp": 1635057436560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057432592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057445487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057446432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/resourceInstances/pnf517f961bb6410/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057447445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057447480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.572Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.572Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.572Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "clamp",
  "timestamp": 1635057448450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:40:21.577Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:40:21.577Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:40:21.585Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.585Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057441697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:40:21.585Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.585Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057450715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057452965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9o00oqanuyrul7mzihha/1.0/artifacts/service-DemoPnf9o00oqanuyrul7mzihha-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:40:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057453980,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:40:21.593Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d8bc857-6d94-4536-b6de-74999fb4f8ff
2021-10-24T06:40:21.593Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d8bc857-6d94-4536-b6de-74999fb4f8ff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:40:21.600Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.600Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.601Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:21.601Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:40:21.601Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:40:21.601Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:40:28.576Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:40:28.588Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:40:28.590Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:40:28.590Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:40:28.590Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:40:28.590Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:40:28.591Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:40:28.595Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:40:58.596Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:40:58.604Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d8bc857-6d94-4536-b6de-74999fb4f8ff and serviceModelVersionId: 7a84d59d-b27a-4e9c-81b0-8a52d3111d49
2021-10-24T06:40:58.605Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14dd70fd-95bb-428e-9f65-71bf3d3d26ad
2021-10-24T06:40:58.606Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0
2021-10-24T06:40:58.612Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:40:58.670Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-24T06:40:58.673Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0|INFO|500||Invoke
2021-10-24T06:40:58.696Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:40:59.656Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0|INFO|500||InvokeReturn
2021-10-24T06:40:59.656Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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/14dd70fd-95bb-428e-9f65-71bf3d3d26ad/model-vers/model-ver/7a84d59d-b27a-4e9c-81b0-8a52d3111d49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:40:58:708-12522], vertex-id=[291056], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:40:58 GMT], Content-Type=[application/json]}
2021-10-24T06:40:59.657Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:40:59.657Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:40:59.657Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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-10-24T06:40:59.663Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:40:59.664Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d8bc857-6d94-4536-b6de-74999fb4f8ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:40:59.664Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:40:59.665Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:40:59.669Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:40:59.669Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057659664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:40:59.769Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:40:59.769Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:40:59.769Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:40:59.781Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:40:59.782Z||pool-122-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-10-24T06:41:00.684Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:41:00.685Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:41:00.685Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:05.119Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:05.123Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-24T06:41:05.123Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dcd5efc-80bf-4e16-854c-d876645d61a1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"68696a63-c5b6-4738-9ebb-ebd9b7e4460f","serviceDescription":"service","serviceInvariantUUID":"ca2f24d1-c580-4cfc-9c40-d0841fb8be13","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8797e869-a16b-42ce-9a11-bc2a2019d0ca","resourceInvariantUUID":"77ec4314-7eca-4e2a-9817-bd784ae55174","resourceCustomizationUUID":"6ab221cd-04a7-4cad-a830-2e9021ea54d6","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":"NjViYzcwNmRlY2Q3ZTMxOWMzMzg1Yzg2NTU0NDdiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7d6887a-1cdb-453c-80fa-56b753946e7f","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":"590975d5-ace5-4bdd-975a-9da99b3b623c","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":"9677e826-67be-4e55-97e8-a4a9484621bc","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":"ZDVjNzI3NDk0MzhiOTE5ODhjZDcwMGM5ZjIyZDZkYTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ca2d664-fa9b-4816-a681-e8c32d328e04","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":"330ed634-833e-46cd-bb1c-0d647670109a","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":"3b426467-087e-40ed-b825-bf43bc8a43be","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":"92a4de05-5558-4a78-8c0b-f1f92b7b013d","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":"YTBkZTk0YWEyNjUxZWQ5ZDYzYmQ3NWFlY2YyZTIxMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e89f41d6-d6da-457a-a547-2874a1747c90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmZkZjg3Nzg0ZmNlNzZmZWFkYmE1M2U3MzhlNDU0NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-24T06:41:05.125Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:05.126Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:05.128Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:05.128Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:05.228Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:05.229Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:05.229Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:05.238Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:05.238Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:06.128Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:06.129Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:06.132Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:06.132Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:06.232Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:06.232Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:06.233Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:06.240Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:06.240Z||pool-124-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:41:07.132Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:07.134Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:07.136Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:07.136Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:07.236Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:07.237Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:07.237Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:07.247Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:07.248Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:08.136Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:08.137Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:08.139Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:08.139Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:08.239Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:08.240Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:08.240Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:08.249Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:08.249Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:09.140Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:09.142Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:09.145Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:09.145Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:09.247Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:41:09.248Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:09.248Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:09.256Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:09.256Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:10.146Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:10.147Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:10.150Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:10.150Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:10.251Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-24T06:41:10.252Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:10.252Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:10.260Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:10.261Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-24T06:41:11.152Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:11.155Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:11.168Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:11.168Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:11.266Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-24T06:41:11.267Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:11.268Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:11.294Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:11.295Z||pool-129-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:12.168Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:12.169Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:12.172Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:12.172Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:12.272Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:12.273Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:12.273Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:12.286Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:12.286Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:13.173Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-24T06:41:13.175Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:13.177Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:13.177Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:13.278Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:13.280Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:13.281Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:13.289Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:13.289Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:14.179Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68696a63-c5b6-4738-9ebb-ebd9b7e4460f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ca2f24d1-c580-4cfc-9c40-d0841fb8be13",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6ab221cd-04a7-4cad-a830-2e9021ea54d6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8797e869-a16b-42ce-9a11-bc2a2019d0ca",
      "resourceInvariantUUID": "77ec4314-7eca-4e2a-9817-bd784ae55174",
      "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": "YmZkZjg3Nzg0ZmNlNzZmZWFkYmE1M2U3MzhlNDU0NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-24T06:41:14.180Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-24T06:41:14.180Z|7d8bc857-6d94-4536-b6de-74999fb4f8ff|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 68696a63-c5b6-4738-9ebb-ebd9b7e4460f ASDC
2021-10-24T06:41:14.181Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6dcd5efc-80bf-4e16-854c-d876645d61a1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:68696a63-c5b6-4738-9ebb-ebd9b7e4460f
ServiceInvariantUUID:ca2f24d1-c580-4cfc-9c40-d0841fb8be13
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:3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7
ArtifactChecksum:YmZkZjg3Nzg0ZmNlNzZmZWFkYmE1M2U3MzhlNDU0NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6ab221cd-04a7-4cad-a830-2e9021ea54d6
ResourceInvariantUUID:77ec4314-7eca-4e2a-9817-bd784ae55174
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8797e869-a16b-42ce-9a11-bc2a2019d0ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-24T06:41:14.181Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68696a63-c5b6-4738-9ebb-ebd9b7e4460f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:14.219Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:41:14.220Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:41:14.220Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:41:14.220Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-24T06:41:14.220Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-24T06:41:14.221Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-24T06:41:14.566Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-24T06:41:14.573Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7 105559
2021-10-24T06:41:14.573Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-24T06:41:14.574Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-24T06:41:14.574Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-24T06:41:14.574Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:14.576Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:14.576Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057674573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:14.677Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:14.677Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:14.677Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:14.699Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:14.700Z||pool-132-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:15.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-24T06:41:15.580Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-24T06:41:15.581Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3a8b56b1-ed4d-443d-9cd6-31a69b26b0f7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:15.581Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-24T06:41:15.582Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:15.582Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:15.770Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15727985551515715691/Definitions/service-TestPnfMacro-template.yml
2021-10-24T06:41:16.496Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.497Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.498Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-24T06:41:16.499Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.500Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.501Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.501Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:68696a63-c5b6-4738-9ebb-ebd9b7e4460f
Model Version:NULL
Model InvariantUuid:ca2f24d1-c580-4cfc-9c40-d0841fb8be13
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-10-24T06:41:16.508Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8797e869-a16b-42ce-9a11-bc2a2019d0ca
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-10-24T06:41:16.511Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-10-24T06:41:16.511Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8797e869-a16b-42ce-9a11-bc2a2019d0ca
2021-10-24T06:41:16.512Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 68696a63-c5b6-4738-9ebb-ebd9b7e4460f
2021-10-24T06:41:16.512Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 68696a63-c5b6-4738-9ebb-ebd9b7e4460f
2021-10-24T06:41:16.512Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8797e869-a16b-42ce-9a11-bc2a2019d0ca 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-10-24T06:41:16.516Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a575a60, org.onap.sdc.toscaparser.api.parameters.Input@6c903797, org.onap.sdc.toscaparser.api.parameters.Input@4dd80724, org.onap.sdc.toscaparser.api.parameters.Input@6c640e14, org.onap.sdc.toscaparser.api.parameters.Input@3cb0dda2]
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 68696a63-c5b6-4738-9ebb-ebd9b7e4460f: test-pnf
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8797e869-a16b-42ce-9a11-bc2a2019d0ca
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-24T06:41:16.517Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||Resource customization UUID: 6ab221cd-04a7-4cad-a830-2e9021ea54d6 is the same as notified resource customizationUUID: 6ab221cd-04a7-4cad-a830-2e9021ea54d6
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-10-24T06:41:16.548Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8797e869-a16b-42ce-9a11-bc2a2019d0ca 0 ASDC deployResourceStructure
2021-10-24T06:41:16.548Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-24T06:41:16.548Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-24T06:41:16.548Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-24T06:41:16.549Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:41:16.550Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:41:16.550Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057676548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:16.650Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:41:16.651Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:41:16.652Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:16.660Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:16.660Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-24T06:41:17.551Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:41:17.560Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:41:17.561Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:41:17.561Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-24T06:41:17.561Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-24T06:41:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:41:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:41:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:41:21.500Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:41:21.501Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.501Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.502Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.503Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.504Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.505Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.506Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.507Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.508Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.509Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.510Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.511Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.512Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.513Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.514Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.515Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.516Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057492945,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "dcae-sch",
  "timestamp": 1635057496562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.517Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.518Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057510195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.519Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635057501604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057501687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.520Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057502678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "cds",
  "timestamp": 1635057511494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.527Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.527Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:21.535Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.535Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057511624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.535Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.535Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.535Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057512494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.536Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057513498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057513715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.537Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.538Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.538Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "policy-id",
  "timestamp": 1635057514501,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.543Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.543Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:21.550Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.550Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635057514722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.554Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.554Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:21.562Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.563Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.563Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.563Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.563Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.564Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.565Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.566Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057510190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.567Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.568Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057520067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.569Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057521101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.570Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.571Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635057522105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.577Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.577Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.586Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.587Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057515091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.588Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057524833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:41:21.589Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057518469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057530817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.590Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.591Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "aai-ml",
  "timestamp": 1635057531821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.595Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.595Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057536587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057537601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:41:21.603Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "clamp",
  "timestamp": 1635057538605,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:21.608Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dcd5efc-80bf-4e16-854c-d876645d61a1
2021-10-24T06:41:21.608Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dcd5efc-80bf-4e16-854c-d876645d61a1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-24T06:41:47.562Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:41:47.574Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-24T06:41:47.576Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-24T06:41:47.576Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-24T06:41:47.576Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.577Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.578Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-24T06:41:47.578Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-24T06:41:47.582Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-24T06:42:17.584Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-24T06:42:17.592Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dcd5efc-80bf-4e16-854c-d876645d61a1 and serviceModelVersionId: 68696a63-c5b6-4738-9ebb-ebd9b7e4460f
2021-10-24T06:42:17.592Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca2f24d1-c580-4cfc-9c40-d0841fb8be13
2021-10-24T06:42:17.593Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0
2021-10-24T06:42:17.599Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-24T06:42:17.643Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-24T06:42:17.645Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0|INFO|500||Invoke
2021-10-24T06:42:17.665Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-24T06:42:18.806Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0|INFO|500||InvokeReturn
2021-10-24T06:42:18.806Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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/ca2f24d1-c580-4cfc-9c40-d0841fb8be13/model-vers/model-ver/68696a63-c5b6-4738-9ebb-ebd9b7e4460f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211024-06:42:17:679-92879], vertex-id=[290936], Content-Length=[0], Date=[Sun, 24 Oct 2021 06:42:17 GMT], Content-Type=[application/json]}
2021-10-24T06:42:18.809Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-24T06:42:18.809Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-24T06:42:18.809Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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-10-24T06:42:18.814Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T06:42:18.815Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dcd5efc-80bf-4e16-854c-d876645d61a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-24T06:42:18.815Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-24T06:42:18.816Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-24T06:42:18.819Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-24T06:42:18.819Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057738815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:42:18.919Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-24T06:42:18.920Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-24T06:42:18.921Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:18.939Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:18.940Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-24T06:42:19.835Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:19.835Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:19.836Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.521Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d8bc857-6d94-4536-b6de-74999fb4f8ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057659664,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.522Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.523Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057660684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057674573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057676548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-24T06:42:21.524Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:42:29.382Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:29.383Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:29.383Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:29.383Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:38.949Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:38.951Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:38.952Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:38.952Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:48.515Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:48.516Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:48.518Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:48.518Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:42:58.131Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:42:58.132Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:42:58.133Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:42:58.133Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:43:07.721Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:43:07.726Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:43:07.728Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:43:07.728Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:43:17.304Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:43:17.305Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:43:17.305Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:43:17.305Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:43:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:43:21.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:43:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:43:22.019Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:43:22.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-24T06:43:22.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dcd5efc-80bf-4e16-854c-d876645d61a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635057738815,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-24T06:43:22.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-24T06:43:26.847Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:43:26.848Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:43:26.848Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:43:26.849Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:43:36.417Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:44:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:44:21.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:44:21.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:44:21.472Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:44:21.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:44:21.481Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:44:31.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:44:31.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:45:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:45:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:45:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:45:21.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:45:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:45:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:45:31.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:45:31.090Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:46:21.463Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:46:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:46:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:46:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:46:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:46:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:46:31.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:46:31.066Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:47:21.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:47:21.465Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:47:21.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:47:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:47:21.468Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:47:21.468Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:47:31.041Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:47:31.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:48:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:48:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:48:21.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:48:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:48:21.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:48:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:48:31.050Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:48:31.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:49:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:49:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:49:21.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:49:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:49:21.470Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:49:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:49:31.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:49:31.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:50:21.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:50:21.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:50:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:50:21.470Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:50:21.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:50:21.472Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:50:31.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:50:31.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:51:21.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:51:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:51:21.468Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:51:21.468Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:51:21.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:51:21.471Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:51:31.021Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:51:31.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:52:21.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:52:21.467Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:52:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:52:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:52:21.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:52:21.473Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:52:31.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:52:31.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:53:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:53:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:53:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:53:21.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:53:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:53:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:53:31.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:53:31.059Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:54:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:54:21.467Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:54:21.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:54:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:54:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:54:21.472Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:54:31.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:54:31.039Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:55:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:55:21.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:55:21.470Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:55:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:55:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:55:21.470Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:55:31.039Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:55:31.040Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:56:21.463Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:56:21.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:56:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:56:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:56:21.467Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:56:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:56:31.024Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:56:31.027Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:57:21.465Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:57:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:57:21.468Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:57:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:57:21.468Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:57:21.469Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:57:31.030Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:57:31.043Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:58:21.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:58:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:58:21.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:58:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:58:21.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:58:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:58:31.054Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:58:31.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:59:21.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:59:21.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:59:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:59:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T06:59:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T06:59:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T06:59:31.069Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T06:59:31.069Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:00:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:00:21.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:00:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:00:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:00:21.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:00:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:00:31.038Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:00:31.045Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:01:21.463Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:01:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:01:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:01:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:01:21.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:01:21.475Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:01:31.061Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:01:31.061Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:02:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:02:21.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:02:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:02:21.465Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:02:21.465Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:02:21.465Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:02:31.021Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:02:31.024Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:03:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:03:21.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:03:21.464Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:03:21.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:03:21.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:03:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:03:31.077Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:03:31.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:04:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:04:21.465Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:04:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:04:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:04:21.466Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:04:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:04:31.044Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:04:31.057Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:05:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:05:21.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:05:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:05:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:05:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:05:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:05:31.029Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:05:31.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:06:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:06:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:06:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:06:21.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:06:21.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:06:21.466Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:06:31.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:06:31.048Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:07:21.463Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:07:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:07:21.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:07:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:07:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:07:21.467Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:07:31.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:07:31.062Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:08:21.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:08:21.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:08:21.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:08:21.467Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:08:21.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:08:21.467Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:08:31.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:08:31.059Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:09:21.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:09:21.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:09:21.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:09:21.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:09:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:09:21.468Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:09:31.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:09:31.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:10:21.465Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:10:21.469Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:10:21.469Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:10:21.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:10:21.484Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:10:21.484Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:10:31.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:10:31.081Z|6dcd5efc-80bf-4e16-854c-d876645d61a1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:11:10.164Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-24T07:11:21.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:11:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:11:21.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:11:21.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:11:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:11:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:11:31.084Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:11:31.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:12:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:12:21.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:12:21.468Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:12:21.468Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:12:21.468Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:12:31.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:12:31.027Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:13:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:13:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:13:21.469Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:13:21.469Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:13:21.470Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:13:21.470Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:13:31.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:13:31.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:14:21.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:14:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:14:21.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:14:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:14:21.468Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:14:21.469Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:14:31.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:14:31.049Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:15:21.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:15:21.465Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:15:21.467Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:15:21.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:15:21.467Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:15:21.467Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:15:31.042Z|ceed3f8d-91d2-4fe9-9c86-8a97002e4ca1|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:15:31.043Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:16:21.463Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:16:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:16:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:16:21.466Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:16:21.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:16:21.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:16:31.037Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:16:31.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:17:21.463Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:17:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:17:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:17:21.465Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:17:21.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:17:21.467Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:17:31.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:17:31.094Z|fa03e08f-7dda-4b50-b11e-2d8b9a814d83|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:18:21.463Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:18:21.464Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:18:21.465Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:18:21.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:18:21.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:18:21.465Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:18:31.034Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:18:31.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:19:21.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:19:21.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-24T07:19:21.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:19:21.468Z||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 ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:19:21.481Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-24T07:19:21.482Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ZgEj4RLj71MQW8Kl) ...
2021-10-24T07:19:31.033Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-24T07:19:31.036Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK