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-27T05:14:16.754Z||main|||||INFO|500||The following profiles are active: basic
2021-10-27T05:14:32.787Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-27T05:14:32.788Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-27T05:14:32.904Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-27T05:14:42.398Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-27T05:14:42.886Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-27T05:14:43.950Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-27T05:14:43.957Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-27T05:14:44.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-27T05:14:44.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-27T05:14:45.711Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-27T05:14:50.756Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T05:14:53.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T05:14:53.660Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-27T05:14:54.464Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T05:14:54.593Z||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-27T05:14:56.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T05:14:57.270Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-27T05:14:57.294Z||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$$9ade955a.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-27T05:14:57.295Z||main|||||WARN|500||The sdc end point is not alive
2021-10-27T05:15:00.581Z||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-27T05:15:03.764Z||main|||||WARN|500||---
2021-10-27T05:15:03.765Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-27T05:15:03.765Z||main|||||WARN|500||---
2021-10-27T05:15:04.223Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-27T05:15:09.839Z||main|||||INFO|500||Started Application in 57.128 seconds (JVM running for 60.919)
2021-10-27T05:15:09.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T05:15:09.870Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T05:15:09.883Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T05:15:09.911Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T05:15:09.971Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f412c498-45a3-4c9a-a49a-c04e3716474e url= /sdc/v1/artifactTypes
2021-10-27T05:15:09.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T05:15:10.318Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T05:15:10.353Z||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-27T05:15:10.379Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T05:15:10.388Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-27T05:15:10.593Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:15:10.613Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7fec9ffc-82ab-41d3-ac5f-e954e95084d1 url= /sdc/v1/registerForDistribution
2021-10-27T05:15:10.971Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7fec9ffc-82ab-41d3-ac5f-e954e95084d1 url= /sdc/v1/registerForDistribution
2021-10-27T05:15:10.972Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-27T05:15:11.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:11.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:11.038Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-27T05:15:11.075Z||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-27T05:15:11.075Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:15:11.081Z||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-27T05:15:11.081Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:15:23.175Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:15:23.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:16:10.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:10.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:10.994Z||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-27T05:16:10.994Z||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-27T05:16:10.995Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:16:10.995Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:16:20.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:16:20.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:17:10.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:10.986Z||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-27T05:17:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:17:10.987Z||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-27T05:17:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:17:20.601Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:17:20.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:18:10.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:10.987Z||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-27T05:18:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:18:10.991Z||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-27T05:18:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:18:20.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:18:20.656Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:19:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:10.991Z||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-27T05:19:10.991Z||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-27T05:19:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:19:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:19:20.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:19:20.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:20:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:10.985Z||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-27T05:20:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:20:10.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:10.988Z||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-27T05:20:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:20:20.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:20:20.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:21:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:10.986Z||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-27T05:21:10.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:21:10.987Z||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-27T05:21:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:21:20.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:21:20.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:22:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:10.984Z||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-27T05:22:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:22:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:10.992Z||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-27T05:22:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:22:20.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:22:20.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:23:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:10.985Z||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-27T05:23:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:23:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:10.987Z||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-27T05:23:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:23:20.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:23:20.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:24:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:10.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:10.988Z||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-27T05:24:10.988Z||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-27T05:24:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:24:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:24:20.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:24:20.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:24:51.437Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-27T05:25:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:10.984Z||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-27T05:25:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:25:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:10.987Z||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-27T05:25:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:25:20.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:25:20.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:26:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:10.985Z||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-27T05:26:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:26:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:10.987Z||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-27T05:26:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:26:20.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:26:20.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:27:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:10.987Z||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-27T05:27:10.987Z||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-27T05:27:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:27:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:27:20.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:27:20.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:28:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:10.985Z||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-27T05:28:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:28:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:10.987Z||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-27T05:28:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:28:20.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:28:20.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:29:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:10.985Z||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-27T05:29:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:29:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:10.987Z||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-27T05:29:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:29:20.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:29:20.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:30:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:10.986Z||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-27T05:30:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:30:10.986Z||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-27T05:30:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:30:20.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:30:20.547Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:31:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:10.984Z||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-27T05:31:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:31:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:10.987Z||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-27T05:31:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:31:20.530Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:31:20.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:32:10.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:10.985Z||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-27T05:32:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:32:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:10.988Z||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-27T05:32:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:32:20.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:32:20.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:33:10.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:10.984Z||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-27T05:33:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:33:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:10.987Z||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-27T05:33:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:33:20.532Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:33:20.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:34:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:34:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:34:10.987Z||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-27T05:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:34:10.987Z||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-27T05:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:34:20.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:34:20.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:35:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:35:10.984Z||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-27T05:35:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:35:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:35:10.987Z||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-27T05:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:35:20.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:35:20.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:36:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:36:10.985Z||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-27T05:36:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:36:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:36:10.987Z||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-27T05:36:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:36:20.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:36:20.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:37:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:10.988Z||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-27T05:37:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:37:10.988Z||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-27T05:37:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:37:20.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:37:20.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:38:10.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:10.983Z||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-27T05:38:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:38:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:10.987Z||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-27T05:38:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:38:20.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:38:20.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:39:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:10.987Z||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-27T05:39:10.987Z||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-27T05:39:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:39:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:39:20.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:39:20.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:40:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:10.984Z||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-27T05:40:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:40:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:10.987Z||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-27T05:40:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:40:20.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:40:20.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:41:10.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:10.985Z||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-27T05:41:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:41:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:10.987Z||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-27T05:41:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:41:20.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:41:20.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:42:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:10.984Z||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-27T05:42:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:42:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:10.987Z||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-27T05:42:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:42:20.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:42:20.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:43:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:10.984Z||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-27T05:43:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:43:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:10.987Z||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-27T05:43:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:43:20.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:43:20.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:44:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:10.985Z||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-27T05:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:44:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:10.986Z||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-27T05:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:44:20.534Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:44:20.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:45:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:10.984Z||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-27T05:45:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:45:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:10.986Z||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-27T05:45:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:45:20.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:45:20.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:46:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:10.985Z||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-27T05:46:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:46:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:10.986Z||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-27T05:46:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:46:20.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:46:20.534Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:47:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:10.988Z||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-27T05:47:10.988Z||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-27T05:47:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:47:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:47:20.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:47:20.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:48:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:10.983Z||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-27T05:48:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:48:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:10.987Z||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-27T05:48:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:48:20.534Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:48:20.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:49:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:10.986Z||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-27T05:49:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:49:10.987Z||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-27T05:49:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:49:20.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:49:20.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:50:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:50:10.984Z||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-27T05:50:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:50:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:50:10.986Z||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-27T05:50:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:50:20.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:50:20.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:51:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:51:10.986Z||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-27T05:51:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:51:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:51:10.986Z||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-27T05:51:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:51:20.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:51:20.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:52:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:52:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:52:10.987Z||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-27T05:52:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:52:10.987Z||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-27T05:52:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:52:20.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:52:20.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:53:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:53:10.983Z||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-27T05:53:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:53:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:53:10.986Z||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-27T05:53:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:53:20.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:53:20.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:54:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:54:10.984Z||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-27T05:54:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:54:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:54:10.987Z||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-27T05:54:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:54:20.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:54:20.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:55:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:55:10.985Z||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-27T05:55:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:55:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:55:10.986Z||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-27T05:55:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:55:20.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:55:20.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:56:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:56:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:56:10.988Z||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-27T05:56:10.988Z||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-27T05:56:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:56:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:56:20.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:56:20.536Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:57:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:57:10.984Z||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-27T05:57:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:57:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:57:10.987Z||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-27T05:57:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:57:20.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:57:20.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:58:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:58:10.984Z||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-27T05:58:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:58:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:58:10.986Z||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-27T05:58:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:58:20.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:58:20.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:59:10.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:59:10.986Z||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-27T05:59:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:59:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:59:10.986Z||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-27T05:59:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:59:20.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T05:59:20.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:00:10.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:00:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:00:10.986Z||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-27T06:00:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:00:10.986Z||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-27T06:00:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:00:20.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:00:20.537Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:10.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:01:10.984Z||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-27T06:01:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:01:10.988Z||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-27T06:01:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:11.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:11.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e9f56ad-20b9-4498-a620-1f12a345835c","serviceName":"vFW 2021-10-27 05-59-00","serviceVersion":"1.0","serviceUUID":"856fb38e-9081-4916-be96-3462730d7f14","serviceDescription":"catalog service description","serviceInvariantUUID":"05d2fe76-e63f-4544-8172-28beae61ae13","resources":[{"resourceInstanceName":"vFW 57c9c15e-235c 0","resourceName":"vFW 57c9c15e-235c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea99e21f-6f3d-4cad-927b-41cf1c7944ff","resourceInvariantUUID":"ccf658c8-60fb-4071-8be5-7555b571c9ca","resourceCustomizationUUID":"ba2358ac-1e44-490d-9625-0255afddffe6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ5YjI0ODExNDE1MDQ2NjIyZjVkMGFmYjJmMDU3OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"052ee3c0-c24b-4a77-9476-2a0ebbd16874","artifactVersion":"1"},{"artifactName":"vfw57c9c15e235c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json","artifactChecksum":"ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17e4fc21-95a5-4070-a6be-1309d9c3598c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M2ZGFkNTM2M2E1ZDMxMzhjYjQxNTkyMjJhZGFjOWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e367c98-67dd-4947-a216-b9c34eb6fc25","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d130465-adbd-4227-a5c5-dfa5cffcfe7b","artifactVersion":"2","generatedFromUUID":"17e4fc21-95a5-4070-a6be-1309d9c3598c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211027055900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml","artifactChecksum":"ZGQ1NzBhZTY5Y2M2MWUzODBkMTNhZTcyOTZhZDViZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a7a51c4-db74-4535-9560-4844184708e5","artifactVersion":"1"},{"artifactName":"service-Vfw20211027055900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar","artifactChecksum":"OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bd3b014-f6ff-4383-847c-74923876dbff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:01:11.620Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:11.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:11.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.655Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.656Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314438216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "dcae-sch",
  "timestamp": 1635314431594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314437511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314439766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314447117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314447539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314448209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314448549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314442314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314449268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "policy-id",
  "timestamp": 1635314449576,
  "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-27T06:01:11.756Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:01:11.760Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-27T06:01:11.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:11.772Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:11.781Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:01:11.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.892Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:11.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314443146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314443415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314450148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314450988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314451097,
  "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-27T06:01:11.957Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:11.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314451240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314445018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "cds",
  "timestamp": 1635314452278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-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-27T06:01:11.982Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:11.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314455489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314456283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:11.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314457292,
  "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-27T06:01:12.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:12.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314457506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "clamp",
  "timestamp": 1635314458510,
  "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-27T06:01:12.023Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:12.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314466100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "aai-ml",
  "timestamp": 1635314467107,
  "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-27T06:01:12.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:01:12.663Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:12.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:12.667Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:12.667Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:01:12.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:12.768Z||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-27T06:01:12.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:12.781Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:12.782Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:13.668Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:13.670Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:13.673Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:13.673Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:01:13.773Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:13.774Z||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-27T06:01:13.775Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:13.787Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:13.787Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:14.673Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:14.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:14.678Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:14.678Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:14.778Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:14.779Z||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-27T06:01:14.779Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:14.791Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:14.791Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:15.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:15.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:15.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:15.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-27T06:01:15.782Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-10-27T06:01:15.789Z||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-27T06:01:15.790Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:15.810Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:15.811Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:16.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:16.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:16.697Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:16.698Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:01:16.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-27T06:01:16.806Z||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-27T06:01:16.807Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:16.821Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:16.822Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:17.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:17.699Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:17.701Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:17.702Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:01:17.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:17.803Z||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-27T06:01:17.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:17.818Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:17.819Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:18.703Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "serviceName": "vFW 2021-10-27 05-59-00",
  "serviceVersion": "1.0",
  "serviceUUID": "856fb38e-9081-4916-be96-3462730d7f14",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "05d2fe76-e63f-4544-8172-28beae61ae13",
  "resources": [
    {
      "resourceInstanceName": "vFW 57c9c15e-235c 0",
      "resourceCustomizationUUID": "ba2358ac-1e44-490d-9625-0255afddffe6",
      "resourceName": "vFW 57c9c15e-235c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea99e21f-6f3d-4cad-927b-41cf1c7944ff",
      "resourceInvariantUUID": "ccf658c8-60fb-4071-8be5-7555b571c9ca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw57c9c15e235c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
          "artifactChecksum": "ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "17e4fc21-95a5-4070-a6be-1309d9c3598c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7d130465-adbd-4227-a5c5-dfa5cffcfe7b",
            "generatedFromUUID": "17e4fc21-95a5-4070-a6be-1309d9c3598c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7d130465-adbd-4227-a5c5-dfa5cffcfe7b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211027055900-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
      "artifactChecksum": "OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bd3b014-f6ff-4383-847c-74923876dbff"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:01:18.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:01:18.705Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 856fb38e-9081-4916-be96-3462730d7f14 ASDC
2021-10-27T06:01:18.849Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5e9f56ad-20b9-4498-a620-1f12a345835c
ServiceName:vFW 2021-10-27 05-59-00
ServiceVersion:1.0
ServiceUUID:856fb38e-9081-4916-be96-3462730d7f14
ServiceInvariantUUID:05d2fe76-e63f-4544-8172-28beae61ae13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211027055900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
ArtifactUUID:6bd3b014-f6ff-4383-847c-74923876dbff
ArtifactChecksum:OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 57c9c15e-235c 0
ResourceCustomizationUUID:ba2358ac-1e44-490d-9625-0255afddffe6
ResourceInvariantUUID:ccf658c8-60fb-4071-8be5-7555b571c9ca
ResourceName:vFW 57c9c15e-235c
ResourceType:VF
ResourceUUID:ea99e21f-6f3d-4cad-927b-41cf1c7944ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw57c9c15e235c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
ArtifactUUID:5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa
ArtifactChecksum:ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI=
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
ArtifactUUID:17e4fc21-95a5-4070-a6be-1309d9c3598c
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
ArtifactUUID:7d130465-adbd-4227-a5c5-dfa5cffcfe7b
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
ArtifactUUID:7d130465-adbd-4227-a5c5-dfa5cffcfe7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:01:18.849Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 856fb38e-9081-4916-be96-3462730d7f14 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-27T06:01:18.901Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:01:18.903Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:18.904Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:18.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6bd3b014-f6ff-4383-847c-74923876dbff from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:18.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:18.907Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:19.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:19.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar 6bd3b014-f6ff-4383-847c-74923876dbff 98683
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar ASDC sendASDCNotification
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:19.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:19.133Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:19.133Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314479128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:19.234Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:19.235Z||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-27T06:01:19.235Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:19.246Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:19.246Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:20.134Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:01:20.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:20.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6bd3b014-f6ff-4383-847c-74923876dbff, URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar to file: /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.223Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.223Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:21.185Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10715084755189404381/Definitions/service-Vfw20211027055900-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-27T06:01:24.044Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:01:24.051Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 57c9c15e-235c 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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T06:01:24.060Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.061Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.066Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.067Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T06:01:24.068Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.074Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:01:24.078Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=44a743f3-ffe9-4aa1-a35e-d2cb87f40786
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0a74db56-25f9-495f-a394-aaf051889b65
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd543b55-7aef-4191-825e-a84018a8b77b
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:24.089Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.089Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-27 05-59-00
Description:catalog service description
Model UUID:856fb38e-9081-4916-be96-3462730d7f14
Model Version:NULL
Model InvariantUuid:05d2fe76-e63f-4544-8172-28beae61ae13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 57c9c15e-235c
Model UUID:8249c2b3-4076-487d-9763-8f847b84ab60
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ccf658c8-60fb-4071-8be5-7555b571c9ca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba2358ac-1e44-490d-9625-0255afddffe6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
ModelName:Vfw57c9c15e235c..base_vfw..module-0
ModelUuid:44a3fb1a-1f97-4bfd-851d-eda873b6c491
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44a743f3-ffe9-4aa1-a35e-d2cb87f40786
ModelInvariantUuid:b9e35a45-5675-42eb-b029-b020fbe78dee
ModelName:vFW 57c9c15e-235c-nodes.vfwCvfc
ModelUuid:8e343b39-250b-4858-98d6-ddd6665bb06a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2b998730-b6cf-409c-984d-747db5340167
ModelInvariantUuid:71a7d0a7-134e-4544-8bf6-c9c06bacf994
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vfw
ModelUuid:5f2eff87-c9d3-4c5f-996b-def292a3356c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0a74db56-25f9-495f-a394-aaf051889b65
ModelInvariantUuid:62c631a3-f180-4a69-86b8-3761f20136aa
ModelName:vFW 57c9c15e-235c-nodes.vsnCvfc
ModelUuid:adc7deb4-3af1-4c2d-ba91-5f8f2da076d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:17566eb2-ffb5-4b64-b62c-7fa5d6d66aee
ModelInvariantUuid:ecb1ee02-0859-42d0-b487-b39f96560a49
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vsn
ModelUuid:1bdd4dc0-3297-4793-916e-0a04b1e59371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fd543b55-7aef-4191-825e-a84018a8b77b
ModelInvariantUuid:8edec766-9194-4fbe-9da7-40902880e800
ModelName:vFW 57c9c15e-235c-nodes.vpgCvfc
ModelUuid:b0f2014a-5fb3-446e-b199-bf8920280fc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8a08c192-b15a-4ec3-aff4-1b82c4d8f7cf
ModelInvariantUuid:3ebe2365-09d4-447e-96ad-4e0bdec67e36
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vpg
ModelUuid:6d063850-2e28-4aae-8f8d-93f485256286
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-27T06:01:24.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ea99e21f-6f3d-4cad-927b-41cf1c7944ff
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-27T06:01:24.206Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||vFW 57c9c15e-235c 0
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea99e21f-6f3d-4cad-927b-41cf1c7944ff
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:24.216Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.600Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:24.602Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json 5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa 785
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json ASDC sendASDCNotification
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:24.604Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:24.608Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:24.608Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314484603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:24.709Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:24.710Z||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-27T06:01:24.710Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:24.722Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:24.724Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:25.614Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw57c9c15e235c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "efd85b9b-3ca3-46a9-af8f-a7c543f899e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44a3fb1a-1f97-4bfd-851d-eda873b6c491",
    "vfModuleModelCustomizationUUID": "94ba6468-602a-4568-a432-f4e7373f8780",
    "isBase": true,
    "artifacts": [
      "17e4fc21-95a5-4070-a6be-1309d9c3598c",
      "7d130465-adbd-4227-a5c5-dfa5cffcfe7b"
    ],
    "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-27T06:01:25.636Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57c9c15e235c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44a3fb1a-1f97-4bfd-851d-eda873b6c491
VfModuleModelInvariantUUID:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
17e4fc21-95a5-4070-a6be-1309d9c3598c
,
7d130465-adbd-4227-a5c5-dfa5cffcfe7b

}
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-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw57c9c15e235c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "efd85b9b-3ca3-46a9-af8f-a7c543f899e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "44a3fb1a-1f97-4bfd-851d-eda873b6c491",
    "vfModuleModelCustomizationUUID": "94ba6468-602a-4568-a432-f4e7373f8780",
    "isBase": true,
    "artifacts": [
      "17e4fc21-95a5-4070-a6be-1309d9c3598c",
      "7d130465-adbd-4227-a5c5-dfa5cffcfe7b"
    ],
    "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-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57c9c15e235c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44a3fb1a-1f97-4bfd-851d-eda873b6c491
VfModuleModelInvariantUUID:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
17e4fc21-95a5-4070-a6be-1309d9c3598c
,
7d130465-adbd-4227-a5c5-dfa5cffcfe7b

}
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-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17e4fc21-95a5-4070-a6be-1309d9c3598c from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.640Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:25.640Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.893Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml 17e4fc21-95a5-4070-a6be-1309d9c3598c 20368
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:25.895Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:25.900Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:25.900Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314485894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:26.000Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:01:26.003Z||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-27T06:01:26.003Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:26.017Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:26.017Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:26.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d130465-adbd-4227-a5c5-dfa5cffcfe7b from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:26.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:26.907Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:27.016Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env 7d130465-adbd-4227-a5c5-dfa5cffcfe7b 2098
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:27.018Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:27.021Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:27.022Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314487017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:01:27.121Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:27.122Z||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-27T06:01:27.123Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:27.134Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:27.135Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:28.023Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 856fb38e-9081-4916-be96-3462730d7f14
2021-10-27T06:01:28.024Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 57c9c15e-235c 0 ea99e21f-6f3d-4cad-927b-41cf1c7944ff 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-27T06:01:28.078Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@769a74d0, org.onap.sdc.toscaparser.api.parameters.Input@325450f9, org.onap.sdc.toscaparser.api.parameters.Input@5406c367, org.onap.sdc.toscaparser.api.parameters.Input@2e1b754d, org.onap.sdc.toscaparser.api.parameters.Input@b02a8aa]
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ba2358ac-1e44-490d-9625-0255afddffe6
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba2358ac-1e44-490d-9625-0255afddffe6 matches Tosca VF Customization UUID: ba2358ac-1e44-490d-9625-0255afddffe6
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ba2358ac-1e44-490d-9625-0255afddffe6  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-27T06:01:28.093Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.093Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.095Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ba2358ac-1e44-490d-9625-0255afddffe6: {\"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-27T06:01:28.095Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fbaac49
2021-10-27T06:01:28.096Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.096Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:01:28.097Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94ba6468-602a-4568-a432-f4e7373f8780
2021-10-27T06:01:28.098Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94ba6468-602a-4568-a432-f4e7373f8780
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-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.105Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:28.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=44a743f3-ffe9-4aa1-a35e-d2cb87f40786
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-27T06:01:28.116Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0a74db56-25f9-495f-a394-aaf051889b65
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-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.125Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.127Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.127Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.129Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T06:01:28.129Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd543b55-7aef-4191-825e-a84018a8b77b
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-27T06:01:28.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=ba2358ac-1e44-490d-9625-0255afddffe6
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-27T06:01:28.135Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.135Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 856fb38e-9081-4916-be96-3462730d7f14: vFW 57c9c15e-235c
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-27 05-59-00 
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-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 57c9c15e-235c ea99e21f-6f3d-4cad-927b-41cf1c7944ff 1 ASDC deployResourceStructure
2021-10-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json ASDC sendASDCNotification
2021-10-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:28.401Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:28.401Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:28.404Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:28.404Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314488400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:28.503Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:28.505Z||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-27T06:01:28.505Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:28.528Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:28.529Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":4,"count":1}
2021-10-27T06:01:29.405Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:29.408Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:29.408Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314489405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:29.508Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:29.509Z||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-27T06:01:29.510Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:29.526Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:29.526Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:30.410Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:30.412Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:30.412Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314490409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:30.519Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-27T06:01:30.520Z||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-27T06:01:30.520Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:30.541Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:30.541Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar ASDC sendASDCNotification
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:31.415Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:31.415Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314491413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:01:31.516Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:31.517Z||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-27T06:01:31.517Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:31.531Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:01:31.531Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:32.417Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:01:32.436Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:01:32.447Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:02:02.447Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c 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-27T06:02:02.458Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e9f56ad-20b9-4498-a620-1f12a345835c and serviceModelVersionId: 856fb38e-9081-4916-be96-3462730d7f14
2021-10-27T06:02:02.458Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05d2fe76-e63f-4544-8172-28beae61ae13
2021-10-27T06:02:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:02:10.988Z||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-27T06:02:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:11.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:02:11.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:02:11.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:02:11.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:02:17.769Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0
2021-10-27T06:02:17.881Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:02:18.402Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|INFO|500||Invoke
2021-10-27T06:02:18.410Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a0c59ff-e13e-4e67-9c4c-405bcf6063a9], X-ECOMP-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], X-TransactionId=[], X-ONAP-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], Content-Type=[application/merge-patch+json]}
2021-10-27T06:02:18.544Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:02:19.144Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?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/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-06:02:18:553-68115], vertex-id=[167984], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:02:18 GMT], Content-Type=[application/json]}
2021-10-27T06:02:19.146Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:02:19.147Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|INFO|500||InvokeReturn
2021-10-27T06:02:19.151Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:02:19.151Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:02:19.157Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:02:19.158Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e9f56ad-20b9-4498-a620-1f12a345835c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:02:19.159Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:02:19.160Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:02:19.162Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:02:19.162Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314539159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:02:19.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:02:19.264Z||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-27T06:02:19.264Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:19.278Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:02:19.279Z||pool-18-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-27T06:02:20.177Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:02:20.177Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:02:20.178Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:29.723Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:03:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:03:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:03:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:03:10.987Z||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-27T06:03:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:03:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:03:11.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:03:11.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314470982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314479128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314484603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314485894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314487017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314488400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314489405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314490409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314491413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:20.530Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:04:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:04:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:04:10.989Z||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-27T06:04:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:04:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:04:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:04:11.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:04:11.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:04:11.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314539159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:04:11.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:04:20.539Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:05:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:05:10.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:05:10.988Z||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-27T06:05:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:05:10.988Z||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-27T06:05:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:05:20.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:05:20.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:10.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:06:10.985Z||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-27T06:06:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:06:10.986Z||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-27T06:06:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:11.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:11.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5c356a2-664e-4592-bf3b-fed45c234d37","serviceName":"basic_onboard_BvryZL","serviceVersion":"1.0","serviceUUID":"3c593823-a22d-4c47-8784-1410b5bbd929","serviceDescription":"service","serviceInvariantUUID":"d586656d-5d3c-456a-bad8-e7de3418354f","resources":[{"resourceInstanceName":"basic_onboard_BvryZL 0","resourceName":"basic_onboard_BvryZL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f","resourceInvariantUUID":"e0c47c53-d099-4071-a294-b69b3ba49524","resourceCustomizationUUID":"7c02b585-765f-44e8-b407-26c812cea2d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml","artifactChecksum":"MjE4MzNkNjhhNDFjMzgwMjI5YWQ0YmUzYTU1ZmY3ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffacb24c-44d9-4d26-828c-1586374c7484","artifactVersion":"1"},{"artifactName":"basic_onboard_bvryzl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json","artifactChecksum":"ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d3ba4f6-4c26-424e-b26e-443201d43b1a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0d36b8cf-1552-48b0-8cbd-90c46f28143c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"057da1d0-5b0b-4592-985b-9402018fdd5e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c0a900d-defc-4622-ab0b-18d249507107","artifactVersion":"2","generatedFromUUID":"0d36b8cf-1552-48b0-8cbd-90c46f28143c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBvryzl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml","artifactChecksum":"MDczYWU3YzFiZjcyMjI5MjQ1NzY3MWM5MmM1NDJlMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfe6c06c-29bc-49d3-b7ed-4766e9f1bd46","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBvryzl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar","artifactChecksum":"NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7fd426b-f29e-4450-9583-2cb53cec263d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:06:11.629Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:11.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:11.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.637Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314738216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314742314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314743414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314737511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314739766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314743147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635314745023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314752833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314752839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314752848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314752852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314752851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "cds",
  "timestamp": 1635314753847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-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-27T06:06:11.678Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.678Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314753856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314753897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "policy-id",
  "timestamp": 1635314754860,
  "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-27T06:06:11.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314755107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314755220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314756129,
  "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-27T06:06:11.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635314756225,
  "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-27T06:06:11.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.740Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-27T06:06:11.742Z||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-27T06:06:11.742Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635314757132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "dcae-sch",
  "timestamp": 1635314751596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314761590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "aai-ml",
  "timestamp": 1635314762594,
  "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-27T06:06:11.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314763527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314765537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "clamp",
  "timestamp": 1635314766540,
  "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-27T06:06:11.763Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:11.956Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:11.957Z||pool-19-thread-1|||||INFO|500||cambria reply ok (216 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:12.639Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:12.641Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:12.644Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:12.645Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:06:12.745Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:12.746Z||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-27T06:06:12.746Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:12.763Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:12.763Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:13.645Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:13.647Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:13.652Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:13.653Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:06:13.750Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T06:06:13.751Z||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-27T06:06:13.751Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:13.766Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:13.767Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:14.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:14.654Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:14.657Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:14.657Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:14.757Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:14.759Z||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-27T06:06:14.759Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:14.771Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:14.772Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:15.658Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:15.658Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:15.660Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:15.660Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:06:15.761Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:15.762Z||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-27T06:06:15.762Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:15.773Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:15.775Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:16.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:16.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:16.664Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:16.664Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:06:16.764Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:16.765Z||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-27T06:06:16.765Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:16.778Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:16.779Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:17.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:17.665Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:17.667Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:17.667Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:06:17.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:17.768Z||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-27T06:06:17.768Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:17.788Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:17.789Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:18.670Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "serviceName": "basic_onboard_BvryZL",
  "serviceVersion": "1.0",
  "serviceUUID": "3c593823-a22d-4c47-8784-1410b5bbd929",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d586656d-5d3c-456a-bad8-e7de3418354f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BvryZL 0",
      "resourceCustomizationUUID": "7c02b585-765f-44e8-b407-26c812cea2d9",
      "resourceName": "basic_onboard_BvryZL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f",
      "resourceInvariantUUID": "e0c47c53-d099-4071-a294-b69b3ba49524",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bvryzl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
          "artifactChecksum": "ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0d3ba4f6-4c26-424e-b26e-443201d43b1a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0d36b8cf-1552-48b0-8cbd-90c46f28143c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9c0a900d-defc-4622-ab0b-18d249507107",
            "generatedFromUUID": "0d36b8cf-1552-48b0-8cbd-90c46f28143c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9c0a900d-defc-4622-ab0b-18d249507107",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBvryzl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
      "artifactChecksum": "NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7fd426b-f29e-4450-9583-2cb53cec263d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:06:18.670Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:06:18.671Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c593823-a22d-4c47-8784-1410b5bbd929 ASDC
2021-10-27T06:06:18.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b5c356a2-664e-4592-bf3b-fed45c234d37
ServiceName:basic_onboard_BvryZL
ServiceVersion:1.0
ServiceUUID:3c593823-a22d-4c47-8784-1410b5bbd929
ServiceInvariantUUID:d586656d-5d3c-456a-bad8-e7de3418354f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBvryzl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
ArtifactUUID:f7fd426b-f29e-4450-9583-2cb53cec263d
ArtifactChecksum:NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BvryZL 0
ResourceCustomizationUUID:7c02b585-765f-44e8-b407-26c812cea2d9
ResourceInvariantUUID:e0c47c53-d099-4071-a294-b69b3ba49524
ResourceName:basic_onboard_BvryZL
ResourceType:VF
ResourceUUID:391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bvryzl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
ArtifactUUID:0d3ba4f6-4c26-424e-b26e-443201d43b1a
ArtifactChecksum:ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU=
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0d36b8cf-1552-48b0-8cbd-90c46f28143c
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
ArtifactUUID:9c0a900d-defc-4622-ab0b-18d249507107
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
ArtifactUUID:9c0a900d-defc-4622-ab0b-18d249507107
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:06:18.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c593823-a22d-4c47-8784-1410b5bbd929 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-27T06:06:18.714Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:06:18.715Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:18.715Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f7fd426b-f29e-4450-9583-2cb53cec263d from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:19.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:19.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar f7fd426b-f29e-4450-9583-2cb53cec263d 71356
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar ASDC sendASDCNotification
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:19.091Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:19.094Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:19.094Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314779090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:19.194Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:19.195Z||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-27T06:06:19.195Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:19.208Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:19.208Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:20.095Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:06:20.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:20.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f7fd426b-f29e-4450-9583-2cb53cec263d, URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar to file: /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.366Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP928443411207019788/Definitions/service-BasicOnboardBvryzl-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-27T06:06:21.669Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BvryZL 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-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79e19967-d694-46cc-b6c0-a25f6c597cd6
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_BvryZL
Description:service
Model UUID:3c593823-a22d-4c47-8784-1410b5bbd929
Model Version:NULL
Model InvariantUuid:d586656d-5d3c-456a-bad8-e7de3418354f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_BvryZL
Model UUID:41b049e9-2dde-4078-a367-0a76d4808bc8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0c47c53-d099-4071-a294-b69b3ba49524
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c02b585-765f-44e8-b407-26c812cea2d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
ModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
ModelUuid:79edfa59-97e4-4a16-bb37-a3be8b4945be
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:79e19967-d694-46cc-b6c0-a25f6c597cd6
ModelInvariantUuid:ce808f88-9cc4-4f68-a5ba-ea6dc964413b
ModelName:basic_onboard_BvryZL-nodes.ubuntu18Cvfc
ModelUuid:5cba2d6c-19e4-45c0-9690-84cc0bd3fc14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9c09ffd4-e539-4390-9a00-ab2c1e2e245d
ModelInvariantUuid:d539ac8b-9c17-4d48-8343-13cd8bbfc186
ModelName:BasicOnboardBvryzl.compute.nodes.heat.ubuntu18
ModelUuid:e81925da-9a35-4862-9d0b-eb85ec8084e5
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-27T06:06:21.689Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
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-27T06:06:21.695Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||basic_onboard_BvryZL 0
2021-10-27T06:06:21.695Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d3ba4f6-4c26-424e-b26e-443201d43b1a from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:22.085Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json 0d3ba4f6-4c26-424e-b26e-443201d43b1a 798
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json ASDC sendASDCNotification
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:22.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:22.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:22.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314782086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:22.189Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:22.190Z||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-27T06:06:22.190Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:22.205Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:22.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:23.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBvryzl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7e8fac5a-a75c-4bcd-b72f-de3c120ac689",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79edfa59-97e4-4a16-bb37-a3be8b4945be",
    "vfModuleModelCustomizationUUID": "a1b48fa1-1d00-4e20-a177-5e5f9fe57953",
    "isBase": true,
    "artifacts": [
      "0d36b8cf-1552-48b0-8cbd-90c46f28143c",
      "9c0a900d-defc-4622-ab0b-18d249507107"
    ],
    "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-27T06:06:23.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79edfa59-97e4-4a16-bb37-a3be8b4945be
VfModuleModelInvariantUUID:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d36b8cf-1552-48b0-8cbd-90c46f28143c
,
9c0a900d-defc-4622-ab0b-18d249507107

}
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-27T06:06:23.098Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBvryzl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7e8fac5a-a75c-4bcd-b72f-de3c120ac689",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79edfa59-97e4-4a16-bb37-a3be8b4945be",
    "vfModuleModelCustomizationUUID": "a1b48fa1-1d00-4e20-a177-5e5f9fe57953",
    "isBase": true,
    "artifacts": [
      "0d36b8cf-1552-48b0-8cbd-90c46f28143c",
      "9c0a900d-defc-4622-ab0b-18d249507107"
    ],
    "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-27T06:06:23.098Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79edfa59-97e4-4a16-bb37-a3be8b4945be
VfModuleModelInvariantUUID:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d36b8cf-1552-48b0-8cbd-90c46f28143c
,
9c0a900d-defc-4622-ab0b-18d249507107

}
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-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d36b8cf-1552-48b0-8cbd-90c46f28143c from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.393Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml 0d36b8cf-1552-48b0-8cbd-90c46f28143c 5033
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:23.398Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:23.399Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314783394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:23.497Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-27T06:06:23.498Z||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-27T06:06:23.498Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:23.524Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:23.525Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:24.400Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c0a900d-defc-4622-ab0b-18d249507107 from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.401Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:24.402Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.783Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:24.785Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env 9c0a900d-defc-4622-ab0b-18d249507107 909
2021-10-27T06:06:24.785Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:24.788Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:24.789Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314784785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:06:24.889Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:24.890Z||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-27T06:06:24.890Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:24.902Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:24.903Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:25.793Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3c593823-a22d-4c47-8784-1410b5bbd929
2021-10-27T06:06:25.794Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BvryZL 0 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f 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-27T06:06:25.814Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15018144, org.onap.sdc.toscaparser.api.parameters.Input@22e393b5, org.onap.sdc.toscaparser.api.parameters.Input@5a407a8f, org.onap.sdc.toscaparser.api.parameters.Input@10a54d69, org.onap.sdc.toscaparser.api.parameters.Input@937e598]
2021-10-27T06:06:25.816Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.816Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7c02b585-765f-44e8-b407-26c812cea2d9
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c02b585-765f-44e8-b407-26c812cea2d9 matches Tosca VF Customization UUID: 7c02b585-765f-44e8-b407-26c812cea2d9
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7c02b585-765f-44e8-b407-26c812cea2d9  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-27T06:06:25.822Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.822Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7c02b585-765f-44e8-b407-26c812cea2d9: {\"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-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@544ee7e8
2021-10-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1b48fa1-1d00-4e20-a177-5e5f9fe57953
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1b48fa1-1d00-4e20-a177-5e5f9fe57953
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-27T06:06:25.826Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.828Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.828Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79e19967-d694-46cc-b6c0-a25f6c597cd6
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-27T06:06:25.831Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.832Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=7c02b585-765f-44e8-b407-26c812cea2d9
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-27T06:06:25.835Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.835Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3c593823-a22d-4c47-8784-1410b5bbd929: basic_onboard_BvryZL
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_BvryZL 
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-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BvryZL 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f 1 ASDC deployResourceStructure
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json ASDC sendASDCNotification
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:25.926Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:25.927Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:25.927Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314785925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:26.028Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:26.029Z||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-27T06:06:26.029Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:26.042Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:26.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:26.929Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:26.931Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:26.931Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314786928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:27.031Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:06:27.032Z||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-27T06:06:27.032Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:27.067Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:27.068Z||pool-31-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:27.932Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:27.936Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:27.936Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314787932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:28.036Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:28.037Z||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-27T06:06:28.037Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:28.053Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:28.053Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar ASDC sendASDCNotification
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:28.938Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:28.939Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:28.939Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314788937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:06:29.040Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:29.041Z||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-27T06:06:29.041Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:29.059Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:06:29.060Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:29.940Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:06:29.950Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:06:29.959Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:06:59.960Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37 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-27T06:06:59.970Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5c356a2-664e-4592-bf3b-fed45c234d37 and serviceModelVersionId: 3c593823-a22d-4c47-8784-1410b5bbd929
2021-10-27T06:06:59.970Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d586656d-5d3c-456a-bad8-e7de3418354f
2021-10-27T06:06:59.971Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0
2021-10-27T06:06:59.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:07:00.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?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-27T06:07:00.047Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|INFO|500||Invoke
2021-10-27T06:07:00.076Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:07:00.587Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|INFO|500||InvokeReturn
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-06:07:00:084-83294], vertex-id=[205032], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:07:00 GMT], Content-Type=[application/json]}
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:07:00.593Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T06:07:00.593Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5c356a2-664e-4592-bf3b-fed45c234d37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:07:00.594Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:07:00.594Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:07:00.596Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:07:00.596Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314820593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:07:00.696Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:07:00.697Z||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-27T06:07:00.697Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:00.714Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:07:00.714Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:07:10.982Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:07:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:07:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:07:10.986Z||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-27T06:07:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:07:11.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:07:20.526Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:08:10.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:08:10.986Z||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-27T06:08:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:08:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:08:10.987Z||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-27T06:08:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:08:11.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:08:11.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314770983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314779090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314782086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314783394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314784785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314785925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314786928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314787932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314788937,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635314820593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:20.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:09:10.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:09:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:09:10.989Z||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-27T06:09:10.989Z||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-27T06:09:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:09:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:09:20.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:09:20.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:10:10.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:10:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:10:10.987Z||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-27T06:10:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:10:10.991Z||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-27T06:10:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:10:20.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:10:20.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:11:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:11:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:11:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:11:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:11:10.986Z||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-27T06:11:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:11:20.537Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:11:20.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:12:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:12:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:12:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:12:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:12:10.987Z||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-27T06:12:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:12:20.530Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:12:20.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:13:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:13:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:13:10.990Z||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-27T06:13:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:13:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:13:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:13:20.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:13:20.546Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:14:10.982Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:14:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:14:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:14:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:14:10.986Z||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-27T06:14:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:14:20.519Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:14:20.524Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:15:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:15:10.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:15:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:15:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:15:10.989Z||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-27T06:15:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:15:20.533Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:15:20.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:16:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:16:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:16:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:16:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:16:10.986Z||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-27T06:16:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:16:20.527Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:16:20.534Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:17:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:17:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:17:10.988Z||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-27T06:17:10.988Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:17:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:17:10.988Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:17:20.537Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:17:20.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:18:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:18:10.987Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:18:10.991Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:18:10.991Z||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-27T06:18:10.991Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:18:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:18:20.542Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:18:20.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:19:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:19:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:19:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:19:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:19:10.986Z||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-27T06:19:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:19:20.548Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:19:20.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:20:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:20:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:20:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:20:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:20:10.987Z||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-27T06:20:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:20:20.533Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:20:20.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:21:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:21:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:21:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:21:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:21:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:21:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:21:20.542Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:21:20.547Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:22:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:22:10.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:22:10.990Z||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-27T06:22:10.990Z||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-27T06:22:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:22:10.993Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:22:20.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:22:20.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:23:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:23:10.984Z||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-27T06:23:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:23:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:23:10.987Z||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-27T06:23:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:23:20.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:23:20.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:24:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:24:10.984Z||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-27T06:24:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:24:10.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:24:10.987Z||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-27T06:24:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:24:20.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:24:20.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:25:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:25:10.984Z||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-27T06:25:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:25:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:25:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:25:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:25:20.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:25:20.529Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:26:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:26:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:26:10.986Z||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-27T06:26:10.986Z||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-27T06:26:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:26:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:26:20.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:26:20.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:27:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:27:10.983Z||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-27T06:27:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:27:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:27:10.986Z||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-27T06:27:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:27:20.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:27:20.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:28:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:28:10.985Z||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-27T06:28:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:28:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:28:10.987Z||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-27T06:28:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:28:20.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:28:20.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:29:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:29:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:29:10.987Z||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-27T06:29:10.987Z||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-27T06:29:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:29:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:29:20.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:29:20.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:30:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:30:10.984Z||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-27T06:30:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:30:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:30:10.987Z||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-27T06:30:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:30:20.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:30:20.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:31:10.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:31:10.985Z||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-27T06:31:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:31:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:31:10.988Z||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-27T06:31:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:31:20.538Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:31:20.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:32:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:32:10.985Z||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-27T06:32:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:32:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:32:10.986Z||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-27T06:32:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:32:20.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:32:20.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:33:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:33:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:33:10.989Z||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-27T06:33:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:33:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:33:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:33:20.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:33:20.545Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:34:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:34:10.984Z||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-27T06:34:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:34:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:34:10.987Z||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-27T06:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:34:20.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:34:20.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:35:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:35:10.984Z||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-27T06:35:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:35:10.987Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:35:10.987Z||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-27T06:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:35:20.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:35:20.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:36:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:36:10.984Z||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-27T06:36:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:36:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:36:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:36:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:36:20.533Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:36:20.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:37:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:37:10.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:37:10.992Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T06:37:10.992Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:37:10.992Z||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-27T06:37:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:37:20.607Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:37:20.658Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:38:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:38:10.984Z||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-27T06:38:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:38:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:38:10.986Z||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-27T06:38:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:38:20.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:38:20.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:39:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:39:10.985Z||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-27T06:39:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:39:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:39:10.988Z||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-27T06:39:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:39:20.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:39:20.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:40:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:40:10.984Z||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-27T06:40:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:40:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:40:10.986Z||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-27T06:40:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:40:20.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:40:20.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:41:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:41:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:41:10.987Z||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-27T06:41:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:41:10.989Z||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-27T06:41:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:41:20.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:41:20.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:42:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:42:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:42:10.986Z||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-27T06:42:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:42:10.986Z||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-27T06:42:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:42:20.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:42:20.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:43:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:43:10.984Z||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-27T06:43:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:43:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:43:10.986Z||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-27T06:43:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:43:20.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:43:20.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:44:10.985Z||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-27T06:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:44:10.986Z||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-27T06:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:11.620Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:11.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "cds",
  "timestamp": 1635317023414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "dcae-sch",
  "timestamp": 1635317031594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317025017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "cds",
  "timestamp": 1635317023414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "dcae-sch",
  "timestamp": 1635317031594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317025017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "cds",
  "timestamp": 1635317035920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "cds",
  "timestamp": 1635317036927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-10-27T06:44:11.629Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:11.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"efa634e7-375d-4cf7-92de-72f62f3cfe1c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0458b261-23eb-4e22-87fa-14b5baf4084a","serviceDescription":"service","serviceInvariantUUID":"8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fe6b5f12-b0de-4fd6-8120-00604acefa57","resourceInvariantUUID":"a7e31e08-2156-4850-81da-9980aebdf843","resourceCustomizationUUID":"d1d69d6a-ae33-4655-8977-423a592acbe2","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":"MDhmYTE2Y2FmZTAwNTg1OTY3Mjc5ZDA5NzE0YTU1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3d216fc-58cb-4611-b558-94c5c5357492","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:44:11.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:44:11.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:44:11.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:44:11.648Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317050983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:44:11.655Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:44:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317037511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317037511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "policy-id",
  "timestamp": 1635317039766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "policy-id",
  "timestamp": 1635317039766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "policy-id",
  "timestamp": 1635317042692,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "policy-id",
  "timestamp": 1635317043697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "policy-id",
  "timestamp": 1635317044700,
  "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-27T06:44:11.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:44:11.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:44:11.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "clamp",
  "timestamp": 1635317048216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "clamp",
  "timestamp": 1635317048216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:44:11.748Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:44:11.749Z||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-27T06:44:11.749Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:11.761Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:11.761Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:12.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:44:12.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:12.652Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:12.652Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317050983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:44:12.752Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:44:12.753Z||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-27T06:44:12.754Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:12.765Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:12.766Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:44:13.657Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0458b261-23eb-4e22-87fa-14b5baf4084a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d1d69d6a-ae33-4655-8977-423a592acbe2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "fe6b5f12-b0de-4fd6-8120-00604acefa57",
      "resourceInvariantUUID": "a7e31e08-2156-4850-81da-9980aebdf843",
      "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": "MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:44:13.658Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:44:13.658Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0458b261-23eb-4e22-87fa-14b5baf4084a ASDC
2021-10-27T06:44:13.659Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:efa634e7-375d-4cf7-92de-72f62f3cfe1c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0458b261-23eb-4e22-87fa-14b5baf4084a
ServiceInvariantUUID:8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
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:3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f
ArtifactChecksum:MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d1d69d6a-ae33-4655-8977-423a592acbe2
ResourceInvariantUUID:a7e31e08-2156-4850-81da-9980aebdf843
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fe6b5f12-b0de-4fd6-8120-00604acefa57
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-27T06:44:13.660Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0458b261-23eb-4e22-87fa-14b5baf4084a 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-27T06:44:13.698Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:44:13.699Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:13.700Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:13.700Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:13.701Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:44:13.701Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:13.798Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f 52171
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:44:13.802Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:13.803Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:13.804Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317053801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:44:13.904Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:44:13.905Z||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-27T06:44:13.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:13.917Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:13.918Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:14.804Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:44:14.808Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:14.808Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.809Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-27T06:44:14.810Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.810Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.956Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8390356470696916476/Definitions/service-BasicNetwork-template.yml
2021-10-27T06:44:15.642Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0458b261-23eb-4e22-87fa-14b5baf4084a
Model Version:NULL
Model InvariantUuid:8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a7e31e08-2156-4850-81da-9980aebdf843
Model UUID:11c0c074-8e4d-41fe-91f9-afece2d166a3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d1d69d6a-ae33-4655-8977-423a592acbe2
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-27T06:44:15.661Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: fe6b5f12-b0de-4fd6-8120-00604acefa57
2021-10-27T06:44:15.662Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||No resources found for Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
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-27T06:44:15.669Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||
2021-10-27T06:44:15.669Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.676Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc0f047, org.onap.sdc.toscaparser.api.parameters.Input@149ced6a, org.onap.sdc.toscaparser.api.parameters.Input@41a0dcb4, org.onap.sdc.toscaparser.api.parameters.Input@278521be, org.onap.sdc.toscaparser.api.parameters.Input@4b2bafc1]
2021-10-27T06:44:15.677Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0458b261-23eb-4e22-87fa-14b5baf4084a: Generic NeutronNet
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.739Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:44:15.741Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.741Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.798Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-27T06:44:15.799Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.799Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:44:15.800Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:44:15.800Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:15.805Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:15.806Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317055799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:44:15.903Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T06:44:15.904Z||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-27T06:44:15.904Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:15.926Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:44:15.926Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:16.807Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:44:16.820Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:44:16.825Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:44:16.825Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:44:16.826Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:44:46.826Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:44:46.843Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:44:46.847Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:44:46.847Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:44:46.848Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:45:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:45:10.988Z||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-27T06:45:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:45:11.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:45:11.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:45:11.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317050983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:45:11.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:45:16.848Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:45:16.871Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:45:16.875Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:45:16.876Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:45:16.876Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:45:46.878Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:45:46.905Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:45:46.908Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:45:46.909Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:45:46.909Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:46:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:46:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:46:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:11.017Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:11.019Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.020Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317050983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "aai-ml",
  "timestamp": 1635317052314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317053146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317053801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "aai-ml",
  "timestamp": 1635317052314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317053146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "aai-ml",
  "timestamp": 1635317055219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317055799,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317056098,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317057750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317058753,
  "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-27T06:46:11.031Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.031Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "clamp",
  "timestamp": 1635317058888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "aai-ml",
  "timestamp": 1635317059999,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "clamp",
  "timestamp": 1635317060897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "aai-ml",
  "timestamp": 1635317061004,
  "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-27T06:46:11.050Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.050Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:46:11.059Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.059Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "clamp",
  "timestamp": 1635317061901,
  "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-27T06:46:11.064Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.064Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:46:11.082Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:46:16.910Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:46:16.922Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:46:16.925Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:46:16.925Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.927Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:46:16.934Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:46:46.935Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-27T06:46:46.943Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c and serviceModelVersionId: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:46:46.944Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
2021-10-27T06:46:46.945Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0
2021-10-27T06:46:46.955Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:46:47.012Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?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-27T06:46:47.016Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|INFO|500||Invoke
2021-10-27T06:46:47.044Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:46:47.220Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|INFO|500||InvokeReturn
2021-10-27T06:46:47.224Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-06:46:47:053-93188], vertex-id=[163856], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:46:47 GMT], Content-Type=[application/json]}
2021-10-27T06:46:47.225Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:46:47.226Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:46:47.226Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:46:47.232Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||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-27T06:46:47.232Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efa634e7-375d-4cf7-92de-72f62f3cfe1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:46:47.233Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:46:47.233Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:47.235Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:47.235Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317207232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:46:47.345Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-10-27T06:46:47.346Z||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-27T06:46:47.346Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:47.362Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:47.363Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:46:48.251Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:46:48.252Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|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-27T06:46:48.253Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:53.114Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:53.116Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:46:53.117Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2331a8cc-44dd-4b93-8fd3-dca1b3c0a545","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39263d5b-145a-419a-b7ab-83f5f9f6a860","serviceDescription":"service","serviceInvariantUUID":"4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db977859-e523-4d86-a506-303dc9fcb1bd","resourceInvariantUUID":"2b0cf1d3-4326-47f4-b2e9-c461c184432e","resourceCustomizationUUID":"6005dbe3-50aa-414f-a32f-7259749a6e74","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":"NmZkNjgxYzg1OGM0NDQzNTJhMmEzMWIyOWI4YjllYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02bd825f-2b31-49cb-87c0-720073be2b23","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":"OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4fc0188-5723-4e96-91af-1bf585452888","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":"a32a1d65-2210-4e41-b180-b24b12bce0e1","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":"6ce01b8d-7dc9-4e63-bd5e-3a149bbed2db","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":"d70abb7a-27d1-4741-a8ee-393b6aa4955d","artifactVersion":"2","generatedFromUUID":"a32a1d65-2210-4e41-b180-b24b12bce0e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzA1MzUwOTZkMWE5MDY4MDExYjUzOWEyMTViMjQ5NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f3bc81c-0dd7-456d-b69a-3366860d87c2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deee4830-bf45-45a1-ba78-ff82bc3ae61f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:46:53.120Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:53.120Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:53.122Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:53.123Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:53.223Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:53.224Z||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-27T06:46:53.224Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:53.243Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:53.244Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:54.124Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:54.125Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:54.126Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:54.127Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:46:54.227Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:54.228Z||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-27T06:46:54.228Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:54.242Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:54.242Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:55.127Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:55.128Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:55.130Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:55.131Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:46:55.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:55.231Z||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-27T06:46:55.232Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:55.258Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:55.259Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:56.131Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:56.132Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:56.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:56.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:56.235Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:56.236Z||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-27T06:46:56.236Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:56.251Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:56.251Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:57.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:57.137Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:57.139Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:57.139Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:46:57.239Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:57.240Z||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-27T06:46:57.240Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:57.253Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:57.253Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:58.140Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:58.140Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:58.142Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:58.143Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:46:58.243Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:58.243Z||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-27T06:46:58.244Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:58.254Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:58.255Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:59.143Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:59.144Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:59.146Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:59.146Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:46:59.246Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:59.247Z||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-27T06:46:59.247Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:59.258Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:46:59.258Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:47:00.149Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "39263d5b-145a-419a-b7ab-83f5f9f6a860",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6005dbe3-50aa-414f-a32f-7259749a6e74",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "db977859-e523-4d86-a506-303dc9fcb1bd",
      "resourceInvariantUUID": "2b0cf1d3-4326-47f4-b2e9-c461c184432e",
      "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": "OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4fc0188-5723-4e96-91af-1bf585452888",
          "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": "a32a1d65-2210-4e41-b180-b24b12bce0e1",
          "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": "d70abb7a-27d1-4741-a8ee-393b6aa4955d",
            "generatedFromUUID": "a32a1d65-2210-4e41-b180-b24b12bce0e1"
          },
          "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": "d70abb7a-27d1-4741-a8ee-393b6aa4955d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "deee4830-bf45-45a1-ba78-ff82bc3ae61f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:47:00.150Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:47:00.150Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39263d5b-145a-419a-b7ab-83f5f9f6a860 ASDC
2021-10-27T06:47:00.151Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:39263d5b-145a-419a-b7ab-83f5f9f6a860
ServiceInvariantUUID:4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6
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:deee4830-bf45-45a1-ba78-ff82bc3ae61f
ArtifactChecksum:N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6005dbe3-50aa-414f-a32f-7259749a6e74
ResourceInvariantUUID:2b0cf1d3-4326-47f4-b2e9-c461c184432e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:db977859-e523-4d86-a506-303dc9fcb1bd
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:f4fc0188-5723-4e96-91af-1bf585452888
ArtifactChecksum:OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM=
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:a32a1d65-2210-4e41-b180-b24b12bce0e1
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:d70abb7a-27d1-4741-a8ee-393b6aa4955d
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:d70abb7a-27d1-4741-a8ee-393b6aa4955d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:47:00.151Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39263d5b-145a-419a-b7ab-83f5f9f6a860 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-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: deee4830-bf45-45a1-ba78-ff82bc3ae61f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:47:00.191Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T06:47:00.496Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:47:00.499Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar deee4830-bf45-45a1-ba78-ff82bc3ae61f 70860
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:00.504Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:00.506Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317220500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:47:00.602Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:47:00.603Z||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-27T06:47:00.603Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:00.626Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:00.627Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:47:01.515Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:47:01.517Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:01.517Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: deee4830-bf45-45a1-ba78-ff82bc3ae61f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.518Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-27T06:47:01.519Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.519Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.721Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1406887259497942979/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-27T06:47:02.982Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.995Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-27T06:47:02.995Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-27T06:47:02.995Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:47:02.995Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8cfce69-9b58-4d9c-9d93-5702ca4c4792
2021-10-27T06:47:02.996Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.996Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.996Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.996Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.997Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.997Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.997Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:02.997Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.998Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:39263d5b-145a-419a-b7ab-83f5f9f6a860
Model Version:NULL
Model InvariantUuid:4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1b55b245-0a72-4489-9f4f-7cb4a15da9e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b0cf1d3-4326-47f4-b2e9-c461c184432e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6005dbe3-50aa-414f-a32f-7259749a6e74
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:127a243a-e257-4d57-b173-5af9eedb3660
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a92972fa-6914-4211-aa43-0020ab4c2518
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8cfce69-9b58-4d9c-9d93-5702ca4c4792
ModelInvariantUuid:35fdcca7-6f6e-467f-8f75-740349a34707
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c41c5932-730e-48a0-ba2a-743e9017f72b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:15fb0285-94ed-4c12-a869-9067681588d1
ModelInvariantUuid:85f8fcd5-ff4f-465b-9789-97162b69fc11
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e41554f3-e854-48d9-9461-ebfb76ad9cda
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-27T06:47:03.008Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: db977859-e523-4d86-a506-303dc9fcb1bd
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-27T06:47:03.012Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||basic_vm 0
2021-10-27T06:47:03.013Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db977859-e523-4d86-a506-303dc9fcb1bd
2021-10-27T06:47:03.013Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f4fc0188-5723-4e96-91af-1bf585452888 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-27T06:47:03.013Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:47:03.013Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:03.286Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:47:03.286Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f4fc0188-5723-4e96-91af-1bf585452888 787
2021-10-27T06:47:03.288Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:03.289Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:03.289Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:47:03.290Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:03.292Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:03.292Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317223288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:47:03.403Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-10-27T06:47:03.404Z||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-27T06:47:03.405Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:03.440Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:03.441Z||pool-48-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:47:04.294Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "127a243a-e257-4d57-b173-5af9eedb3660",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a92972fa-6914-4211-aa43-0020ab4c2518",
    "vfModuleModelCustomizationUUID": "f75e3b57-ea1c-4ac9-9802-64a5648c7c1f",
    "isBase": true,
    "artifacts": [
      "a32a1d65-2210-4e41-b180-b24b12bce0e1",
      "d70abb7a-27d1-4741-a8ee-393b6aa4955d"
    ],
    "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-27T06:47:04.302Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a92972fa-6914-4211-aa43-0020ab4c2518
VfModuleModelInvariantUUID:127a243a-e257-4d57-b173-5af9eedb3660
VfModuleModelDescription:NULL
Artifacts UUID List:{
a32a1d65-2210-4e41-b180-b24b12bce0e1
,
d70abb7a-27d1-4741-a8ee-393b6aa4955d

}
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-27T06:47:04.307Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "127a243a-e257-4d57-b173-5af9eedb3660",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a92972fa-6914-4211-aa43-0020ab4c2518",
    "vfModuleModelCustomizationUUID": "f75e3b57-ea1c-4ac9-9802-64a5648c7c1f",
    "isBase": true,
    "artifacts": [
      "a32a1d65-2210-4e41-b180-b24b12bce0e1",
      "d70abb7a-27d1-4741-a8ee-393b6aa4955d"
    ],
    "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-27T06:47:04.308Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a92972fa-6914-4211-aa43-0020ab4c2518
VfModuleModelInvariantUUID:127a243a-e257-4d57-b173-5af9eedb3660
VfModuleModelDescription:NULL
Artifacts UUID List:{
a32a1d65-2210-4e41-b180-b24b12bce0e1
,
d70abb7a-27d1-4741-a8ee-393b6aa4955d

}
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-27T06:47:04.308Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a32a1d65-2210-4e41-b180-b24b12bce0e1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-27T06:47:04.308Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:47:04.308Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:04.593Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:47:04.597Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a32a1d65-2210-4e41-b180-b24b12bce0e1 5033
2021-10-27T06:47:04.598Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:04.598Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:04.598Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:47:04.599Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:04.604Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:04.605Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317224598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:47:04.705Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:47:04.706Z||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-27T06:47:04.706Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:04.725Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:04.726Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:47:05.612Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d70abb7a-27d1-4741-a8ee-393b6aa4955d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-27T06:47:05.613Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:47:05.613Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:05.893Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:47:05.893Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d70abb7a-27d1-4741-a8ee-393b6aa4955d 903
2021-10-27T06:47:05.894Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:05.894Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:05.894Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:47:05.895Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:05.899Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:05.899Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317225894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:47:05.999Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:47:06.000Z||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-27T06:47:06.000Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:06.016Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:06.017Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2021-10-27T06:47:06.901Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 39263d5b-145a-419a-b7ab-83f5f9f6a860
2021-10-27T06:47:06.901Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 db977859-e523-4d86-a506-303dc9fcb1bd 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-27T06:47:06.926Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5212e0e6, org.onap.sdc.toscaparser.api.parameters.Input@7aa1a31d, org.onap.sdc.toscaparser.api.parameters.Input@67c15f7b, org.onap.sdc.toscaparser.api.parameters.Input@3ead5842, org.onap.sdc.toscaparser.api.parameters.Input@7b7d9aa1]
2021-10-27T06:47:06.929Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.930Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.930Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:47:06.931Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6005dbe3-50aa-414f-a32f-7259749a6e74
2021-10-27T06:47:06.931Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6005dbe3-50aa-414f-a32f-7259749a6e74 matches Tosca VF Customization UUID: 6005dbe3-50aa-414f-a32f-7259749a6e74
2021-10-27T06:47:06.931Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6005dbe3-50aa-414f-a32f-7259749a6e74  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-27T06:47:06.934Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.934Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.935Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6005dbe3-50aa-414f-a32f-7259749a6e74: {\"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-27T06:47:06.935Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@355ff0d4
2021-10-27T06:47:06.936Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.936Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:47:06.936Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f75e3b57-ea1c-4ac9-9802-64a5648c7c1f
2021-10-27T06:47:06.936Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f75e3b57-ea1c-4ac9-9802-64a5648c7c1f
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-27T06:47:06.944Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.944Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:06.944Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:06.945Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.945Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:06.945Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:06.946Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.946Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-27T06:47:06.946Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-27T06:47:06.946Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:47:06.947Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8cfce69-9b58-4d9c-9d93-5702ca4c4792
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-27T06:47:06.950Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.950Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:06.950Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:06.951Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.951Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:06.951Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6005dbe3-50aa-414f-a32f-7259749a6e74
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-27T06:47:06.954Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.954Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.954Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 39263d5b-145a-419a-b7ab-83f5f9f6a860: basic_vm
2021-10-27T06:47:06.954Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.955Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.955Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.955Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.956Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.956Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.956Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.956Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.957Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:47:06.957Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:06.957Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:07.045Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm db977859-e523-4d86-a506-303dc9fcb1bd 1 ASDC deployResourceStructure
2021-10-27T06:47:07.046Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:07.046Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:07.046Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:47:07.046Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:07.049Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:07.049Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:47:07.149Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:47:07.149Z||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-27T06:47:07.150Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:07.165Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:07.165Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:47:08.050Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:08.050Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:08.050Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:47:08.055Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:08.057Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:08.057Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317228049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:47:08.157Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:47:08.158Z||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-27T06:47:08.158Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:08.168Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:08.168Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:47:09.064Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:09.064Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:09.064Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:47:09.065Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:09.067Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:09.067Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317229064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:47:09.168Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-27T06:47:09.168Z||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-27T06:47:09.168Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:09.188Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:09.188Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:47:10.072Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:10.073Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:47:10.073Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:47:10.074Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:10.076Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:10.076Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317230072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:47:10.176Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:47:10.177Z||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-27T06:47:10.177Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:10.189Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:10.190Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:47:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:47:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T06:47:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:11.006Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:47:11.006Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:47:11.006Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:47:11.007Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:47:11.077Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:47:11.088Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:47:11.092Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:47:11.092Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:47:11.092Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:47:41.092Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:47:41.111Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:47:41.114Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:47:41.114Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:47:41.114Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:48:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:48:10.987Z||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-27T06:48:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:48:11.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:48:11.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317098416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317105018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317099766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317097511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317114235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317114219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317114245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317108216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "cds",
  "timestamp": 1635317115241,
  "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-27T06:48:11.067Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.068Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:48:11.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317115225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317115408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "policy-id",
  "timestamp": 1635317116229,
  "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-27T06:48:11.086Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.086Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:48:11.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317116605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317117653,
  "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-27T06:48:11.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:48:11.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "dcae-sch",
  "timestamp": 1635317111594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317118657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317112314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317113146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317120200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317121014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317123413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317124419,
  "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-27T06:48:11.118Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:48:11.122Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where 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-27T06:48:11.127Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:48:11.129Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:48:11.130Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:48:11.130Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:48:11.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317126899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317128908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317128989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "clamp",
  "timestamp": 1635317129931,
  "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-27T06:48:11.137Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.137Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:48:11.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "aai-ml",
  "timestamp": 1635317129994,
  "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-27T06:48:11.149Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
2021-10-27T06:48:11.150Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:48:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317138216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317139766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317137511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317142313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317150454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317150509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317143146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317151062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317143421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317151458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317151652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317151872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317152179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "policy-id",
  "timestamp": 1635317152460,
  "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-27T06:48:11.199Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.199Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317145020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317152721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317153744,
  "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-27T06:48:11.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.213Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317154145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "cds",
  "timestamp": 1635317154640,
  "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-27T06:48:11.225Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.225Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317154748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317155161,
  "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-27T06:48:11.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.237Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317155903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317159910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317160088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "clamp",
  "timestamp": 1635317160913,
  "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-27T06:48:11.252Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.252Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "aai-ml",
  "timestamp": 1635317161093,
  "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-27T06:48:11.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43346c6c-1213-4842-9935-b02745aee592
2021-10-27T06:48:11.264Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43346c6c-1213-4842-9935-b02745aee592 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-27T06:48:11.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317157511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317158414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317167516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317168150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "dcae-sch",
  "timestamp": 1635317151595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317159766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317168568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "cds",
  "timestamp": 1635317169163,
  "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-27T06:48:11.295Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:48:11.295Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:48:11.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317169510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317169627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317170515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317170688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:48:11.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:48:11.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:48:11.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:48:11.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:48:41.130Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:48:41.155Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:48:41.166Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:48:41.166Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:48:41.166Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:48:41.167Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:48:41.167Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.167Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.168Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.168Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.168Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.168Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:48:41.169Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:48:41.176Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:49:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:49:10.988Z||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-27T06:49:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:11.177Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 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-27T06:49:11.184Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 and serviceModelVersionId: 39263d5b-145a-419a-b7ab-83f5f9f6a860
2021-10-27T06:49:11.185Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6
2021-10-27T06:49:11.186Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?depth=0
2021-10-27T06:49:11.195Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:49:11.266Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?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-27T06:49:11.271Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?depth=0|INFO|500||Invoke
2021-10-27T06:49:11.295Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:49:11.385Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?depth=0|INFO|500||InvokeReturn
2021-10-27T06:49:11.386Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6/model-vers/model-ver/39263d5b-145a-419a-b7ab-83f5f9f6a860?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-06:49:11:303-34751], vertex-id=[274640], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:49:11 GMT], Content-Type=[application/json]}
2021-10-27T06:49:11.387Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:49:11.387Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:49:11.387Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:49:11.392Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||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-27T06:49:11.393Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2331a8cc-44dd-4b93-8fd3-dca1b3c0a545 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:49:11.393Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:49:11.394Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:11.397Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:11.398Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317351393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:49:11.497Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:49:11.498Z||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-27T06:49:11.498Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:11.512Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:11.512Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:11.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:11.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "policy-id",
  "timestamp": 1635317171518,
  "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-27T06:49:11.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:49:11.531Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:49:11.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317171738,
  "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-27T06:49:11.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:49:11.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317172752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317165017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317168216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317172313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317173146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317182309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317183222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317185517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317186522,
  "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-27T06:49:11.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:49:11.575Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:49:11.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317189428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317189470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "aai-ml",
  "timestamp": 1635317190474,
  "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-27T06:49:11.590Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:49:11.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:49:11.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317190925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "clamp",
  "timestamp": 1635317191928,
  "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-27T06:49:11.602Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
2021-10-27T06:49:11.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:49:11.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317207232,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:49:11.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317220500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317223288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317224598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317225894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317227046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317228049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317229064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317230072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:11.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:49:12.410Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:49:12.410Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"43346c6c-1213-4842-9935-b02745aee592","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"42b28924-ca36-47b8-b306-aa6ea83ea4cc","serviceDescription":"service","serviceInvariantUUID":"82a337bd-2e25-4ba6-a48e-adc939efef73","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8fbab412-5795-4415-aa6b-aba626f8378c","resourceInvariantUUID":"cf0fc0b9-e436-4d29-a474-1e2333dc8aa6","resourceCustomizationUUID":"ac88354f-8fb7-48fa-9d04-0169374e3ead","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":"ZTZmZWNhODg4MDY4OWJlMzMwZjQ1ZDgxNWFmODRmYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bc0f582-cd86-4aee-bbff-15b293856ec5","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":"Yjc0ODVlNzk3MGRkNmY0YTQ4MDhjZmYwZWNkYzYzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca387efc-1b20-46a1-b7d3-a90e38e098b2","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":"587d66ed-4315-4c66-9d74-bf3254271eed","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":"97fb2442-f643-4ffb-b999-fe1e469019d6","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":"faa39eb6-3be2-40e7-b90b-db43bb2fb779","artifactVersion":"2","generatedFromUUID":"587d66ed-4315-4c66-9d74-bf3254271eed"},{"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":"NTAzMjMyMWVlNzI2NGM2Zjc5NjBiMzkxYzRmMTAyZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e8c331a4-2938-4058-9e12-f7ad080716bf","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":"YzIwYzI3ZjgwNmJiNWMxNTg5MGI2NTc2ZDk5MjU1NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82309f5e-1e15-4bc8-98e5-f1b4db4c5c2b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWNmZTAxMDRjZmQwM2FmMDdiNzQzNTc1NzJiYmNiZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e6e1bda-444f-4d2d-8fb6-111e3005f12f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:49:12.411Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:12.411Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:12.414Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:12.414Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:12.514Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:12.515Z||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-27T06:49:12.515Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:12.528Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:12.529Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:13.414Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:13.415Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:13.422Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:13.423Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:49:13.523Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:13.524Z||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-27T06:49:13.524Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:13.539Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:13.539Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:14.423Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:14.424Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:14.426Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:14.426Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:49:14.526Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:14.527Z||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-27T06:49:14.528Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:14.564Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:14.564Z||pool-58-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:15.427Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:15.428Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:15.430Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:15.430Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:15.532Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-27T06:49:15.532Z||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-27T06:49:15.533Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:15.550Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:15.550Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:16.430Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:16.431Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:16.433Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:16.433Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:49:16.533Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:16.534Z||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-27T06:49:16.535Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:16.546Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:16.547Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:17.434Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:17.434Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:17.437Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:17.437Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:17.537Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:17.537Z||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-27T06:49:17.537Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:17.549Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:17.549Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:49:18.438Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:18.439Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:18.440Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:18.441Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:49:18.541Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:18.542Z||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-27T06:49:18.542Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:18.555Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:18.555Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1}
2021-10-27T06:49:19.441Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:49:19.442Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:19.443Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:19.444Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:49:19.544Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:19.544Z||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-27T06:49:19.545Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:19.562Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:19.563Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:20.445Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "42b28924-ca36-47b8-b306-aa6ea83ea4cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82a337bd-2e25-4ba6-a48e-adc939efef73",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ac88354f-8fb7-48fa-9d04-0169374e3ead",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8fbab412-5795-4415-aa6b-aba626f8378c",
      "resourceInvariantUUID": "cf0fc0b9-e436-4d29-a474-1e2333dc8aa6",
      "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": "Yjc0ODVlNzk3MGRkNmY0YTQ4MDhjZmYwZWNkYzYzOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca387efc-1b20-46a1-b7d3-a90e38e098b2",
          "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": "587d66ed-4315-4c66-9d74-bf3254271eed",
          "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": "faa39eb6-3be2-40e7-b90b-db43bb2fb779",
            "generatedFromUUID": "587d66ed-4315-4c66-9d74-bf3254271eed"
          },
          "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": "faa39eb6-3be2-40e7-b90b-db43bb2fb779",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NWNmZTAxMDRjZmQwM2FmMDdiNzQzNTc1NzJiYmNiZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e6e1bda-444f-4d2d-8fb6-111e3005f12f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:49:20.445Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:49:20.445Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42b28924-ca36-47b8-b306-aa6ea83ea4cc ASDC
2021-10-27T06:49:20.446Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:43346c6c-1213-4842-9935-b02745aee592
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:42b28924-ca36-47b8-b306-aa6ea83ea4cc
ServiceInvariantUUID:82a337bd-2e25-4ba6-a48e-adc939efef73
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:0e6e1bda-444f-4d2d-8fb6-111e3005f12f
ArtifactChecksum:NWNmZTAxMDRjZmQwM2FmMDdiNzQzNTc1NzJiYmNiZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ac88354f-8fb7-48fa-9d04-0169374e3ead
ResourceInvariantUUID:cf0fc0b9-e436-4d29-a474-1e2333dc8aa6
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8fbab412-5795-4415-aa6b-aba626f8378c
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:ca387efc-1b20-46a1-b7d3-a90e38e098b2
ArtifactChecksum:Yjc0ODVlNzk3MGRkNmY0YTQ4MDhjZmYwZWNkYzYzOGE=
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:587d66ed-4315-4c66-9d74-bf3254271eed
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:faa39eb6-3be2-40e7-b90b-db43bb2fb779
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:faa39eb6-3be2-40e7-b90b-db43bb2fb779
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:49:20.446Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42b28924-ca36-47b8-b306-aa6ea83ea4cc 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-27T06:49:20.491Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:49:20.491Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:49:20.492Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:49:20.492Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e6e1bda-444f-4d2d-8fb6-111e3005f12f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-27T06:49:20.492Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:49:20.492Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-27T06:49:21.283Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:49:21.287Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0e6e1bda-444f-4d2d-8fb6-111e3005f12f 78610
2021-10-27T06:49:21.288Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:21.288Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:21.288Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:49:21.323Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:21.326Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:21.326Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317361287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:21.426Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:21.426Z||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-27T06:49:21.426Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:21.438Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:21.438Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:22.326Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:49:22.327Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:49:22.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0e6e1bda-444f-4d2d-8fb6-111e3005f12f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-27T06:49:22.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-27T06:49:22.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-27T06:49:22.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-27T06:49:22.491Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12305279486528367867/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-27T06:49:23.673Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:49:23.673Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:49:23.674Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-27T06:49:23.674Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:49:23.674Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.674Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.674Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:23.675Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:49:23.676Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.676Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.676Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:23.676Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:49:23.677Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:49:23.677Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.677Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.677Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:23.678Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:49:23.678Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:49:23.678Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.678Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.678Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.679Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-27T06:49:23.679Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-27T06:49:23.679Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-27T06:49:23.679Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-27T06:49:23.680Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:49:23.680Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:49:23.680Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.680Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:49:23.681Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.681Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:23.681Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:23.681Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.682Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:23.682Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:23.682Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.682Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:23.683Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:23.683Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.683Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-27T06:49:23.683Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-27T06:49:23.683Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:49:23.684Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7da4d03b-1015-40c6-956e-9d965bf237d2
2021-10-27T06:49:23.684Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.684Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.684Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.684Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.685Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.685Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.685Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:23.685Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:23.685Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:42b28924-ca36-47b8-b306-aa6ea83ea4cc
Model Version:NULL
Model InvariantUuid:82a337bd-2e25-4ba6-a48e-adc939efef73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c38c3a0e-d55e-4ed6-83ea-89a2c4b27c83
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf0fc0b9-e436-4d29-a474-1e2333dc8aa6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ac88354f-8fb7-48fa-9d04-0169374e3ead
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60e02283-dd65-407c-a815-78d3b9e8113a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1b50b109-9b6a-4517-8ec2-605919a1b716
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7da4d03b-1015-40c6-956e-9d965bf237d2
ModelInvariantUuid:f8282ce7-351b-44f5-accd-223b03be4700
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:330552d2-938e-475e-8b8c-f108955f3b97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:27b1b729-8f08-447f-96c9-40b3bc511917
ModelInvariantUuid:3d045704-418c-42ea-9624-32c2087f5e46
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a9470f6c-a266-4b82-9a4e-5ef2c5d67d71
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-27T06:49:23.691Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8fbab412-5795-4415-aa6b-aba626f8378c
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-27T06:49:23.694Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2021-10-27T06:49:23.694Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8fbab412-5795-4415-aa6b-aba626f8378c
2021-10-27T06:49:23.694Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ca387efc-1b20-46a1-b7d3-a90e38e098b2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-27T06:49:23.695Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:49:23.695Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:24.001Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:49:24.001Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ca387efc-1b20-46a1-b7d3-a90e38e098b2 792
2021-10-27T06:49:24.003Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:24.003Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:24.003Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:49:24.004Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:24.006Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:24.006Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317364003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:24.106Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:24.107Z||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-27T06:49:24.107Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:24.134Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:24.135Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:25.006Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "60e02283-dd65-407c-a815-78d3b9e8113a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b50b109-9b6a-4517-8ec2-605919a1b716",
    "vfModuleModelCustomizationUUID": "785455b4-30ac-43f7-8ee1-5515dc48d7e4",
    "isBase": true,
    "artifacts": [
      "587d66ed-4315-4c66-9d74-bf3254271eed",
      "faa39eb6-3be2-40e7-b90b-db43bb2fb779"
    ],
    "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-27T06:49:25.011Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b50b109-9b6a-4517-8ec2-605919a1b716
VfModuleModelInvariantUUID:60e02283-dd65-407c-a815-78d3b9e8113a
VfModuleModelDescription:NULL
Artifacts UUID List:{
587d66ed-4315-4c66-9d74-bf3254271eed
,
faa39eb6-3be2-40e7-b90b-db43bb2fb779

}
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-27T06:49:25.014Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "60e02283-dd65-407c-a815-78d3b9e8113a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b50b109-9b6a-4517-8ec2-605919a1b716",
    "vfModuleModelCustomizationUUID": "785455b4-30ac-43f7-8ee1-5515dc48d7e4",
    "isBase": true,
    "artifacts": [
      "587d66ed-4315-4c66-9d74-bf3254271eed",
      "faa39eb6-3be2-40e7-b90b-db43bb2fb779"
    ],
    "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-27T06:49:25.014Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b50b109-9b6a-4517-8ec2-605919a1b716
VfModuleModelInvariantUUID:60e02283-dd65-407c-a815-78d3b9e8113a
VfModuleModelDescription:NULL
Artifacts UUID List:{
587d66ed-4315-4c66-9d74-bf3254271eed
,
faa39eb6-3be2-40e7-b90b-db43bb2fb779

}
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-27T06:49:25.014Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 587d66ed-4315-4c66-9d74-bf3254271eed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-27T06:49:25.014Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:49:25.015Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:25.124Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:49:25.125Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 587d66ed-4315-4c66-9d74-bf3254271eed 5033
2021-10-27T06:49:25.125Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:25.125Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:25.125Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:49:25.126Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:25.127Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:25.128Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317365125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:25.228Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:25.229Z||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-27T06:49:25.229Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:25.241Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:25.241Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:49:26.128Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: faa39eb6-3be2-40e7-b90b-db43bb2fb779 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-27T06:49:26.129Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:49:26.129Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:26.313Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:49:26.313Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env faa39eb6-3be2-40e7-b90b-db43bb2fb779 903
2021-10-27T06:49:26.314Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:26.314Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:26.314Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:49:26.314Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:26.320Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:26.320Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317366314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:49:26.420Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:26.421Z||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-27T06:49:26.421Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:26.432Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:26.432Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:27.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 42b28924-ca36-47b8-b306-aa6ea83ea4cc
2021-10-27T06:49:27.328Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8fbab412-5795-4415-aa6b-aba626f8378c 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-27T06:49:27.358Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c1e8f79, org.onap.sdc.toscaparser.api.parameters.Input@19d1d017, org.onap.sdc.toscaparser.api.parameters.Input@7b494926, org.onap.sdc.toscaparser.api.parameters.Input@4af40f83, org.onap.sdc.toscaparser.api.parameters.Input@12c934e3]
2021-10-27T06:49:27.361Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.361Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.361Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:49:27.362Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ac88354f-8fb7-48fa-9d04-0169374e3ead
2021-10-27T06:49:27.362Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac88354f-8fb7-48fa-9d04-0169374e3ead matches Tosca VF Customization UUID: ac88354f-8fb7-48fa-9d04-0169374e3ead
2021-10-27T06:49:27.362Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ac88354f-8fb7-48fa-9d04-0169374e3ead  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-27T06:49:27.365Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.365Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.366Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ac88354f-8fb7-48fa-9d04-0169374e3ead: {\"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-27T06:49:27.366Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5edcef38
2021-10-27T06:49:27.366Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.366Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:49:27.367Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 785455b4-30ac-43f7-8ee1-5515dc48d7e4
2021-10-27T06:49:27.367Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 785455b4-30ac-43f7-8ee1-5515dc48d7e4
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-27T06:49:27.370Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.371Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:27.371Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:27.372Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.372Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:27.373Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:27.373Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.373Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-27T06:49:27.374Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-27T06:49:27.374Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:49:27.374Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7da4d03b-1015-40c6-956e-9d965bf237d2
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-27T06:49:27.378Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.378Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:27.378Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:49:27.379Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.379Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-27T06:49:27.379Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ac88354f-8fb7-48fa-9d04-0169374e3ead
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-27T06:49:27.381Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.381Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.381Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 42b28924-ca36-47b8-b306-aa6ea83ea4cc: basic_vm_macro
2021-10-27T06:49:27.381Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.382Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.382Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.382Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.382Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.383Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.383Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.383Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.383Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:49:27.384Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:49:27.384Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:27.492Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8fbab412-5795-4415-aa6b-aba626f8378c 1 ASDC deployResourceStructure
2021-10-27T06:49:27.493Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:27.493Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:27.493Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:49:27.493Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:27.496Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:27.496Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317367493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:27.596Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:27.597Z||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-27T06:49:27.597Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:27.611Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:27.611Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:28.500Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:28.501Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:28.501Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:49:28.501Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:28.503Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:28.503Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317368500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:28.603Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:28.604Z||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-27T06:49:28.604Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:28.628Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:28.629Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:29.503Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:29.504Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:29.504Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:49:29.504Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:29.506Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:29.506Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317369503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:29.606Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:29.607Z||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-27T06:49:29.607Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:29.622Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:29.622Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:30.508Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:30.509Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:30.509Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:49:30.509Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:49:30.510Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:49:30.510Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317370508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:49:30.611Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:49:30.612Z||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-27T06:49:30.612Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:49:30.638Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:49:30.638Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:49:31.511Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43346c6c-1213-4842-9935-b02745aee592
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:49:31.520Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43346c6c-1213-4842-9935-b02745aee592
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:49:31.523Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:49:31.523Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:49:31.523Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:49:31.523Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:49:31.523Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.524Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.524Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.524Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.524Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.524Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:49:31.525Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:49:31.529Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:50:01.530Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43346c6c-1213-4842-9935-b02745aee592 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-27T06:50:01.543Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43346c6c-1213-4842-9935-b02745aee592 and serviceModelVersionId: 42b28924-ca36-47b8-b306-aa6ea83ea4cc
2021-10-27T06:50:01.544Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82a337bd-2e25-4ba6-a48e-adc939efef73
2021-10-27T06:50:01.545Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?depth=0
2021-10-27T06:50:01.555Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:50:01.626Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?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-27T06:50:01.629Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?depth=0|INFO|500||Invoke
2021-10-27T06:50:01.652Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:50:01.899Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?depth=0|INFO|500||InvokeReturn
2021-10-27T06:50:01.900Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a337bd-2e25-4ba6-a48e-adc939efef73/model-vers/model-ver/42b28924-ca36-47b8-b306-aa6ea83ea4cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-06:50:01:660-38654], vertex-id=[241760], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:50:01 GMT], Content-Type=[application/json]}
2021-10-27T06:50:01.900Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:50:01.904Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:50:01.905Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:50:01.909Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||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-27T06:50:01.910Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43346c6c-1213-4842-9935-b02745aee592 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:50:01.911Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:50:01.911Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:01.916Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:01.916Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317401910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:50:02.016Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:50:02.018Z||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-27T06:50:02.019Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:02.046Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:02.053Z||pool-72-thread-1|||||INFO|500||cambria reply ok (37 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-27T06:50:02.929Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:50:02.929Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"74ffe351-1c06-45ce-9d5b-07a705dc1b0b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c555a81b-98a0-45f8-b424-02d81dd60017","serviceDescription":"service","serviceInvariantUUID":"b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9f5cedc-0197-4fb3-b706-5af1976eef35","resourceInvariantUUID":"39f8e4fd-fe00-4203-af63-f5f98acfba51","resourceCustomizationUUID":"8683231a-37a0-4c12-ae62-d6d87e51081a","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":"ZDk4Y2Q3Y2Q3MmMzM2I5NWZjNmRkMDBiNjE0ZGUzNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d75804c6-47d3-4c6b-a9d5-9101833386ab","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":"2c4c1896-620b-4c7c-91af-b99782d7952f","artifactVersion":"2","generatedFromUUID":"4c1eba51-37ac-46ec-aca8-95dc6111fe21"},{"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":"4c1eba51-37ac-46ec-aca8-95dc6111fe21","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":"Nzc2MWZhODE1ZjhkZWNkY2FkNDRhNzYwZTc4NGNhZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb796528-d98e-4af8-a386-d357d8b1b94b","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":"071157d0-7cbe-482f-909f-94c4b059062d","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":"4c5e51fa-d128-4d31-928e-e7b55b318bfc","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":"a403f7f2-703c-4ded-a73f-64013a477cd7","artifactVersion":"2","generatedFromUUID":"071157d0-7cbe-482f-909f-94c4b059062d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDg3NmYyNzJiYmMyZDk5NDRlOWM4ZDg3M2E5OTk1ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e4ff0f5-75b8-447e-814a-96a12b3c8868","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWUxMWY5YzY5MDBlZWM0ZTA2YzQ0ZDkzZGQ2Y2E0OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e96d8da-c187-483e-aed8-0a47df6f4620","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:50:02.929Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:02.930Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:02.931Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:02.931Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:50:03.032Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-27T06:50:03.033Z||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-27T06:50:03.033Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:03.061Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:03.061Z||pool-73-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:03.932Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:03.932Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:03.934Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:03.934Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-27T06:50:04.035Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-27T06:50:04.036Z||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-27T06:50:04.036Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:04.049Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:04.049Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:04.935Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:04.936Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:04.942Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:04.942Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-27T06:50:05.038Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:50:05.039Z||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-27T06:50:05.039Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:05.061Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:05.062Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:05.943Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:05.944Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:05.946Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:05.946Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:50:06.046Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:06.047Z||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-27T06:50:06.047Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:06.064Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:06.065Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:06.946Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:06.947Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:06.949Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:06.950Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:50:07.050Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:07.050Z||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-27T06:50:07.051Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:07.089Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:07.089Z||pool-77-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:07.950Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:07.951Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:07.953Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:07.953Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:50:08.053Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:08.054Z||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-27T06:50:08.054Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:08.077Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:08.078Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:08.953Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:08.954Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:08.956Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:08.956Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-27T06:50:09.056Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:09.057Z||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-27T06:50:09.057Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:09.085Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:09.086Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:09.957Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:09.958Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:09.959Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:09.959Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:50:10.060Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:50:10.060Z||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-27T06:50:10.060Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:10.072Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:10.072Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:10.960Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:50:10.961Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:10.962Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:10.963Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:50:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:50:10.987Z||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-27T06:50:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:11.009Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:11.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:50:11.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317351393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:50:11.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:50:11.063Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:11.064Z||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-27T06:50:11.064Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:11.075Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:11.075Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:11.964Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c555a81b-98a0-45f8-b424-02d81dd60017",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "8683231a-37a0-4c12-ae62-d6d87e51081a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9f5cedc-0197-4fb3-b706-5af1976eef35",
      "resourceInvariantUUID": "39f8e4fd-fe00-4203-af63-f5f98acfba51",
      "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": "2c4c1896-620b-4c7c-91af-b99782d7952f",
          "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": "4c1eba51-37ac-46ec-aca8-95dc6111fe21",
          "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": "Nzc2MWZhODE1ZjhkZWNkY2FkNDRhNzYwZTc4NGNhZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb796528-d98e-4af8-a386-d357d8b1b94b",
          "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": "071157d0-7cbe-482f-909f-94c4b059062d",
          "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": "a403f7f2-703c-4ded-a73f-64013a477cd7",
            "generatedFromUUID": "071157d0-7cbe-482f-909f-94c4b059062d"
          },
          "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": "a403f7f2-703c-4ded-a73f-64013a477cd7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWUxMWY5YzY5MDBlZWM0ZTA2YzQ0ZDkzZGQ2Y2E0OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e96d8da-c187-483e-aed8-0a47df6f4620"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:50:11.964Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:50:11.965Z|43346c6c-1213-4842-9935-b02745aee592|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c555a81b-98a0-45f8-b424-02d81dd60017 ASDC
2021-10-27T06:50:11.965Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:74ffe351-1c06-45ce-9d5b-07a705dc1b0b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c555a81b-98a0-45f8-b424-02d81dd60017
ServiceInvariantUUID:b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8
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:7e96d8da-c187-483e-aed8-0a47df6f4620
ArtifactChecksum:OWUxMWY5YzY5MDBlZWM0ZTA2YzQ0ZDkzZGQ2Y2E0OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8683231a-37a0-4c12-ae62-d6d87e51081a
ResourceInvariantUUID:39f8e4fd-fe00-4203-af63-f5f98acfba51
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c9f5cedc-0197-4fb3-b706-5af1976eef35
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:2c4c1896-620b-4c7c-91af-b99782d7952f
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:4c1eba51-37ac-46ec-aca8-95dc6111fe21
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:bb796528-d98e-4af8-a386-d357d8b1b94b
ArtifactChecksum:Nzc2MWZhODE1ZjhkZWNkY2FkNDRhNzYwZTc4NGNhZTg=
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:071157d0-7cbe-482f-909f-94c4b059062d
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:a403f7f2-703c-4ded-a73f-64013a477cd7
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:a403f7f2-703c-4ded-a73f-64013a477cd7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:50:11.965Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c555a81b-98a0-45f8-b424-02d81dd60017 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-27T06:50:12.005Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:50:12.005Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:50:12.005Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:50:12.005Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7e96d8da-c187-483e-aed8-0a47df6f4620 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-27T06:50:12.005Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:12.006Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-27T06:50:12.123Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:12.129Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7e96d8da-c187-483e-aed8-0a47df6f4620 68761
2021-10-27T06:50:12.129Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:12.129Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:12.129Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:12.130Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:12.133Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:12.133Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317412129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:12.233Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:12.233Z||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-27T06:50:12.234Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:12.248Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:12.249Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:13.133Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:50:13.135Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:50:13.135Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7e96d8da-c187-483e-aed8-0a47df6f4620, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-27T06:50:13.136Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-27T06:50:13.136Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-27T06:50:13.136Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-27T06:50:13.279Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13190750880016651105/Definitions/service-BasicCnf-template.yml
2021-10-27T06:50:14.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:50:14.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:50:14.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.508Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:14.508Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:50:14.508Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:50:14.508Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.508Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:14.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:14.511Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.511Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:14.511Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:14.511Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-27T06:50:14.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4ed520bb-9ad9-4e5f-a7fd-7190c6e06c7e
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:14.514Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:14.514Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c555a81b-98a0-45f8-b424-02d81dd60017
Model Version:NULL
Model InvariantUuid:b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8ea91ab7-ab28-4776-9d8a-0c3ee7250a09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:39f8e4fd-fe00-4203-af63-f5f98acfba51
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8683231a-37a0-4c12-ae62-d6d87e51081a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1cae9184-84b3-49bf-9a33-9f7e051c177b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6c6ddf6a-eb5f-493c-9bd9-088b890ab4b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4ed520bb-9ad9-4e5f-a7fd-7190c6e06c7e
ModelInvariantUuid:caf7e728-8291-462b-b9c9-e70f5770ed45
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:da7ff152-44d5-4609-b243-4c788be1da83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7987c897-72c9-449b-add0-4b92246630b7
ModelInvariantUuid:356609a7-9f09-4360-a945-1143c68de5a6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b7544e37-001b-4a1d-9921-3f2463d1bb3c
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-27T06:50:14.520Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c9f5cedc-0197-4fb3-b706-5af1976eef35
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-27T06:50:14.523Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-10-27T06:50:14.523Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9f5cedc-0197-4fb3-b706-5af1976eef35
2021-10-27T06:50:14.523Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c4c1896-620b-4c7c-91af-b99782d7952f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-27T06:50:14.523Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:14.523Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.622Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:14.623Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2c4c1896-620b-4c7c-91af-b99782d7952f 12
2021-10-27T06:50:14.625Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.625Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:14.625Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:14.625Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:14.627Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:14.627Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317414625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:14.727Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:14.728Z||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-27T06:50:14.728Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:14.740Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:14.741Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:15.628Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c1eba51-37ac-46ec-aca8-95dc6111fe21 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-27T06:50:15.628Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:15.628Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:15.905Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:15.905Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4c1eba51-37ac-46ec-aca8-95dc6111fe21 2688
2021-10-27T06:50:15.905Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:15.906Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:15.906Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:15.906Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:15.908Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:15.908Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317415905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:16.008Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:16.009Z||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-27T06:50:16.009Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:16.020Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:16.021Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:16.909Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bb796528-d98e-4af8-a386-d357d8b1b94b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-27T06:50:16.910Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:16.910Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:17.105Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:17.105Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bb796528-d98e-4af8-a386-d357d8b1b94b 828
2021-10-27T06:50:17.106Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:17.106Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:17.106Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:17.106Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:17.108Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:17.108Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317417106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:17.208Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:17.209Z||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-27T06:50:17.209Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:17.222Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:17.222Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:18.108Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1cae9184-84b3-49bf-9a33-9f7e051c177b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c6ddf6a-eb5f-493c-9bd9-088b890ab4b7",
    "vfModuleModelCustomizationUUID": "268777bb-9c0a-47a8-8a61-755858769419",
    "isBase": true,
    "artifacts": [
      "071157d0-7cbe-482f-909f-94c4b059062d",
      "4c1eba51-37ac-46ec-aca8-95dc6111fe21",
      "a403f7f2-703c-4ded-a73f-64013a477cd7"
    ],
    "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-27T06:50:18.113Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c6ddf6a-eb5f-493c-9bd9-088b890ab4b7
VfModuleModelInvariantUUID:1cae9184-84b3-49bf-9a33-9f7e051c177b
VfModuleModelDescription:NULL
Artifacts UUID List:{
071157d0-7cbe-482f-909f-94c4b059062d
,
4c1eba51-37ac-46ec-aca8-95dc6111fe21
,
a403f7f2-703c-4ded-a73f-64013a477cd7

}
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-27T06:50:18.114Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1cae9184-84b3-49bf-9a33-9f7e051c177b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c6ddf6a-eb5f-493c-9bd9-088b890ab4b7",
    "vfModuleModelCustomizationUUID": "268777bb-9c0a-47a8-8a61-755858769419",
    "isBase": true,
    "artifacts": [
      "071157d0-7cbe-482f-909f-94c4b059062d",
      "4c1eba51-37ac-46ec-aca8-95dc6111fe21",
      "a403f7f2-703c-4ded-a73f-64013a477cd7"
    ],
    "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-27T06:50:18.115Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c6ddf6a-eb5f-493c-9bd9-088b890ab4b7
VfModuleModelInvariantUUID:1cae9184-84b3-49bf-9a33-9f7e051c177b
VfModuleModelDescription:NULL
Artifacts UUID List:{
071157d0-7cbe-482f-909f-94c4b059062d
,
4c1eba51-37ac-46ec-aca8-95dc6111fe21
,
a403f7f2-703c-4ded-a73f-64013a477cd7

}
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-27T06:50:18.115Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 071157d0-7cbe-482f-909f-94c4b059062d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-27T06:50:18.115Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:18.116Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:18.309Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:18.309Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 071157d0-7cbe-482f-909f-94c4b059062d 1164
2021-10-27T06:50:18.310Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:18.310Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:18.310Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:18.310Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:18.312Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:18.312Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317418310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:18.412Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:18.413Z||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-27T06:50:18.413Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:18.429Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:18.430Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:19.317Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a403f7f2-703c-4ded-a73f-64013a477cd7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-27T06:50:19.317Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:50:19.318Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:19.483Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:50:19.483Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a403f7f2-703c-4ded-a73f-64013a477cd7 200
2021-10-27T06:50:19.483Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:19.483Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:19.484Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:50:19.484Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:19.486Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:19.486Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317419483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:50:19.586Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:19.587Z||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-27T06:50:19.587Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:19.600Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:19.600Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:20.486Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c555a81b-98a0-45f8-b424-02d81dd60017
2021-10-27T06:50:20.487Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c9f5cedc-0197-4fb3-b706-5af1976eef35 ASDC
2021-10-27T06:50:20.496Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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-27T06:50:20.505Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@626695b8, org.onap.sdc.toscaparser.api.parameters.Input@4de95bb9, org.onap.sdc.toscaparser.api.parameters.Input@363efa23, org.onap.sdc.toscaparser.api.parameters.Input@ff2e030, org.onap.sdc.toscaparser.api.parameters.Input@596f7f23]
2021-10-27T06:50:20.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:50:20.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8683231a-37a0-4c12-ae62-d6d87e51081a
2021-10-27T06:50:20.506Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8683231a-37a0-4c12-ae62-d6d87e51081a matches Tosca VF Customization UUID: 8683231a-37a0-4c12-ae62-d6d87e51081a
2021-10-27T06:50:20.507Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8683231a-37a0-4c12-ae62-d6d87e51081a  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-27T06:50:20.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8683231a-37a0-4c12-ae62-d6d87e51081a: {\"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-27T06:50:20.509Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7995590
2021-10-27T06:50:20.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:50:20.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 268777bb-9c0a-47a8-8a61-755858769419
2021-10-27T06:50:20.510Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 268777bb-9c0a-47a8-8a61-755858769419
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-27T06:50:20.511Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:20.512Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-27T06:50:20.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-27T06:50:20.513Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4ed520bb-9ad9-4e5f-a7fd-7190c6e06c7e
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-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-27T06:50:20.515Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8683231a-37a0-4c12-ae62-d6d87e51081a
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-27T06:50:20.517Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.517Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.517Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c555a81b-98a0-45f8-b424-02d81dd60017: basic_cnf
2021-10-27T06:50:20.517Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.518Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:50:20.519Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:50:20.519Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:20.576Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c9f5cedc-0197-4fb3-b706-5af1976eef35 1 ASDC deployResourceStructure
2021-10-27T06:50:20.577Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:20.577Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:20.577Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-27T06:50:20.577Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:20.579Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:20.580Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317420576,
  "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-27T06:50:20.679Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:50:20.680Z||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-27T06:50:20.680Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:20.692Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:20.692Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:21.585Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:21.585Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:21.585Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-27T06:50:21.585Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:21.587Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:21.587Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317421585,
  "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-27T06:50:21.687Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:21.688Z||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-27T06:50:21.688Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:21.699Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:21.699Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:22.592Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:22.592Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:22.593Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:50:22.593Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:22.595Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:22.595Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317422592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:50:22.695Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:22.696Z||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-27T06:50:22.696Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:22.707Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:22.707Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:23.596Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:23.597Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:23.597Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:50:23.597Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:23.599Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:23.599Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317423596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:50:23.699Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:23.700Z||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-27T06:50:23.700Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:23.712Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:23.713Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:50:24.605Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:24.606Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:24.606Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:50:24.606Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:24.609Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:24.609Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317424605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:50:24.709Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:50:24.710Z||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-27T06:50:24.710Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:24.727Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:24.727Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:25.609Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:25.610Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:25.610Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:50:25.610Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:25.612Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:25.612Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317425609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:50:25.712Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:50:25.713Z||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-27T06:50:25.713Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:25.729Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:25.729Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:50:26.613Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:50:26.627Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74ffe351-1c06-45ce-9d5b-07a705dc1b0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:50:26.634Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:50:26.634Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:50:26.634Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.635Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.636Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:50:26.636Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:26.643Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:50:56.643Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74ffe351-1c06-45ce-9d5b-07a705dc1b0b 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-27T06:50:56.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74ffe351-1c06-45ce-9d5b-07a705dc1b0b and serviceModelVersionId: c555a81b-98a0-45f8-b424-02d81dd60017
2021-10-27T06:50:56.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8
2021-10-27T06:50:56.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0
2021-10-27T06:50:56.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:50:56.705Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0|INFO|500||Invoke
2021-10-27T06:50:56.705Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74ffe351-1c06-45ce-9d5b-07a705dc1b0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfc0d47c-c99a-4f1a-9abd-df6620b32d4d], X-ECOMP-RequestID=[74ffe351-1c06-45ce-9d5b-07a705dc1b0b], X-TransactionId=[], X-ONAP-RequestID=[74ffe351-1c06-45ce-9d5b-07a705dc1b0b], Content-Type=[application/merge-patch+json]}
2021-10-27T06:50:56.731Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:50:56.988Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?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/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-06:50:56:737-13749], vertex-id=[188432], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:50:56 GMT], Content-Type=[application/json]}
2021-10-27T06:50:56.989Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:50:56.989Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b5bee7e5-0dff-4f4f-a3e7-d8d6f8430dc8/model-vers/model-ver/c555a81b-98a0-45f8-b424-02d81dd60017?depth=0|INFO|500||InvokeReturn
2021-10-27T06:50:56.990Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:50:56.990Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:56.998Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||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-27T06:50:56.999Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74ffe351-1c06-45ce-9d5b-07a705dc1b0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:50:56.999Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:50:57.002Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:50:57.006Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:50:57.006Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317456999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:50:57.105Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:50:57.106Z||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-27T06:50:57.106Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:50:57.123Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:50:57.124Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:50:58.018Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:50:58.019Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:50:58.019Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:08.565Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:08.566Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:08.567Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:51:08.567Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:10.987Z||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-27T06:51:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:11.007Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:11.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317361287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317364003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317365125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:51:11.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317366314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317367493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317368500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317369503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317370508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43346c6c-1213-4842-9935-b02745aee592",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317401910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-27T06:51:11.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:11.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:51:11.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:51:11.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:51:18.145Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:18.149Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:18.151Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:51:18.151Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:27.688Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:27.689Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:27.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:51:27.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:37.232Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:37.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:37.234Z||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-27T06:51:37.234Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:46.856Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:51:46.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:51:46.858Z||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-27T06:51:46.858Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:51:56.424Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:52:10.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:52:10.983Z||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-27T06:52:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:52:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:52:10.986Z||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-27T06:52:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:52:11.019Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:52:11.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:52:11.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317208251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:52:11.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:52:20.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:53:10.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:53:10.986Z||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-27T06:53:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:53:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:53:10.986Z||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-27T06:53:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:53:11.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:53:11.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317412129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317414625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317415905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317417106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317418310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317419483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317420576,
  "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-27T06:53:11.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317421585,
  "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-27T06:53:11.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317422592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317423596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317424605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317425609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "74ffe351-1c06-45ce-9d5b-07a705dc1b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317456999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:53:11.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:53:20.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:54:10.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:54:10.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:54:10.989Z||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-27T06:54:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:54:10.989Z||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-27T06:54:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:54:20.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:54:20.615Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:55:10.982Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:55:10.984Z||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-27T06:55:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:55:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:55:10.986Z||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-27T06:55:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:55:20.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:55:20.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:10.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:56:10.984Z||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-27T06:56:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:10.987Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:56:10.987Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:56:10.988Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:11.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:11.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7db3e0b-6874-4e2c-b76a-e0108344f125","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ed3a0471-28bd-4b63-b0ed-3aaafb29852c","serviceDescription":"service","serviceInvariantUUID":"d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ddc73cd-9eae-4ad8-8e31-6203720a7f3f","resourceInvariantUUID":"6c0408aa-0a03-4a2e-b5c6-301134f4b774","resourceCustomizationUUID":"9c812932-b165-4a7e-8a2a-bab528ca1eb5","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":"73c921c5-7e8f-4802-b836-c0374ed9eab8","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":"Y2VkNTMyNTM3NGJjYmJhZDA1MDVlYmFmMDc0Y2VhNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"882ebfea-b102-4abf-a09a-d60c785f1dca","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":"OGZhMDA0MDJhOTU2MTdiMjM3NmFlOTU2NDU5NDVlNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57c4f2c3-7216-4d39-badd-51aa4c10a062","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":"231fcbf2-0d9c-4196-ae4d-e74ff0484e13","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":"b9e14866-d849-4cbc-8b1f-1f50d99838d2","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":"61953d91-ec5c-40de-ac6d-c02185e03b08","artifactVersion":"2","generatedFromUUID":"231fcbf2-0d9c-4196-ae4d-e74ff0484e13"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzdiNmQ4MWQzNTZmZDU4ZjRmZDIxOGUxZDIzOWZlZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b7ee01f-f093-40f3-94aa-cd559712a80d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzhkODJjOTJkMzUwNzI3NmE3MWI3OWExYTFlZGQyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31601d74-c48e-41c7-98ab-229abe4c6b10","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:56:11.638Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:11.639Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:11.642Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:11.642Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.647Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:11.649Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.649Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.650Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.651Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.652Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.653Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.654Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.655Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.656Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317725017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.657Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317717511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317719766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.658Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317734627,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317734629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.659Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317735635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317735798,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317728415,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.660Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.661Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.661Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "policy-id",
  "timestamp": 1635317736638,
  "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-27T06:56:11.680Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.681Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.689Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317736920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317737312,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317737946,
  "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-27T06:56:11.696Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.697Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.703Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.703Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.703Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.703Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.704Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "cds",
  "timestamp": 1635317738327,
  "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-27T06:56:11.707Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.707Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317738952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317731595,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317741224,
  "artifactURL": "/sdc/v1/catalog/services/ed3a0471-28bd-4b63-b0ed-3aaafb29852c/resourceInstances/basicclamp0/artifacts/73c921c5-7e8f-4802-b836-c0374ed9eab8",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317742484,
  "artifactURL": "/sdc/v1/catalog/services/ed3a0471-28bd-4b63-b0ed-3aaafb29852c/resourceInstances/basicclamp0/artifacts/73c921c5-7e8f-4802-b836-c0374ed9eab8",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.718Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.719Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.719Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "dcae-sch",
  "timestamp": 1635317743488,
  "artifactURL": "/sdc/v1/catalog/services/ed3a0471-28bd-4b63-b0ed-3aaafb29852c/resourceInstances/basicclamp0/artifacts/73c921c5-7e8f-4802-b836-c0374ed9eab8",
  "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-27T06:56:11.723Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.723Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.732Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.733Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317738216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.734Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.736Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.736Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.736Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.736Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.736Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.737Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.738Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317742313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317743146,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:11.739Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317751006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317751083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.740Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317751898,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317752010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:11.741Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.742Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.742Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317754350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.742Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.742Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:11.742Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.742Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317755356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-10-27T06:56:11.743Z||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-27T06:56:11.743Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:56:11.747Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.747Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.755Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.755Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317756069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.755Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.755Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.756Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317757071,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.756Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.756Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.756Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "clamp",
  "timestamp": 1635317758074,
  "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-27T06:56:11.762Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.762Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.803Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.804Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317760390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:11.804Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:56:11.804Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:56:11.804Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "aai-ml",
  "timestamp": 1635317761395,
  "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-27T06:56:11.829Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c7db3e0b-6874-4e2c-b76a-e0108344f125
2021-10-27T06:56:11.829Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:56:11.885Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:11.885Z||pool-95-thread-1|||||INFO|500||cambria reply ok (143 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:12.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:12.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:12.645Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:12.645Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:12.745Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:12.746Z||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-27T06:56:12.746Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:12.760Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:12.761Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:13.645Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:13.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:13.649Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:13.649Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:56:13.748Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-27T06:56:13.748Z||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-27T06:56:13.749Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:13.760Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:13.760Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:14.650Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:14.650Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:14.652Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:14.652Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:56:14.752Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:14.753Z||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-27T06:56:14.753Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:14.763Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:14.764Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:15.653Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:15.653Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:15.659Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:15.659Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:15.755Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:56:15.756Z||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-27T06:56:15.756Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:15.776Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:15.776Z||pool-99-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:16.660Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:16.660Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:16.664Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:16.664Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:56:16.764Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:16.765Z||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-27T06:56:16.765Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:16.776Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:16.777Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:17.664Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:17.665Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:17.675Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:17.676Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:56:17.767Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-10-27T06:56:17.768Z||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-27T06:56:17.768Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:17.781Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:17.781Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:18.676Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:56:18.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:18.681Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:18.681Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:56:18.781Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:18.782Z||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-27T06:56:18.782Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:18.794Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:18.794Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:56:19.682Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ed3a0471-28bd-4b63-b0ed-3aaafb29852c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9c812932-b165-4a7e-8a2a-bab528ca1eb5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ddc73cd-9eae-4ad8-8e31-6203720a7f3f",
      "resourceInvariantUUID": "6c0408aa-0a03-4a2e-b5c6-301134f4b774",
      "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": "OGZhMDA0MDJhOTU2MTdiMjM3NmFlOTU2NDU5NDVlNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57c4f2c3-7216-4d39-badd-51aa4c10a062",
          "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": "231fcbf2-0d9c-4196-ae4d-e74ff0484e13",
          "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": "61953d91-ec5c-40de-ac6d-c02185e03b08",
            "generatedFromUUID": "231fcbf2-0d9c-4196-ae4d-e74ff0484e13"
          },
          "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": "61953d91-ec5c-40de-ac6d-c02185e03b08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MzhkODJjOTJkMzUwNzI3NmE3MWI3OWExYTFlZGQyNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31601d74-c48e-41c7-98ab-229abe4c6b10"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:56:19.682Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:56:19.682Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed3a0471-28bd-4b63-b0ed-3aaafb29852c ASDC
2021-10-27T06:56:19.683Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c7db3e0b-6874-4e2c-b76a-e0108344f125
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ed3a0471-28bd-4b63-b0ed-3aaafb29852c
ServiceInvariantUUID:d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6
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:31601d74-c48e-41c7-98ab-229abe4c6b10
ArtifactChecksum:MzhkODJjOTJkMzUwNzI3NmE3MWI3OWExYTFlZGQyNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9c812932-b165-4a7e-8a2a-bab528ca1eb5
ResourceInvariantUUID:6c0408aa-0a03-4a2e-b5c6-301134f4b774
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2ddc73cd-9eae-4ad8-8e31-6203720a7f3f
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:57c4f2c3-7216-4d39-badd-51aa4c10a062
ArtifactChecksum:OGZhMDA0MDJhOTU2MTdiMjM3NmFlOTU2NDU5NDVlNDM=
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:231fcbf2-0d9c-4196-ae4d-e74ff0484e13
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:61953d91-ec5c-40de-ac6d-c02185e03b08
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:61953d91-ec5c-40de-ac6d-c02185e03b08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-27T06:56:19.683Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed3a0471-28bd-4b63-b0ed-3aaafb29852c 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-27T06:56:19.719Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:56:19.720Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:56:19.720Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:56:19.721Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 31601d74-c48e-41c7-98ab-229abe4c6b10 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-27T06:56:19.721Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T06:56:19.721Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-27T06:56:19.883Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T06:56:19.886Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 31601d74-c48e-41c7-98ab-229abe4c6b10 73468
2021-10-27T06:56:19.886Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:19.886Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:19.886Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:56:19.886Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:19.888Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:19.889Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317779886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:19.988Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:19.989Z||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-27T06:56:19.989Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:20.002Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:20.002Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:56:20.889Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:56:20.890Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:56:20.891Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 31601d74-c48e-41c7-98ab-229abe4c6b10, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:20.891Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-27T06:56:20.892Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:20.892Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:21.069Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP630293615618259211/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-27T06:56:22.305Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:56:22.305Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T06:56:22.305Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:22.306Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.307Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.307Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-27T06:56:22.307Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.307Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T06:56:22.308Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.309Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.309Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:22.310Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T06:56:22.310Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:56:22.310Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.310Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.311Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:22.311Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T06:56:22.311Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:56:22.311Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.311Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.312Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.312Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-27T06:56:22.312Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-27T06:56:22.313Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-27T06:56:22.313Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-27T06:56:22.313Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:56:22.313Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:56:22.313Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.314Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:56:22.314Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.314Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:22.314Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:22.315Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.315Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:22.315Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:22.315Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.316Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:22.316Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:22.316Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.316Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-27T06:56:22.317Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:56:22.317Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:56:22.317Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6928436f-f70e-4345-976f-110570c5da7e
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.318Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.319Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:22.320Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:22.321Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ed3a0471-28bd-4b63-b0ed-3aaafb29852c
Model Version:NULL
Model InvariantUuid:d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:16706247-fd01-4d0b-be26-1ec7fd443bad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c0408aa-0a03-4a2e-b5c6-301134f4b774
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9c812932-b165-4a7e-8a2a-bab528ca1eb5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ae4268f3-9ea4-40ce-b336-dcd6173ab5d1
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:065d2293-d12d-4abf-9639-e68f7f66791e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6928436f-f70e-4345-976f-110570c5da7e
ModelInvariantUuid:8565eeb4-010c-4d01-b602-992e8701f2cb
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a9a25568-4c1a-45d3-ba5e-4ff50c1a1dcd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e040bb99-43c1-4297-beed-81872d89cfb5
ModelInvariantUuid:2aa615d5-8cd4-4ac0-aad0-989ebeeed625
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:31458539-4d9a-4348-bcbc-fb2b7f2b9fad
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-27T06:56:22.331Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ddc73cd-9eae-4ad8-8e31-6203720a7f3f
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-27T06:56:22.334Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-10-27T06:56:22.335Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ddc73cd-9eae-4ad8-8e31-6203720a7f3f
2021-10-27T06:56:22.335Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57c4f2c3-7216-4d39-badd-51aa4c10a062 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-27T06:56:22.335Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T06:56:22.335Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.589Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T06:56:22.590Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 57c4f2c3-7216-4d39-badd-51aa4c10a062 790
2021-10-27T06:56:22.590Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.590Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:22.590Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:56:22.591Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:22.593Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:22.593Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317782590,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:22.693Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:22.694Z||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-27T06:56:22.694Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:22.707Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:22.708Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:23.594Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae4268f3-9ea4-40ce-b336-dcd6173ab5d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "065d2293-d12d-4abf-9639-e68f7f66791e",
    "vfModuleModelCustomizationUUID": "39964083-f120-459f-8cdb-99389e8f1f90",
    "isBase": true,
    "artifacts": [
      "231fcbf2-0d9c-4196-ae4d-e74ff0484e13",
      "61953d91-ec5c-40de-ac6d-c02185e03b08"
    ],
    "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-27T06:56:23.604Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065d2293-d12d-4abf-9639-e68f7f66791e
VfModuleModelInvariantUUID:ae4268f3-9ea4-40ce-b336-dcd6173ab5d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
231fcbf2-0d9c-4196-ae4d-e74ff0484e13
,
61953d91-ec5c-40de-ac6d-c02185e03b08

}
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-27T06:56:23.611Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ae4268f3-9ea4-40ce-b336-dcd6173ab5d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "065d2293-d12d-4abf-9639-e68f7f66791e",
    "vfModuleModelCustomizationUUID": "39964083-f120-459f-8cdb-99389e8f1f90",
    "isBase": true,
    "artifacts": [
      "231fcbf2-0d9c-4196-ae4d-e74ff0484e13",
      "61953d91-ec5c-40de-ac6d-c02185e03b08"
    ],
    "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-27T06:56:23.611Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065d2293-d12d-4abf-9639-e68f7f66791e
VfModuleModelInvariantUUID:ae4268f3-9ea4-40ce-b336-dcd6173ab5d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
231fcbf2-0d9c-4196-ae4d-e74ff0484e13
,
61953d91-ec5c-40de-ac6d-c02185e03b08

}
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-27T06:56:23.611Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 231fcbf2-0d9c-4196-ae4d-e74ff0484e13 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-27T06:56:23.611Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T06:56:23.612Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:23.993Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T06:56:23.994Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 231fcbf2-0d9c-4196-ae4d-e74ff0484e13 5033
2021-10-27T06:56:23.994Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:23.994Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:23.994Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:56:23.994Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:23.996Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:23.996Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317783994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:24.096Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:24.096Z||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-27T06:56:24.096Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:24.109Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:24.109Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:24.999Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 61953d91-ec5c-40de-ac6d-c02185e03b08 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-27T06:56:24.999Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T06:56:25.000Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:25.109Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T06:56:25.110Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 61953d91-ec5c-40de-ac6d-c02185e03b08 909
2021-10-27T06:56:25.110Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:25.110Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:25.110Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:56:25.110Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:25.112Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:25.112Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317785110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:56:25.212Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:25.213Z||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-27T06:56:25.213Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:25.245Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:25.246Z||pool-106-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:56:26.113Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ed3a0471-28bd-4b63-b0ed-3aaafb29852c
2021-10-27T06:56:26.113Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2ddc73cd-9eae-4ad8-8e31-6203720a7f3f 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-27T06:56:26.126Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6afc17cd, org.onap.sdc.toscaparser.api.parameters.Input@2963cc03, org.onap.sdc.toscaparser.api.parameters.Input@4e7f72d9, org.onap.sdc.toscaparser.api.parameters.Input@4f05f9f1, org.onap.sdc.toscaparser.api.parameters.Input@45cdcda3]
2021-10-27T06:56:26.127Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.128Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.128Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-10-27T06:56:26.128Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9c812932-b165-4a7e-8a2a-bab528ca1eb5
2021-10-27T06:56:26.128Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9c812932-b165-4a7e-8a2a-bab528ca1eb5 matches Tosca VF Customization UUID: 9c812932-b165-4a7e-8a2a-bab528ca1eb5
2021-10-27T06:56:26.128Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9c812932-b165-4a7e-8a2a-bab528ca1eb5  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-27T06:56:26.130Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.130Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.131Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9c812932-b165-4a7e-8a2a-bab528ca1eb5: {\"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-27T06:56:26.131Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@270fec95
2021-10-27T06:56:26.131Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.132Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:56:26.132Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39964083-f120-459f-8cdb-99389e8f1f90
2021-10-27T06:56:26.132Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39964083-f120-459f-8cdb-99389e8f1f90
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-27T06:56:26.134Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.134Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:26.134Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:26.135Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.135Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:26.135Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:26.135Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.136Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-27T06:56:26.136Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:56:26.136Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:56:26.136Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6928436f-f70e-4345-976f-110570c5da7e
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-27T06:56:26.138Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.138Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:26.138Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:56:26.139Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.139Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-27T06:56:26.139Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9c812932-b165-4a7e-8a2a-bab528ca1eb5
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-27T06:56:26.141Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.141Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.141Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ed3a0471-28bd-4b63-b0ed-3aaafb29852c: basicclamp
2021-10-27T06:56:26.141Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.141Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.142Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.142Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.142Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.142Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.142Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.143Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.143Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:56:26.143Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:56:26.143Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:26.224Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2ddc73cd-9eae-4ad8-8e31-6203720a7f3f 1 ASDC deployResourceStructure
2021-10-27T06:56:26.224Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:26.224Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:26.224Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:56:26.225Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:26.227Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:26.227Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317786224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:26.326Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:26.327Z||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-27T06:56:26.327Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:26.342Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:26.343Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:27.228Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:27.228Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:27.228Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:56:27.229Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:27.230Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:27.231Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317787228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:27.330Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:27.332Z||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-27T06:56:27.332Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:27.356Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:27.357Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:28.231Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:28.232Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:28.232Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:56:28.233Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:28.235Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:28.235Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317788231,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:28.335Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:56:28.336Z||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-27T06:56:28.336Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:28.350Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:28.350Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:56:29.236Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:29.236Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||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-27T06:56:29.236Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:56:29.237Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:56:29.239Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:56:29.239Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317789236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:56:29.339Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:56:29.340Z||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-27T06:56:29.340Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:56:29.358Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:56:29.358Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:56:30.241Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7db3e0b-6874-4e2c-b76a-e0108344f125
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:56:30.253Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7db3e0b-6874-4e2c-b76a-e0108344f125
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:56:30.256Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:56:30.256Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.257Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:56:30.258Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:56:30.263Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:57:00.263Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7db3e0b-6874-4e2c-b76a-e0108344f125 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-27T06:57:00.275Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7db3e0b-6874-4e2c-b76a-e0108344f125 and serviceModelVersionId: ed3a0471-28bd-4b63-b0ed-3aaafb29852c
2021-10-27T06:57:00.275Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6
2021-10-27T06:57:00.276Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0
2021-10-27T06:57:00.285Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:57:00.358Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0|INFO|500||Invoke
2021-10-27T06:57:00.359Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7db3e0b-6874-4e2c-b76a-e0108344f125], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb652291-bdd5-4164-943d-9ba8fe5c246e], X-ECOMP-RequestID=[c7db3e0b-6874-4e2c-b76a-e0108344f125], X-TransactionId=[], X-ONAP-RequestID=[c7db3e0b-6874-4e2c-b76a-e0108344f125], Content-Type=[application/merge-patch+json]}
2021-10-27T06:57:00.385Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:57:00.821Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?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/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-06:57:00:391-66225], vertex-id=[221272], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:57:00 GMT], Content-Type=[application/json]}
2021-10-27T06:57:00.821Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:57:00.822Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62dd4e6-f2f8-4d1b-94a1-466df5f1d4a6/model-vers/model-ver/ed3a0471-28bd-4b63-b0ed-3aaafb29852c?depth=0|INFO|500||InvokeReturn
2021-10-27T06:57:00.822Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:57:00.822Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:57:00.829Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T06:57:00.830Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7db3e0b-6874-4e2c-b76a-e0108344f125 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:57:00.830Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:57:00.830Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:57:00.833Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:57:00.833Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317820830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:57:00.936Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-27T06:57:00.937Z||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-27T06:57:00.937Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:57:00.951Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:57:00.951Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:57:10.982Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:57:10.984Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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-27T06:57:10.984Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:57:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:57:10.986Z||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-27T06:57:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:57:11.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:57:11.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-27T06:57:11.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:57:11.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:57:20.563Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:58:10.983Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:58:10.986Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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-27T06:58:10.986Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:58:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:58:10.986Z||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-27T06:58:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:58:11.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:58:11.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:58:11.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317770983,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317779886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317782590,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317783994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317785110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317786224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317787228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317788231,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317789236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:58:11.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:11.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-27T06:58:11.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7db3e0b-6874-4e2c-b76a-e0108344f125",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317820830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:58:11.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:58:20.565Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:10.986Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:59:10.984Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:59:10.989Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T06:59:10.989Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:10.989Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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-27T06:59:10.989Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:11.642Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:11.643Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:11.644Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.644Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8778862-65b2-470e-b9b5-275c003b2026","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e5fa02a6-ccc0-4dfd-ae70-1faf332a4743","serviceDescription":"service","serviceInvariantUUID":"6a53442b-280f-4ee3-9f1c-0313eeeeeffa","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bdd9a9dd-e432-448c-9a29-764a0a7cda5a","resourceInvariantUUID":"434707cb-0b83-4e61-ac5b-774e8d21b47d","resourceCustomizationUUID":"3f312d97-59b2-469e-84db-a4ab3df1fbde","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":"ZTU3NWZlNGZiOTliMGY3YzhjNGYyNzIyZDJlZDg3YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ab9e18a-f4fd-4320-a523-5d06446022db","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":"c154af62-20d8-4087-be46-cb1855d36cd4","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":"748e8693-d720-4baf-9181-6d81c4553dde","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":"OTJlNjAyZGRhMDgwNmE0YzdhY2Q1MDYyODczNTg1ODA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"161cd828-33f0-4e9e-b85a-cc35546f86ae","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":"ad1c01e6-bdea-4ae5-9c4c-4802d2c865a9","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":"6b9b938f-017a-4df0-a024-d9b59b1e34a3","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":"eb99cf83-74b4-421b-b7a5-b2a13dbb67e3","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":"YTg0NzkzZGZkNWM3ZjY0MDc1YWI5NWU1MjRjYWM2YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4d401a3-37da-4db8-bf91-17617dfaaec6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTFiMTQ3YTE4NGVjODRmZjk5NmU0NDliNzgxOTRmZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db5c79fe-674d-46ae-9d40-ff3362de9285","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:59:11.667Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.668Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.675Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.676Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.676Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.676Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.677Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.678Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.678Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.679Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.680Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.682Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.685Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.686Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.686Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.688Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.688Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.688Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.688Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.689Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.689Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.690Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.691Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.692Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.693Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.694Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.695Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.695Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.695Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.697Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.698Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.699Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:11.698Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.699Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:11.705Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.705Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.705Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.706Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.709Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.709Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.709Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.709Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.709Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.710Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.709Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.711Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.711Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.712Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.713Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317905017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317897511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317899767,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.714Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317916715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317916779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.715Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317908414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317917722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.716Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317918128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317918225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.717Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "policy-id",
  "timestamp": 1635317918725,
  "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-27T06:59:11.810Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T06:59:11.811Z||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-27T06:59:11.811Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:11.833Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.833Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 and ComponentName POLICY
2021-10-27T06:59:11.841Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:11.841Z||pool-112-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-27T06:59:11.916Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.916Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.916Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.917Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.917Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317919134,
  "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-27T06:59:11.922Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.922Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:11.930Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.930Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.930Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.930Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.930Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "cds",
  "timestamp": 1635317919538,
  "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-27T06:59:11.934Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.935Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:11.947Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.947Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.947Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "dcae-sch",
  "timestamp": 1635317911594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.948Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.949Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.950Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.951Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317918217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.952Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.953Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.954Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317922314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317923152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317932099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.955Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317933112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317935032,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.956Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317936035,
  "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-27T06:59:11.961Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.961Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:11.969Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.970Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317937695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:11.971Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.971Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.971Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "aai-ml",
  "timestamp": 1635317938700,
  "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-27T06:59:11.977Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.977Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317939070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317940086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:59:11.984Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "clamp",
  "timestamp": 1635317941091,
  "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-27T06:59:11.988Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8778862-65b2-470e-b9b5-275c003b2026
2021-10-27T06:59:11.988Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:12.714Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:12.714Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:12.717Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:12.717Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:12.817Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:12.818Z||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-27T06:59:12.818Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:12.834Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:12.834Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:13.717Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:13.718Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:13.719Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:13.720Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:13.819Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:59:13.820Z||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-27T06:59:13.820Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:13.832Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:13.832Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:14.720Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:14.720Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:14.722Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:14.722Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:14.822Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:14.823Z||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-27T06:59:14.824Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:14.834Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:14.834Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:15.723Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:15.723Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:15.726Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:15.726Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:15.825Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:59:15.825Z||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-27T06:59:15.826Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:15.836Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:15.836Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:16.727Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:16.727Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:16.729Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:16.729Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:16.829Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:16.830Z||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-27T06:59:16.830Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:16.845Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:16.846Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:59:17.741Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:17.741Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:17.743Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:17.743Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:17.843Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:17.844Z||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-27T06:59:17.844Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:17.856Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:17.857Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:18.744Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:18.744Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:18.746Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:18.746Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T06:59:18.846Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:18.846Z||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-27T06:59:18.847Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:18.869Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:18.869Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:19.746Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:59:19.746Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:19.748Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:19.748Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T06:59:19.848Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:59:19.849Z||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-27T06:59:19.849Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:19.861Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:19.861Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:59:20.749Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e5fa02a6-ccc0-4dfd-ae70-1faf332a4743",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6a53442b-280f-4ee3-9f1c-0313eeeeeffa",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3f312d97-59b2-469e-84db-a4ab3df1fbde",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bdd9a9dd-e432-448c-9a29-764a0a7cda5a",
      "resourceInvariantUUID": "434707cb-0b83-4e61-ac5b-774e8d21b47d",
      "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": "NTFiMTQ3YTE4NGVjODRmZjk5NmU0NDliNzgxOTRmZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db5c79fe-674d-46ae-9d40-ff3362de9285"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T06:59:20.749Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:59:20.749Z|c7db3e0b-6874-4e2c-b76a-e0108344f125|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e5fa02a6-ccc0-4dfd-ae70-1faf332a4743 ASDC
2021-10-27T06:59:20.750Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d8778862-65b2-470e-b9b5-275c003b2026
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e5fa02a6-ccc0-4dfd-ae70-1faf332a4743
ServiceInvariantUUID:6a53442b-280f-4ee3-9f1c-0313eeeeeffa
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:db5c79fe-674d-46ae-9d40-ff3362de9285
ArtifactChecksum:NTFiMTQ3YTE4NGVjODRmZjk5NmU0NDliNzgxOTRmZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3f312d97-59b2-469e-84db-a4ab3df1fbde
ResourceInvariantUUID:434707cb-0b83-4e61-ac5b-774e8d21b47d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:bdd9a9dd-e432-448c-9a29-764a0a7cda5a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-27T06:59:20.750Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5fa02a6-ccc0-4dfd-ae70-1faf332a4743 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-27T06:59:20.782Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:59:20.783Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:59:20.783Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:59:20.783Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: db5c79fe-674d-46ae-9d40-ff3362de9285 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-27T06:59:20.783Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T06:59:20.784Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-27T06:59:21.000Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T06:59:21.004Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar db5c79fe-674d-46ae-9d40-ff3362de9285 105547
2021-10-27T06:59:21.005Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||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-27T06:59:21.005Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||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-27T06:59:21.005Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:59:21.005Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:21.008Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:21.008Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317961005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T06:59:21.107Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:59:21.109Z||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-27T06:59:21.109Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:21.131Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:21.131Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:22.008Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:59:22.009Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T06:59:22.009Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: db5c79fe-674d-46ae-9d40-ff3362de9285, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:22.009Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-27T06:59:22.010Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:22.010Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:22.200Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13631137012006252749/Definitions/service-TestPnfMacro-template.yml
2021-10-27T06:59:23.054Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.055Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||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-27T06:59:23.056Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.056Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.056Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.056Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-27T06:59:23.056Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T06:59:23.057Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.057Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.057Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-27T06:59:23.057Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T06:59:23.057Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:59:23.058Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.058Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.058Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-27T06:59:23.058Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T06:59:23.058Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.059Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.060Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.060Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.060Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.060Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.060Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e5fa02a6-ccc0-4dfd-ae70-1faf332a4743
Model Version:NULL
Model InvariantUuid:6a53442b-280f-4ee3-9f1c-0313eeeeeffa
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-27T06:59:23.067Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: bdd9a9dd-e432-448c-9a29-764a0a7cda5a
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-27T06:59:23.070Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-10-27T06:59:23.071Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bdd9a9dd-e432-448c-9a29-764a0a7cda5a
2021-10-27T06:59:23.071Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||No resources found for Service: e5fa02a6-ccc0-4dfd-ae70-1faf332a4743
2021-10-27T06:59:23.071Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e5fa02a6-ccc0-4dfd-ae70-1faf332a4743
2021-10-27T06:59:23.071Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bdd9a9dd-e432-448c-9a29-764a0a7cda5a 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-27T06:59:23.075Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55741dad, org.onap.sdc.toscaparser.api.parameters.Input@4b0d941e, org.onap.sdc.toscaparser.api.parameters.Input@5c676828, org.onap.sdc.toscaparser.api.parameters.Input@a49da52, org.onap.sdc.toscaparser.api.parameters.Input@7f2527c3]
2021-10-27T06:59:23.076Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.076Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.076Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e5fa02a6-ccc0-4dfd-ae70-1faf332a4743: test-pnf
2021-10-27T06:59:23.076Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Processing PNF resource: bdd9a9dd-e432-448c-9a29-764a0a7cda5a
2021-10-27T06:59:23.077Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T06:59:23.077Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:59:23.077Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3f312d97-59b2-469e-84db-a4ab3df1fbde is the same as notified resource customizationUUID: 3f312d97-59b2-469e-84db-a4ab3df1fbde
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-27T06:59:23.123Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bdd9a9dd-e432-448c-9a29-764a0a7cda5a 0 ASDC deployResourceStructure
2021-10-27T06:59:23.123Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||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-27T06:59:23.124Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||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-27T06:59:23.124Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:59:23.124Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:23.129Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:23.129Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317963123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T06:59:23.229Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:59:23.229Z||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-27T06:59:23.230Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:23.247Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:23.247Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:59:24.129Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8778862-65b2-470e-b9b5-275c003b2026
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T06:59:24.141Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8778862-65b2-470e-b9b5-275c003b2026
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T06:59:24.143Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:59:24.144Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:59:24.144Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:59:24.144Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:59:24.145Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.145Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.145Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.145Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.146Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.146Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.146Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T06:59:24.146Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:59:24.151Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:59:54.151Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8778862-65b2-470e-b9b5-275c003b2026 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-27T06:59:54.159Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8778862-65b2-470e-b9b5-275c003b2026 and serviceModelVersionId: e5fa02a6-ccc0-4dfd-ae70-1faf332a4743
2021-10-27T06:59:54.159Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a53442b-280f-4ee3-9f1c-0313eeeeeffa
2021-10-27T06:59:54.160Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?depth=0
2021-10-27T06:59:54.165Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:59:54.209Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?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-27T06:59:54.211Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?depth=0|INFO|500||Invoke
2021-10-27T06:59:54.231Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T06:59:54.521Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?depth=0|INFO|500||InvokeReturn
2021-10-27T06:59:54.522Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a53442b-280f-4ee3-9f1c-0313eeeeeffa/model-vers/model-ver/e5fa02a6-ccc0-4dfd-ae70-1faf332a4743?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-06:59:54:238-45801], vertex-id=[254200], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:59:54 GMT], Content-Type=[application/json]}
2021-10-27T06:59:54.523Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:59:54.523Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:59:54.523Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:59:54.527Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T06:59:54.528Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8778862-65b2-470e-b9b5-275c003b2026 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:59:54.528Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:59:54.528Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:59:54.530Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:59:54.530Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317994528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:59:54.630Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:59:54.631Z||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-27T06:59:54.631Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:59:54.649Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T06:59:54.650Z||pool-123-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T07:00:10.982Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:00:10.983Z|d8778862-65b2-470e-b9b5-275c003b2026|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-27T07:00:10.983Z|d8778862-65b2-470e-b9b5-275c003b2026|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:00:10.986Z||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-27T07:00:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:11.114Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:11.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:00:11.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:11.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:00:11.609Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:11.610Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T07:00:11.610Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3348aebf-0454-41a7-99e2-49d0c10f9ca8","serviceName":"Demo_pNF_1N7tqPCat2te4QkJRpCE","serviceVersion":"1.0","serviceUUID":"ca8ade17-feb9-45f8-831f-6ea7e62f60ff","serviceDescription":"catalog service description","serviceInvariantUUID":"d76082a1-bfd3-4f7e-9066-2acaf0ee7830","resources":[{"resourceInstanceName":"pNF bdb0073f-ab5d 0","resourceName":"pNF bdb0073f-ab5d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1f924b0-99e8-45fd-b53b-55c3363590d3","resourceInvariantUUID":"702ae5cf-3dd3-4f83-806e-c645b2f91559","resourceCustomizationUUID":"a8efd3eb-32f0-4670-9f9e-41c8e7ea9baa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml","artifactChecksum":"Njk5YTE1ZDg5MzE2MmE4YmY3MTk1ZjI4NmQ4YTBjZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa898dd7-ac26-4f2f-a8b8-0e079e8f0f2b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar","artifactChecksum":"NzAzZThiMmNmZGJhOGRjMjcwMDE1YjlmMmE1Y2EzMWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fd5485b-c12a-4321-916e-11a0d84284bd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f203d5a7-918e-456b-927b-83cb528c3afe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml","artifactChecksum":"OTZjMGZkMmE4ZTE2OGVmOTU0YmFhNmRjNjQ0MmY0YTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"884005a9-e7c6-4492-ade7-045d699fd720","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1839a41-ceb0-4350-80d5-98d1631516c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab46c7bb-cb06-4278-8da8-ea199edf80ef","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml","artifactChecksum":"ZTlhZDdlYTljNGRjMTAwMTdjOTU2MDdhY2RjM2ZjYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e2e42c0-4500-46d5-a715-eb7ecb53da3c","artifactVersion":"1"},{"artifactName":"service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar","artifactChecksum":"MDEwNGYzN2JiNDg1YTBmOGFiYjU1NWZlODE2ZmU5ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbbbaa65-b680-4982-908c-94731a999cc8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T07:00:11.612Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:11.612Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:11.614Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:11.615Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:11.714Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:11.715Z||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-27T07:00:11.715Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:11.725Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:11.726Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:12.615Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:12.616Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:12.619Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:12.619Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:12.719Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:12.720Z||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-27T07:00:12.720Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:12.731Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:12.731Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:13.620Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:13.621Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:13.623Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:13.623Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:13.723Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T07:00:13.724Z||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-27T07:00:13.724Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:13.737Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:13.737Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:14.624Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:14.624Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:14.626Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:14.626Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:14.726Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:14.727Z||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-27T07:00:14.727Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:14.738Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:14.738Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:15.627Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:15.627Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:15.629Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:15.630Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:15.729Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:15.730Z||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-27T07:00:15.730Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:15.760Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:15.760Z||pool-128-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2021-10-27T07:00:16.633Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:16.633Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:16.635Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:16.635Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:16.735Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T07:00:16.735Z||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-27T07:00:16.735Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:16.762Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:16.763Z||pool-129-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:17.635Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:17.636Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:17.638Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:17.638Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:00:17.738Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:17.738Z||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-27T07:00:17.738Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:17.772Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:17.773Z||pool-130-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:18.638Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T07:00:18.639Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:18.641Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:18.641Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:00:18.741Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:00:18.741Z||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-27T07:00:18.741Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:18.763Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:18.763Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-27T07:00:19.641Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "serviceName": "Demo_pNF_1N7tqPCat2te4QkJRpCE",
  "serviceVersion": "1.0",
  "serviceUUID": "ca8ade17-feb9-45f8-831f-6ea7e62f60ff",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d76082a1-bfd3-4f7e-9066-2acaf0ee7830",
  "resources": [
    {
      "resourceInstanceName": "pNF bdb0073f-ab5d 0",
      "resourceCustomizationUUID": "a8efd3eb-32f0-4670-9f9e-41c8e7ea9baa",
      "resourceName": "pNF bdb0073f-ab5d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c1f924b0-99e8-45fd-b53b-55c3363590d3",
      "resourceInvariantUUID": "702ae5cf-3dd3-4f83-806e-c645b2f91559",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
      "artifactChecksum": "MDEwNGYzN2JiNDg1YTBmOGFiYjU1NWZlODE2ZmU5ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbbbaa65-b680-4982-908c-94731a999cc8"
    }
  ],
  "workloadContext": "Production"
}
2021-10-27T07:00:19.642Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T07:00:19.642Z|d8778862-65b2-470e-b9b5-275c003b2026|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ca8ade17-feb9-45f8-831f-6ea7e62f60ff ASDC
2021-10-27T07:00:19.642Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3348aebf-0454-41a7-99e2-49d0c10f9ca8
ServiceName:Demo_pNF_1N7tqPCat2te4QkJRpCE
ServiceVersion:1.0
ServiceUUID:ca8ade17-feb9-45f8-831f-6ea7e62f60ff
ServiceInvariantUUID:d76082a1-bfd3-4f7e-9066-2acaf0ee7830
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
ArtifactUUID:dbbbaa65-b680-4982-908c-94731a999cc8
ArtifactChecksum:MDEwNGYzN2JiNDg1YTBmOGFiYjU1NWZlODE2ZmU5ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bdb0073f-ab5d 0
ResourceCustomizationUUID:a8efd3eb-32f0-4670-9f9e-41c8e7ea9baa
ResourceInvariantUUID:702ae5cf-3dd3-4f83-806e-c645b2f91559
ResourceName:pNF bdb0073f-ab5d
ResourceType:PNF
ResourceUUID:c1f924b0-99e8-45fd-b53b-55c3363590d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-27T07:00:19.643Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca8ade17-feb9-45f8-831f-6ea7e62f60ff 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-27T07:00:19.671Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T07:00:19.672Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T07:00:19.672Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T07:00:19.672Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dbbbaa65-b680-4982-908c-94731a999cc8 from URL: /sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:19.673Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-27T07:00:19.673Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:19.893Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-27T07:00:19.897Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar dbbbaa65-b680-4982-908c-94731a999cc8 82516
2021-10-27T07:00:19.897Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar ASDC sendASDCNotification
2021-10-27T07:00:19.897Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:19.897Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T07:00:19.897Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:19.899Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:19.899Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318019897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:00:19.999Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T07:00:19.999Z||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-27T07:00:20.000Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:20.013Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:20.013Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T07:00:20.899Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T07:00:20.901Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-27T07:00:20.901Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: dbbbaa65-b680-4982-908c-94731a999cc8, URL: /sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar to file: /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:20.902Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:20.903Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:20.903Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.003Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3533303030079907301/Definitions/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bdb0073f-ab5d 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-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.686Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Node template pNF bdb0073f-ab5d 0 is matching search criteria
2021-10-27T07:00:21.687Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bdb0073f-ab5d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Node template pNF bdb0073f-ab5d 0 is matching search criteria
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF bdb0073f-ab5d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T07:00:21.688Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.689Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.690Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.690Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1N7tqPCat2te4QkJRpCE
Description:catalog service description
Model UUID:ca8ade17-feb9-45f8-831f-6ea7e62f60ff
Model Version:NULL
Model InvariantUuid:d76082a1-bfd3-4f7e-9066-2acaf0ee7830
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-27T07:00:21.696Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1f924b0-99e8-45fd-b53b-55c3363590d3
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-27T07:00:21.698Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||pNF bdb0073f-ab5d 0
2021-10-27T07:00:21.698Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1f924b0-99e8-45fd-b53b-55c3363590d3
2021-10-27T07:00:21.698Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ca8ade17-feb9-45f8-831f-6ea7e62f60ff
2021-10-27T07:00:21.698Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ca8ade17-feb9-45f8-831f-6ea7e62f60ff
2021-10-27T07:00:21.698Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bdb0073f-ab5d 0 c1f924b0-99e8-45fd-b53b-55c3363590d3 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-27T07:00:21.702Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ad59a3f, org.onap.sdc.toscaparser.api.parameters.Input@289120f0, org.onap.sdc.toscaparser.api.parameters.Input@2186df9e, org.onap.sdc.toscaparser.api.parameters.Input@d8cf639, org.onap.sdc.toscaparser.api.parameters.Input@2bae81d5]
2021-10-27T07:00:21.702Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ca8ade17-feb9-45f8-831f-6ea7e62f60ff: pNF bdb0073f-ab5d
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Processing PNF resource: c1f924b0-99e8-45fd-b53b-55c3363590d3
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_1N7tqPCat2te4QkJRpCE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T07:00:21.703Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||Resource customization UUID: a8efd3eb-32f0-4670-9f9e-41c8e7ea9baa is the same as notified resource customizationUUID: a8efd3eb-32f0-4670-9f9e-41c8e7ea9baa
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-27T07:00:21.731Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bdb0073f-ab5d c1f924b0-99e8-45fd-b53b-55c3363590d3 0 ASDC deployResourceStructure
2021-10-27T07:00:21.732Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar ASDC sendASDCNotification
2021-10-27T07:00:21.732Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar
2021-10-27T07:00:21.732Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T07:00:21.732Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:00:21.734Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:00:21.734Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318021732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:00:21.834Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T07:00:21.835Z||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-27T07:00:21.835Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:00:21.846Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:00:21.846Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T07:00:22.736Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:00:22.748Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T07:00:22.750Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T07:00:22.750Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T07:00:22.750Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T07:00:52.751Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:00:52.772Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T07:00:52.774Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T07:00:52.774Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T07:00:52.774Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T07:01:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:01:10.988Z||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-27T07:01:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:01:11.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:01:11.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317950984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317961005,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317963123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317968414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317965018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "dcae-sch",
  "timestamp": 1635317971594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317979516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317979606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "cds",
  "timestamp": 1635317980525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-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-27T07:01:11.090Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:11.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317980637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635317981640,
  "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-27T07:01:11.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:11.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635317977513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317978216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317979766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317988523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317989526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317982313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "policy-id",
  "timestamp": 1635317990529,
  "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-27T07:01:11.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:11.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317983146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:01:11.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:01:11.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317991119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317992015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317994061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8778862-65b2-470e-b9b5-275c003b2026",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635317994528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635317995064,
  "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-27T07:01:11.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:11.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317996788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "aai-ml",
  "timestamp": 1635317997792,
  "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-27T07:01:11.163Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.163Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:11.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317998045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635317999060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:01:11.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "clamp",
  "timestamp": 1635318000063,
  "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-27T07:01:11.177Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3348aebf-0454-41a7-99e2-49d0c10f9ca8
2021-10-27T07:01:11.177Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:22.774Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T07:01:22.789Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T07:01:22.791Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T07:01:22.791Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T07:01:22.791Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-27T07:01:22.792Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T07:01:22.798Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T07:01:52.798Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8 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-27T07:01:52.820Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3348aebf-0454-41a7-99e2-49d0c10f9ca8 and serviceModelVersionId: ca8ade17-feb9-45f8-831f-6ea7e62f60ff
2021-10-27T07:01:52.821Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d76082a1-bfd3-4f7e-9066-2acaf0ee7830
2021-10-27T07:01:52.822Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?depth=0
2021-10-27T07:01:52.832Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T07:01:52.884Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?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-27T07:01:52.887Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?depth=0|INFO|500||Invoke
2021-10-27T07:01:52.906Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-27T07:01:53.033Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?depth=0|INFO|500||InvokeReturn
2021-10-27T07:01:53.033Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d76082a1-bfd3-4f7e-9066-2acaf0ee7830/model-vers/model-ver/ca8ade17-feb9-45f8-831f-6ea7e62f60ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-07:01:52:914-34916], vertex-id=[262192], Content-Length=[0], Date=[Wed, 27 Oct 2021 07:01:52 GMT], Content-Type=[application/json]}
2021-10-27T07:01:53.033Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T07:01:53.034Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T07:01:53.034Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T07:01:53.040Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T07:01:53.040Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3348aebf-0454-41a7-99e2-49d0c10f9ca8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T07:01:53.041Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T07:01:53.041Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-27T07:01:53.043Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T07:01:53.044Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318113040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T07:01:53.143Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T07:01:53.145Z||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-27T07:01:53.145Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:01:53.165Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:01:53.166Z||pool-134-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-27T07:01:54.059Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:01:54.060Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:01:54.060Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:02:03.614Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:02:10.982Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:02:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:02:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:02:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:02:10.986Z||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-27T07:02:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:02:11.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:02:11.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/resourceInstances/pnfbdb0073fab5d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318010982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "NOTIFIED"
}
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318019897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:02:11.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:02:11.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318021732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1n7tqpcat2te4qkjrpce/1.0/artifacts/service-DemoPnf1n7tqpcat2te4qkjrpce-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-27T07:02:11.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:02:20.521Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:03:10.984Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:03:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:03:10.989Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:03:10.989Z||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-27T07:03:10.989Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:03:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:03:11.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:03:11.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-27T07:03:11.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3348aebf-0454-41a7-99e2-49d0c10f9ca8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635318113040,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T07:03:11.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T07:03:20.553Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:04:10.982Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:04:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:04:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:04:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:04:10.987Z||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-27T07:04:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:04:20.536Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:04:20.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:05:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:05:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:05:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:05:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:05:10.987Z||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-27T07:05:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:05:20.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:05:20.577Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:06:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:06:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:06:10.987Z||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-27T07:06:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:06:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:06:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:06:20.604Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:06:20.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:07:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:07:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:07:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:07:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:07:10.987Z||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-27T07:07:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:07:20.549Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:07:20.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:08:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:08:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:08:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:08:10.987Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:08:10.987Z||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-27T07:08:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:08:20.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:08:20.549Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:09:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:09:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:09:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:09:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:09:10.986Z||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-27T07:09:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:09:20.539Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:09:20.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:10:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:10:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:10:10.987Z||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-27T07:10:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:10:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:10:10.988Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:10:20.612Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:10:20.615Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:11:10.984Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:11:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:11:10.989Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:11:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T07:11:10.989Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:11:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:11:20.549Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:11:20.566Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:12:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:12:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:12:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:12:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:12:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T07:12:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:12:20.565Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:12:20.605Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:13:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:13:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:13:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:13:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:13:10.987Z||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-27T07:13:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:13:20.534Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:13:20.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:14:10.983Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:14:10.985Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:14:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:14:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:14:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:14:10.988Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:14:20.543Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:14:20.543Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:15:10.984Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:15:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:15:10.987Z||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-27T07:15:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:15:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:15:10.988Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:15:20.548Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:15:20.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:16:10.983Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:16:10.986Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T07:16:10.986Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:16:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:16:10.986Z||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-27T07:16:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:16:20.549Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:16:20.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:17:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:17:10.985Z||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-27T07:17:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:17:10.988Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:17:10.988Z||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-27T07:17:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:17:20.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:17:20.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:18:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:18:10.985Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:18:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:18:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:18:10.986Z||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-27T07:18:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:18:20.563Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:18:20.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:19:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:19:10.984Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:19:10.984Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:19:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:19:10.986Z||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-27T07:19:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:19:20.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:19:20.553Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:20:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:20:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:20:10.987Z||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-27T07:20:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:20:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:20:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:20:20.535Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:20:20.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:21:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:21:10.984Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:21:10.984Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:21:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:21:10.986Z||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-27T07:21:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:21:20.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:21:20.543Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:22:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:22:10.984Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:22:10.985Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:22:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:22:10.987Z||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-27T07:22:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:22:20.540Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:22:20.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:23:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:23:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:23:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:23:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:23:10.986Z||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-27T07:23:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:23:20.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:23:20.539Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:24:10.985Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:24:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:24:10.989Z||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-27T07:24:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:24:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:24:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:24:20.555Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:24:20.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:25:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:25:10.986Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:25:10.991Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:25:10.991Z||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-27T07:25:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:25:10.991Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:25:20.557Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:25:20.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:26:10.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:26:10.983Z||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-27T07:26:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:26:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:26:10.987Z||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-27T07:26:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:26:20.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:26:20.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:27:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:27:10.984Z||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-27T07:27:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:27:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:27:10.987Z||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-27T07:27:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:27:20.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:27:20.536Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:28:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:28:10.984Z||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-27T07:28:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:28:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:28:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:28:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:28:20.536Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:28:20.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:29:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:29:10.984Z||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-27T07:29:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:29:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:29:10.987Z||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-27T07:29:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:29:20.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:29:20.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:30:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:30:10.985Z||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-27T07:30:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:30:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:30:10.987Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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-27T07:30:10.988Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:30:20.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:30:20.538Z|3348aebf-0454-41a7-99e2-49d0c10f9ca8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:31:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:31:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:31:10.987Z||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-27T07:31:10.987Z||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-27T07:31:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:31:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:31:20.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:31:20.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:32:10.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:32:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:32:10.990Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:32:10.990Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:32:10.990Z||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-27T07:32:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:32:20.544Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:32:20.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:33:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:33:10.984Z||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-27T07:33:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:33:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:33:10.986Z||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-27T07:33:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:33:20.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:33:20.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:34:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:34:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:34:10.987Z||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-27T07:34:10.987Z||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-27T07:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:34:20.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:34:20.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:35:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:35:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:35:10.987Z||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-27T07:35:10.987Z||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-27T07:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:35:20.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:35:20.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:36:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:36:10.984Z||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-27T07:36:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:36:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:36:10.988Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-27T07:36:10.988Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:36:20.548Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:36:20.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:37:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:37:10.985Z||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-27T07:37:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:37:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:37:10.987Z||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-27T07:37:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:37:20.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:37:20.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:38:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:38:10.985Z||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-27T07:38:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:38:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:38:10.986Z||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-27T07:38:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:38:20.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:38:20.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:39:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:39:10.986Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:39:10.987Z||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-27T07:39:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:39:10.987Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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-27T07:39:10.988Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:39:20.545Z|74ffe351-1c06-45ce-9d5b-07a705dc1b0b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:39:20.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:40:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:40:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:40:10.989Z||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-27T07:40:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T07:40:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:40:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:40:20.542Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:40:20.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:41:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:41:10.983Z||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-27T07:41:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:41:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T07:41:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-27T07:41:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T07:41:20.541Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-27T07:41:20.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK