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-08-26T07:01:57.454Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-mxgwj with PID 14 (/app/app.jar started by so in /app)
2021-08-26T07:01:57.460Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-26T07:01:57.461Z||main|||||INFO|500||The following profiles are active: basic
2021-08-26T07:02:22.575Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-26T07:02:22.576Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-26T07:02:22.782Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-26T07:02:28.742Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-26T07:02:28.988Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-26T07:02:29.733Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-26T07:02:29.746Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-26T07:02:29.910Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-26T07:02:30.345Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-26T07:02:32.576Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-26T07:02:40.234Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-26T07:02:42.929Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-26T07:02:42.981Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-26T07:02:43.778Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-26T07:02:43.907Z||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-08-26T07:02:45.582Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-26T07:02:46.742Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-08-26T07:02:46.780Z||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$$c162f7de.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-08-26T07:02:46.782Z||main|||||WARN|500||The sdc end point is not alive
2021-08-26T07:02:50.181Z||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-08-26T07:02:52.652Z||main|||||WARN|500||---
2021-08-26T07:02:52.653Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-26T07:02:52.653Z||main|||||WARN|500||---
2021-08-26T07:02:52.994Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-26T07:02:56.637Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-26T07:02:56.641Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-26T07:02:56.649Z||main|||||INFO|500||Started Application in 62.868 seconds (JVM running for 70.805)
2021-08-26T07:02:56.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-26T07:02:56.739Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-26T07:02:56.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e97c4e6-e06a-4482-acdc-31f08a166b69 url= /sdc/v1/artifactTypes
2021-08-26T07:02:56.808Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-26T07:02:57.485Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-26T07:02:57.506Z||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-08-26T07:02:57.530Z||scheduling-1|||||DEBUG|500||create keys
2021-08-26T07:02:57.538Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-26T07:02:57.579Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:02:57.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1b78effa-523d-40b9-b8c8-33016e8b04d6 url= /sdc/v1/registerForDistribution
2021-08-26T07:02:57.771Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1b78effa-523d-40b9-b8c8-33016e8b04d6 url= /sdc/v1/registerForDistribution
2021-08-26T07:02:57.772Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-26T07:02:57.788Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:02:57.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:02:57.795Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-26T07:02:57.801Z||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-08-26T07:02:57.801Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:02:57.801Z||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-08-26T07:02:57.802Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:03:08.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:03:08.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:03:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:03:57.790Z||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-08-26T07:03:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:03:57.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:03:57.792Z||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-08-26T07:03:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:04:07.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:04:07.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:04:57.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:04:57.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:04:57.790Z||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-08-26T07:04:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:04:57.789Z||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-08-26T07:04:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:05:07.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:05:07.354Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:05:57.785Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:05:57.785Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:05:57.792Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:05:57.793Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:05:57.792Z||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-08-26T07:05:57.793Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:06:07.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:06:07.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:06:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:06:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:06:57.785Z||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-08-26T07:06:57.785Z||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-08-26T07:06:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:06:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:07:07.347Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:07:07.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:07:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:07:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:07:57.785Z||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-08-26T07:07:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:07:57.792Z||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-08-26T07:07:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:08:07.347Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:08:07.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:08:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:08:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:08:57.789Z||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-08-26T07:08:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:08:57.789Z||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-08-26T07:08:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:09:07.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:09:07.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:09:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:09:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:09:57.787Z||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-08-26T07:09:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:09:57.797Z||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-08-26T07:09:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:10:07.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:10:07.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:10:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:10:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:10:57.786Z||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-08-26T07:10:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:10:57.787Z||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-08-26T07:10:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:11:07.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:11:07.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:11:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:11:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:11:57.789Z||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-08-26T07:11:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:11:57.789Z||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-08-26T07:11:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:12:07.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:12:07.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:12:13.484Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-26T07:12:57.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:12:57.787Z||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-08-26T07:12:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:12:57.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:12:57.789Z||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-08-26T07:12:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:13:07.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:13:07.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:13:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:13:57.785Z||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-08-26T07:13:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:13:57.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:13:57.796Z||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-08-26T07:13:57.796Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:14:07.348Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:14:07.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:14:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:14:57.784Z||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-08-26T07:14:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:14:57.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:14:57.791Z||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-08-26T07:14:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:15:07.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:15:07.364Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:15:57.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:15:57.797Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:15:57.798Z||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-08-26T07:15:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:15:57.803Z||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-08-26T07:15:57.803Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:16:07.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:16:07.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:16:57.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:16:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:16:57.783Z||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-08-26T07:16:57.783Z||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-08-26T07:16:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:16:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:17:07.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:17:07.338Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:17:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:17:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:17:57.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:17:57.782Z||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-08-26T07:17:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:17:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:18:07.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:18:07.348Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:18:57.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:18:57.785Z||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-08-26T07:18:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:18:57.787Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:18:57.789Z||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-08-26T07:18:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:19:07.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:19:07.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:19:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:19:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:19:57.785Z||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-08-26T07:19:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:19:57.785Z||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-08-26T07:19:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:20:07.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:20:07.364Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:20:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:20:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:20:57.783Z||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-08-26T07:20:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:20:57.783Z||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-08-26T07:20:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:21:07.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:21:07.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:21:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:21:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:21:57.785Z||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-08-26T07:21:57.785Z||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-08-26T07:21:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:21:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:22:07.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:22:07.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:22:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:22:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:22:57.782Z||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-08-26T07:22:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:22:57.785Z||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-08-26T07:22:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:23:07.350Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:23:07.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:23:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:23:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:23:57.783Z||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-08-26T07:23:57.783Z||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-08-26T07:23:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:23:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:24:07.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:24:07.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:24:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:24:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:24:57.784Z||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-08-26T07:24:57.784Z||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-08-26T07:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:25:07.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:25:07.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:25:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:25:57.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:25:57.792Z||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-08-26T07:25:57.792Z||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-08-26T07:25:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:25:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:26:07.349Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:26:07.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:26:57.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:26:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:26:57.788Z||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-08-26T07:26:57.788Z||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-08-26T07:26:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:26:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:27:07.348Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:27:07.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:27:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:27:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:27:57.783Z||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-08-26T07:27:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:27:57.783Z||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-08-26T07:27:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:28:07.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:28:07.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:28:57.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:28:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:28:57.783Z||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-08-26T07:28:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:28:57.783Z||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-08-26T07:28:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:29:07.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:29:07.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:29:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:29:57.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:29:57.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:29:57.787Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:29:57.787Z||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-08-26T07:29:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:30:07.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:30:07.357Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:30:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:30:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:30:57.785Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:30:57.785Z||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-08-26T07:30:57.785Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:30:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:31:07.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:31:07.345Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:31:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:31:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:31:57.783Z||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-08-26T07:31:57.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:31:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:31:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:32:07.339Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:32:07.345Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:32:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:32:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:32:57.783Z||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-08-26T07:32:57.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:32:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:32:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:33:07.347Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:33:07.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:33:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:33:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:33:57.783Z||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-08-26T07:33:57.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:33:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:33:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:34:07.347Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:34:07.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:34:57.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:34:57.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:34:57.786Z||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-08-26T07:34:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:34:57.787Z||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-08-26T07:34:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:35:07.339Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:35:07.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:35:57.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:35:57.783Z||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-08-26T07:35:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:35:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:35:57.788Z||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-08-26T07:35:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:36:07.336Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:36:07.339Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:36:57.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:36:57.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:36:57.792Z||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-08-26T07:36:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:36:57.794Z||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-08-26T07:36:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:37:07.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:37:07.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:37:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:37:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:37:57.783Z||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-08-26T07:37:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:37:57.783Z||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-08-26T07:37:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:38:07.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:38:07.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:38:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:38:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:38:57.783Z||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-08-26T07:38:57.783Z||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-08-26T07:38:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:38:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:39:07.340Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:39:07.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:39:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:39:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:39:57.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:39:57.782Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:39:57.782Z||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-08-26T07:39:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:40:07.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:40:07.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:40:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:40:57.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:40:57.782Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:40:57.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:40:57.785Z||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-08-26T07:40:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:41:07.341Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:41:07.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:41:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:41:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:41:57.783Z||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-08-26T07:41:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:41:57.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:41:57.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:42:07.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:42:07.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:42:57.780Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:42:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:42:57.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:42:57.785Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:42:57.789Z||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-08-26T07:42:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:43:07.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:43:07.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:43:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:43:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:43:57.783Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:43:57.783Z||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-08-26T07:43:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:43:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:44:07.335Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:44:07.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:44:57.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:44:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:44:57.783Z||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-08-26T07:44:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:44:57.783Z||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-08-26T07:44:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:45:07.346Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:45:07.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:45:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:45:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:45:57.786Z||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-08-26T07:45:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:45:57.786Z||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-08-26T07:45:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:46:07.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:46:07.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:46:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:46:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:46:57.786Z||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-08-26T07:46:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:46:57.786Z||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-08-26T07:46:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:47:07.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:47:07.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:47:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:47:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:47:57.782Z||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-08-26T07:47:57.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:47:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:47:57.782Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:48:07.347Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:48:07.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:48:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:48:57.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:48:57.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:48:57.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:48:57.786Z||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-08-26T07:48:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:49:07.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:49:07.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:49:57.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:49:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:49:57.782Z||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-08-26T07:49:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:49:57.782Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-26T07:49:57.783Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jdVkxDW8cmi3g2fw) ...
2021-08-26T07:50:07.350Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:50:07.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:50:57.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:50:57.788Z||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-08-26T07:50:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:50:57.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:50:57.796Z||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-08-26T07:50:57.796Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:51:07.349Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:51:07.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:51:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:51:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:51:57.783Z||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-08-26T07:51:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:51:57.783Z||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-08-26T07:51:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:52:07.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:52:07.361Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:52:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:52:57.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:52:57.783Z||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-08-26T07:52:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:52:57.785Z||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-08-26T07:52:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:53:07.337Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:53:07.359Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:53:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:53:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:53:57.784Z||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-08-26T07:53:57.784Z||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-08-26T07:53:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:53:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:54:07.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:54:07.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:54:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:54:57.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:54:57.788Z||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-08-26T07:54:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:54:57.792Z||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-08-26T07:54:57.792Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:55:07.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:55:07.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:55:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:55:57.783Z||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-08-26T07:55:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:55:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:55:57.790Z||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-08-26T07:55:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:56:07.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:56:07.397Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:56:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:56:57.784Z||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-08-26T07:56:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:56:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:56:57.785Z||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-08-26T07:56:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:57:07.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:57:07.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:57:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:57:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:57:57.786Z||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-08-26T07:57:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:57:57.786Z||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-08-26T07:57:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:58:07.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:58:07.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:58:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:58:57.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:58:57.784Z||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-08-26T07:58:57.784Z||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-08-26T07:58:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:58:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:59:07.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:59:07.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T07:59:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:59:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T07:59:57.783Z||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-08-26T07:59:57.783Z||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-08-26T07:59:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T07:59:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:00:07.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:00:07.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:00:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:00:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:00:57.788Z||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-08-26T08:00:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:00:57.789Z||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-08-26T08:00:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:01:07.353Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:01:07.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:01:57.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:01:57.785Z||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-08-26T08:01:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:01:57.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:01:57.794Z||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-08-26T08:01:57.794Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:07.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:07.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:57.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:02:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:02:57.782Z||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-08-26T08:02:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:57.782Z||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-08-26T08:02:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:58.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:58.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"86ba9052-2789-45c3-9972-1a5a539ce921","serviceName":"vFW 2021-08-26 07-59-00","serviceVersion":"1.0","serviceUUID":"e23f9429-0f02-4388-9be9-fb8d7299b596","serviceDescription":"catalog service description","serviceInvariantUUID":"6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19","resources":[{"resourceInstanceName":"vFW 75e1890f-997b 0","resourceName":"vFW 75e1890f-997b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8dc4962-9de3-480a-bf4d-1830dbc0fc08","resourceInvariantUUID":"a162a54f-78a6-43fb-9b40-1c4e3437011b","resourceCustomizationUUID":"0398854c-8f64-407a-998e-1364e3743161","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml","artifactChecksum":"YjNjMzM5ZWE0NjJiYTQxMzE4MjgxZDM5OWE2MDMyNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33fa74d9-0424-4f98-9c7d-bd412bc2e71f","artifactVersion":"1"},{"artifactName":"vfw75e1890f997b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json","artifactChecksum":"ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8faac6b-02f6-4ff2-8da7-388560fc51e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dbb9d0f-98a4-4c03-b667-85d0a02e7123","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODQxNTA3OWFmNTFjNjdkMzU1OGY0NzFiNDA3ODgyYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31c3e2e1-8460-4e33-9746-04a957795203","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab","artifactVersion":"2","generatedFromUUID":"2dbb9d0f-98a4-4c03-b667-85d0a02e7123"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210826075900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml","artifactChecksum":"ZjI0NGZiMDk5NjA3NDM2NmFlM2Q3ODY1MGRhMGNiNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71881ad5-6ea6-4c02-942b-88199d1d125c","artifactVersion":"1"},{"artifactName":"service-Vfw20210826075900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar","artifactChecksum":"MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aaa1a556-7780-4381-a2fc-78cbe1ab0ec5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:02:58.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:58.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.446Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:02:58.453Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:02:58.469Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:02:58.470Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964927882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964925835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964924849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964925437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "dcae-sch",
  "timestamp": 1629964928777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629964922978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964927582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964932545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:02:58.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964939892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964939890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964939994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964940182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:02:58.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "cds",
  "timestamp": 1629964940913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-08-26T08:02:58.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-08-26T08:02:58.693Z||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-08-26T08:02:58.693Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:58.707Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:58.708Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:02:59.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:02:59.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:02:59.783Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:02:59.784Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:02:59.884Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:02:59.885Z||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-08-26T08:02:59.885Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:02:59.903Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:02:59.904Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:03:00.784Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:00.785Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:01.503Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:01.504Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:03:01.602Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:03:01.604Z||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-08-26T08:03:01.604Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:03:01.616Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:01.618Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:01.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.673Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964941194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964941626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964941664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "policy-id",
  "timestamp": 1629964942198,
  "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-08-26T08:03:01.726Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964944242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964946741,
  "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-08-26T08:03:01.742Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629964947746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964948774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964949035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:01.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964949844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629964950040,
  "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-08-26T08:03:01.761Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.761Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "clamp",
  "timestamp": 1629964950854,
  "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-08-26T08:03:01.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:01.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964954375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:01.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "aai-ml",
  "timestamp": 1629964955381,
  "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-08-26T08:03:01.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86ba9052-2789-45c3-9972-1a5a539ce921
2021-08-26T08:03:01.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:02.505Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:02.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:02.509Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:02.510Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:03:02.609Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:02.610Z||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-08-26T08:03:02.610Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:02.622Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:02.622Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:03.511Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:03.512Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:03.516Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:03.517Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-26T08:03:03.615Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:03:03.617Z||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-08-26T08:03:03.617Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:03.628Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:03.629Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:04.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:04.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:04.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:04.525Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:03:04.623Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:03:04.624Z||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-08-26T08:03:04.624Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:04.642Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:04.643Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:05.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:03:05.526Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:05.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:05.529Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:03:05.629Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:05.631Z||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-08-26T08:03:05.631Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:05.644Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:05.645Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:06.531Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "serviceName": "vFW 2021-08-26 07-59-00",
  "serviceVersion": "1.0",
  "serviceUUID": "e23f9429-0f02-4388-9be9-fb8d7299b596",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19",
  "resources": [
    {
      "resourceInstanceName": "vFW 75e1890f-997b 0",
      "resourceCustomizationUUID": "0398854c-8f64-407a-998e-1364e3743161",
      "resourceName": "vFW 75e1890f-997b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e8dc4962-9de3-480a-bf4d-1830dbc0fc08",
      "resourceInvariantUUID": "a162a54f-78a6-43fb-9b40-1c4e3437011b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw75e1890f997b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
          "artifactChecksum": "ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e8faac6b-02f6-4ff2-8da7-388560fc51e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab",
            "generatedFromUUID": "2dbb9d0f-98a4-4c03-b667-85d0a02e7123"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210826075900-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
      "artifactChecksum": "MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aaa1a556-7780-4381-a2fc-78cbe1ab0ec5"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:03:06.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:03:06.533Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e23f9429-0f02-4388-9be9-fb8d7299b596 ASDC
2021-08-26T08:03:06.671Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:86ba9052-2789-45c3-9972-1a5a539ce921
ServiceName:vFW 2021-08-26 07-59-00
ServiceVersion:1.0
ServiceUUID:e23f9429-0f02-4388-9be9-fb8d7299b596
ServiceInvariantUUID:6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210826075900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
ArtifactUUID:aaa1a556-7780-4381-a2fc-78cbe1ab0ec5
ArtifactChecksum:MTU4YzZlZGM4YzE1YjUxODE2YTcxZDQ2N2UwYmE1Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 75e1890f-997b 0
ResourceCustomizationUUID:0398854c-8f64-407a-998e-1364e3743161
ResourceInvariantUUID:a162a54f-78a6-43fb-9b40-1c4e3437011b
ResourceName:vFW 75e1890f-997b
ResourceType:VF
ResourceUUID:e8dc4962-9de3-480a-bf4d-1830dbc0fc08
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw75e1890f997b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
ArtifactUUID:e8faac6b-02f6-4ff2-8da7-388560fc51e4
ArtifactChecksum:ZmUzMGEwM2E3M2E0MjhhYTI3MTg0MzVhYTBkZDdmZjk=
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
ArtifactUUID:2dbb9d0f-98a4-4c03-b667-85d0a02e7123
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
ArtifactUUID:85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
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/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
ArtifactUUID:85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:03:06.672Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e23f9429-0f02-4388-9be9-fb8d7299b596 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-08-26T08:03:06.799Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:03:06.800Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:06.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:06.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aaa1a556-7780-4381-a2fc-78cbe1ab0ec5 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:06.802Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:06.803Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:08.276Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:08.299Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar aaa1a556-7780-4381-a2fc-78cbe1ab0ec5 98747
2021-08-26T08:03:08.301Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar ASDC sendASDCNotification
2021-08-26T08:03:08.301Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:08.302Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:08.303Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:08.306Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:08.307Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964988300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:08.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:08.408Z||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-08-26T08:03:08.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:08.428Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:08.429Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:09.310Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:03:09.320Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-26T08:03:09.321Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: aaa1a556-7780-4381-a2fc-78cbe1ab0ec5, URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar to file: /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.322Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.559Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:09.560Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:10.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP220871075978833949/Definitions/service-Vfw20210826075900-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-08-26T08:03:13.246Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.252Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.253Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 75e1890f-997b 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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-Vfw20210826075900-csar.csar
2021-08-26T08:03:13.254Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-26T08:03:13.261Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.263Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.269Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.270Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-26T08:03:13.271Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:03:13.273Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-26T08:03:13.274Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:03:13.275Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.275Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.279Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.280Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.281Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:03:13.282Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.282Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.283Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.284Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.285Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.286Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8f05a73-7608-4055-8a9a-cf0e61198bb5
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.287Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.288Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8bfb03d4-adaf-4714-b51e-51fb086dacf7
2021-08-26T08:03:13.289Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.290Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:13.291Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64a857a2-2014-4fd4-9d40-4a1d32b22169
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.292Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:13.293Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-08-26 07-59-00
Description:catalog service description
Model UUID:e23f9429-0f02-4388-9be9-fb8d7299b596
Model Version:NULL
Model InvariantUuid:6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 75e1890f-997b
Model UUID:33113a96-b703-48d6-a0b2-d635ec2dbc67
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a162a54f-78a6-43fb-9b40-1c4e3437011b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0398854c-8f64-407a-998e-1364e3743161
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e8b3139-89dd-4338-afab-64de2ac56afe
ModelName:Vfw75e1890f997b..base_vfw..module-0
ModelUuid:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8f05a73-7608-4055-8a9a-cf0e61198bb5
ModelInvariantUuid:6c9bc1c6-45e7-4d8b-a39e-484d6c9ce2c9
ModelName:vFW 75e1890f-997b-nodes.vfwCvfc
ModelUuid:75e2a1af-8f3d-4529-86bd-6d81d28add45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ca012e6e-6abe-44c0-afd8-9641b3f03135
ModelInvariantUuid:cca5a70a-b78b-4413-981e-646cfddef856
ModelName:Vfw75e1890f997b.compute.nodes.heat.vfw
ModelUuid:85f99d5b-17ff-4bc1-a8d6-7980370cf882
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8bfb03d4-adaf-4714-b51e-51fb086dacf7
ModelInvariantUuid:ff2c7878-b11c-4eab-a7b6-c58c9975a9cf
ModelName:vFW 75e1890f-997b-nodes.vsnCvfc
ModelUuid:b2624821-e209-4dc4-a5f5-fc11598d64b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b8afb5be-8c0b-4443-997a-60050ab1ea49
ModelInvariantUuid:6afea265-77f8-4529-a247-03cf1d7ee2b5
ModelName:Vfw75e1890f997b.compute.nodes.heat.vsn
ModelUuid:b7196f33-2e17-40ad-96e4-e62f7892bd98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:64a857a2-2014-4fd4-9d40-4a1d32b22169
ModelInvariantUuid:81f70959-f176-4876-9e61-9934d9c08471
ModelName:vFW 75e1890f-997b-nodes.vpgCvfc
ModelUuid:535f8bd9-6fb9-4e5f-8337-a114ca7da75d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e4fbbfdb-c206-40f6-87d2-21ff682d6654
ModelInvariantUuid:78d535ee-5559-40ee-b620-6ffcd305c01a
ModelName:Vfw75e1890f997b.compute.nodes.heat.vpg
ModelUuid:75bb1ae2-cb45-4d53-a6a8-1935c07dc107
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:03:13.310Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e8dc4962-9de3-480a-bf4d-1830dbc0fc08
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:14.178Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||vFW 75e1890f-997b 0
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8dc4962-9de3-480a-bf4d-1830dbc0fc08
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e8faac6b-02f6-4ff2-8da7-388560fc51e4 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.190Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:14.191Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.577Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:14.577Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json e8faac6b-02f6-4ff2-8da7-388560fc51e4 785
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json ASDC sendASDCNotification
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:14.578Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:14.582Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:14.582Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964994578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:14.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:14.682Z||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-08-26T08:03:14.682Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:14.702Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:14.703Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:15.583Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw75e1890f997b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4e8b3139-89dd-4338-afab-64de2ac56afe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "609ea7f5-46f7-4456-817b-c7dc6ba48fbd",
    "vfModuleModelCustomizationUUID": "badefd85-6ee0-4384-b2a5-71b016357ba3",
    "isBase": true,
    "artifacts": [
      "2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
      "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab"
    ],
    "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-08-26T08:03:15.637Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw75e1890f997b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
VfModuleModelInvariantUUID:4e8b3139-89dd-4338-afab-64de2ac56afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dbb9d0f-98a4-4c03-b667-85d0a02e7123
,
85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab

}
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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw75e1890f997b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4e8b3139-89dd-4338-afab-64de2ac56afe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "609ea7f5-46f7-4456-817b-c7dc6ba48fbd",
    "vfModuleModelCustomizationUUID": "badefd85-6ee0-4384-b2a5-71b016357ba3",
    "isBase": true,
    "artifacts": [
      "2dbb9d0f-98a4-4c03-b667-85d0a02e7123",
      "85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab"
    ],
    "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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw75e1890f997b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:609ea7f5-46f7-4456-817b-c7dc6ba48fbd
VfModuleModelInvariantUUID:4e8b3139-89dd-4338-afab-64de2ac56afe
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dbb9d0f-98a4-4c03-b667-85d0a02e7123
,
85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab

}
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-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2dbb9d0f-98a4-4c03-b667-85d0a02e7123 from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:15.640Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:15.641Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:16.475Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml 2dbb9d0f-98a4-4c03-b667-85d0a02e7123 20368
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-26T08:03:16.476Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:16.477Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:16.477Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:16.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:16.486Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964996476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:16.583Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:03:16.585Z||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-08-26T08:03:16.585Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:16.597Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:16.598Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:17.487Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab from URL: /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:17.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-26T08:03:17.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:18.588Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-26T08:03:18.588Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env 85c2230f-95bd-4dc1-b261-a0c1c8e0f2ab 2098
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:03:18.589Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:18.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:18.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964998588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:03:18.692Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:18.693Z||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-08-26T08:03:18.693Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:18.705Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:18.705Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:19.592Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e23f9429-0f02-4388-9be9-fb8d7299b596
2021-08-26T08:03:19.597Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 75e1890f-997b 0 e8dc4962-9de3-480a-bf4d-1830dbc0fc08 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:19.645Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.646Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0398854c-8f64-407a-998e-1364e3743161
2021-08-26T08:03:19.647Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0398854c-8f64-407a-998e-1364e3743161 matches Tosca VF Customization UUID: 0398854c-8f64-407a-998e-1364e3743161
2021-08-26T08:03:19.648Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0398854c-8f64-407a-998e-1364e3743161  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:03:19.656Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.657Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0398854c-8f64-407a-998e-1364e3743161: {\"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-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bda72f0
2021-08-26T08:03:19.659Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.660Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:03:19.660Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : badefd85-6ee0-4384-b2a5-71b016357ba3
2021-08-26T08:03:19.661Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID badefd85-6ee0-4384-b2a5-71b016357ba3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:03:19.668Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.669Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.669Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.670Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.672Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.673Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.674Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.674Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.675Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.675Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.676Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-26T08:03:19.676Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:19.677Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:19.677Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.678Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.679Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:19.679Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.680Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:19.680Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.681Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8f05a73-7608-4055-8a9a-cf0e61198bb5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.689Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.690Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.691Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.692Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.693Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:19.693Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.694Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-26T08:03:19.695Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.695Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8bfb03d4-adaf-4714-b51e-51fb086dacf7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.698Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.699Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.699Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.702Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.705Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is not matching search criteria
2021-08-26T08:03:19.705Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-26T08:03:19.706Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-26T08:03:19.706Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.707Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-26T08:03:19.708Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-26T08:03:19.709Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-26T08:03:19.709Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-26T08:03:19.710Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-26T08:03:19.710Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64a857a2-2014-4fd4-9d40-4a1d32b22169
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.713Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Node template vFW 75e1890f-997b 0 is matching search criteria
2021-08-26T08:03:19.714Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 75e1890f-997b 0] matching following query criteria: sdcType=VF, customizationUUID=0398854c-8f64-407a-998e-1364e3743161
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:03:19.719Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.719Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e23f9429-0f02-4388-9be9-fb8d7299b596: vFW 75e1890f-997b
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.720Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.721Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.722Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-08-26 07-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:03:19.723Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-08-26 07-59-00 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 75e1890f-997b e8dc4962-9de3-480a-bf4d-1830dbc0fc08 1 ASDC deployResourceStructure
2021-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json ASDC sendASDCNotification
2021-08-26T08:03:20.012Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json
2021-08-26T08:03:20.013Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:20.014Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:20.015Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:20.016Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965000012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:20.116Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:20.117Z||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-08-26T08:03:20.117Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:20.129Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:20.130Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml
2021-08-26T08:03:21.017Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:21.018Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:21.019Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:21.019Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965001017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:21.120Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:03:21.121Z||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-08-26T08:03:21.121Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:21.135Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:21.135Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:22.020Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-26T08:03:22.021Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env
2021-08-26T08:03:22.021Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:22.024Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:22.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:22.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965002020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:22.130Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-08-26T08:03:22.131Z||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-08-26T08:03:22.131Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:22.148Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:22.149Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:03:23.026Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar ASDC sendASDCNotification
2021-08-26T08:03:23.028Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar
2021-08-26T08:03:23.028Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:03:23.029Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:03:23.031Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:03:23.031Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965003026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:03:23.131Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:03:23.132Z||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-08-26T08:03:23.132Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:23.144Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:23.145Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:03:24.032Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:03:24.048Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:03:24.052Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.053Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.054Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:03:24.055Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-08-26T08:03:24.061Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:03:54.063Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86ba9052-2789-45c3-9972-1a5a539ce921 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-08-26T08:03:54.101Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86ba9052-2789-45c3-9972-1a5a539ce921 and serviceModelVersionId: e23f9429-0f02-4388-9be9-fb8d7299b596
2021-08-26T08:03:54.101Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19
2021-08-26T08:03:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:03:57.783Z||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-08-26T08:03:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:03:57.911Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:03:57.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:03:57.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:03:57.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:20.073Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0
2021-08-26T08:04:20.235Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:04:20.717Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|INFO|500||Invoke
2021-08-26T08:04:20.726Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81423c8b-a0a3-4319-943b-1645d62ca190], X-ECOMP-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], X-TransactionId=[], X-ONAP-RequestID=[86ba9052-2789-45c3-9972-1a5a539ce921], Content-Type=[application/merge-patch+json]}
2021-08-26T08:04:21.464Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:04:21.885Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210826-08:04:21:460-84417], vertex-id=[188504], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:04:21 GMT], Content-Type=[application/json]}
2021-08-26T08:04:21.887Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:04:21.889Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6e6dfa6f-ceee-4b96-9cc8-7719bfd6de19/model-vers/model-ver/e23f9429-0f02-4388-9be9-fb8d7299b596?depth=0|INFO|500||InvokeReturn
2021-08-26T08:04:21.892Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:04:21.893Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:04:21.900Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||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-08-26T08:04:21.902Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86ba9052-2789-45c3-9972-1a5a539ce921 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:04:21.903Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:04:21.904Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:04:21.914Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:04:21.914Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965061902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:04:22.011Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-26T08:04:22.013Z||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-08-26T08:04:22.013Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:22.029Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:04:22.031Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-08-26T08:04:22.929Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:22.930Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:04:22.931Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:32.512Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:04:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:04:57.798Z||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-08-26T08:04:57.798Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:57.798Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:04:57.798Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:04:57.849Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:04:57.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964977780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:04:57.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964988300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964994578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964996476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629964998588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:04:57.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965000012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/vfw75e1890f997b0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965001017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965002020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/resourceInstances/vfw75e1890f997b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:04:57.864Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965003026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210826075900/1.0/artifacts/service-Vfw20210826075900-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:04:57.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:05:07.353Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:05:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:05:57.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:05:57.800Z||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-08-26T08:05:57.800Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:05:57.801Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:05:57.801Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:05:58.355Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:05:58.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-26T08:05:58.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "86ba9052-2789-45c3-9972-1a5a539ce921",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965061902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:05:58.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:06:07.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:06:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:06:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:06:57.785Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:06:57.785Z||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-08-26T08:06:57.786Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:06:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:07:07.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:07:07.367Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:07:57.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:07:57.780Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:07:57.784Z||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-08-26T08:07:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:07:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:07:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:07.346Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:07.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:08:57.780Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:08:57.785Z||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-08-26T08:08:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:57.787Z||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-08-26T08:08:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:58.436Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:58.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.440Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:58.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7","serviceName":"basic_onboard_YzgSNP","serviceVersion":"1.0","serviceUUID":"fe80c7a9-0667-4817-a525-439b91d06273","serviceDescription":"service","serviceInvariantUUID":"090a41a0-de73-40eb-a7cd-f9b7b2eed7b2","resources":[{"resourceInstanceName":"basic_onboard_YzgSNP 0","resourceName":"basic_onboard_YzgSNP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c761e65b-e244-4524-b33b-02c5a2c6214d","resourceInvariantUUID":"1c4bce4c-b3bf-4065-a973-d24b257217ab","resourceCustomizationUUID":"b3bcd9b2-e627-418f-a000-8575c99a21bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml","artifactChecksum":"MWE4ZmFhNWQyYThhZjEyZDg2ZDhkY2Q0OTEzYjViODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6286ae3f-0cb0-4eb4-a90c-83e58595c18a","artifactVersion":"1"},{"artifactName":"basic_onboard_yzgsnp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json","artifactChecksum":"YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5cd6e5e-772c-4d28-84a0-890ead637c95","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ada37133-9da8-4976-bdc2-e2905e77f7e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bfc4c272-8dd0-442c-ad8f-84f5322feef0","artifactVersion":"2","generatedFromUUID":"9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzgsnp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml","artifactChecksum":"YjZmODQzZmMxNmNiNWE0NDU3N2ZkYmMzYjQ0NGQyYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d15fe18-e810-41c2-9715-207769614494","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzgsnp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar","artifactChecksum":"MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76a403b1-4562-4e80-ad8a-63d7030407c6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629965302978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965304849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965302580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965305438,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965313837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965313835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965313880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965314845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "cds",
  "timestamp": 1629965314889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-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-08-26T08:08:58.490Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:08:58.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:08:58.514Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:08:58.515Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:08:58.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.542Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "dcae-sch",
  "timestamp": 1629965308773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965315583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "policy-id",
  "timestamp": 1629965315849,
  "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-08-26T08:08:58.566Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.566Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965317859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965318899,
  "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-08-26T08:08:58.603Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.604Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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=?
2021-08-26T08:08:58.606Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-08-26T08:08:58.607Z||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-08-26T08:08:58.607Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-26T08:08:58.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629965319904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965315836,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.618Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:58.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.619Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965325223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965322543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965331604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965333081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965333839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "aai-ml",
  "timestamp": 1629965334085,
  "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-08-26T08:08:58.634Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.634Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965334468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "clamp",
  "timestamp": 1629965334842,
  "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-08-26T08:08:58.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.650Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:58.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:08:58.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629965335484,
  "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-08-26T08:08:58.677Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
2021-08-26T08:08:58.677Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:08:59.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:08:59.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:08:59.521Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:08:59.521Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:08:59.621Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:08:59.623Z||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-08-26T08:08:59.624Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:08:59.645Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:08:59.646Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-08-26T08:09:00.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:00.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:00.526Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:00.526Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:09:00.627Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:00.628Z||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-08-26T08:09:00.628Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:00.638Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:00.639Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:01.527Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:01.528Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:01.531Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:01.531Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:09:01.632Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:09:01.633Z||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-08-26T08:09:01.633Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:01.647Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:01.647Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:02.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:02.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:02.536Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:02.536Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:09:02.638Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-26T08:09:02.639Z||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-08-26T08:09:02.639Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:02.652Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:02.653Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:03.537Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:03.538Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:03.541Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:03.541Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:09:03.641Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:03.642Z||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-08-26T08:09:03.642Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:03.663Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:03.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:04.542Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:09:04.543Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:04.545Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:04.545Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:09:04.645Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:04.646Z||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-08-26T08:09:04.646Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:04.662Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:04.662Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:05.546Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "serviceName": "basic_onboard_YzgSNP",
  "serviceVersion": "1.0",
  "serviceUUID": "fe80c7a9-0667-4817-a525-439b91d06273",
  "serviceDescription": "service",
  "serviceInvariantUUID": "090a41a0-de73-40eb-a7cd-f9b7b2eed7b2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YzgSNP 0",
      "resourceCustomizationUUID": "b3bcd9b2-e627-418f-a000-8575c99a21bd",
      "resourceName": "basic_onboard_YzgSNP",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c761e65b-e244-4524-b33b-02c5a2c6214d",
      "resourceInvariantUUID": "1c4bce4c-b3bf-4065-a973-d24b257217ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yzgsnp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
          "artifactChecksum": "YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f5cd6e5e-772c-4d28-84a0-890ead637c95",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bfc4c272-8dd0-442c-ad8f-84f5322feef0",
            "generatedFromUUID": "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bfc4c272-8dd0-442c-ad8f-84f5322feef0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYzgsnp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
      "artifactChecksum": "MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76a403b1-4562-4e80-ad8a-63d7030407c6"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:09:05.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:09:05.547Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe80c7a9-0667-4817-a525-439b91d06273 ASDC
2021-08-26T08:09:05.547Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
ServiceName:basic_onboard_YzgSNP
ServiceVersion:1.0
ServiceUUID:fe80c7a9-0667-4817-a525-439b91d06273
ServiceInvariantUUID:090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzgsnp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
ArtifactUUID:76a403b1-4562-4e80-ad8a-63d7030407c6
ArtifactChecksum:MjY1YWU2YjVjMWQzYWUzZDAwMTAzMDYxOTA0MGI5NGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YzgSNP 0
ResourceCustomizationUUID:b3bcd9b2-e627-418f-a000-8575c99a21bd
ResourceInvariantUUID:1c4bce4c-b3bf-4065-a973-d24b257217ab
ResourceName:basic_onboard_YzgSNP
ResourceType:VF
ResourceUUID:c761e65b-e244-4524-b33b-02c5a2c6214d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzgsnp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
ArtifactUUID:f5cd6e5e-772c-4d28-84a0-890ead637c95
ArtifactChecksum:YmE3Y2Q5NmZlYzliMmViZmMzZGFkZGRiMjhlMWZkNzM=
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
ArtifactUUID:bfc4c272-8dd0-442c-ad8f-84f5322feef0
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/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
ArtifactUUID:bfc4c272-8dd0-442c-ad8f-84f5322feef0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:09:05.547Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe80c7a9-0667-4817-a525-439b91d06273 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-08-26T08:09:05.590Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:09:05.591Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:05.592Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:05.593Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 76a403b1-4562-4e80-ad8a-63d7030407c6 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:05.593Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:05.594Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:06.542Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar 76a403b1-4562-4e80-ad8a-63d7030407c6 71377
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar ASDC sendASDCNotification
2021-08-26T08:09:06.549Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:06.550Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:06.550Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:06.553Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:06.553Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965346549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:09:06.653Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:06.655Z||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-08-26T08:09:06.655Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:06.669Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:06.670Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:07.554Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:09:07.555Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-26T08:09:07.556Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 76a403b1-4562-4e80-ad8a-63d7030407c6, URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.557Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.557Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:07.558Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:08.167Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13438121316712245299/Definitions/service-BasicOnboardYzgsnp-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-08-26T08:09:09.659Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:09:09.659Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YzgSNP 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-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.660Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:09.661Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.662Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.663Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-26T08:09:09.665Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:09:09.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:09.668Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:09.669Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7507d1a7-86e4-4f16-983f-858765c2fae5
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.670Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:09.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YzgSNP
Description:service
Model UUID:fe80c7a9-0667-4817-a525-439b91d06273
Model Version:NULL
Model InvariantUuid:090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YzgSNP
Model UUID:9b5b36ef-34f7-441d-9164-9eda1dc67a64
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c4bce4c-b3bf-4065-a973-d24b257217ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3bcd9b2-e627-418f-a000-8575c99a21bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
ModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
ModelUuid:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7507d1a7-86e4-4f16-983f-858765c2fae5
ModelInvariantUuid:665134f2-1660-40b2-946e-92e98b719f0b
ModelName:basic_onboard_YzgSNP-nodes.ubuntu18Cvfc
ModelUuid:ddf6c2dd-e4a8-4a94-a0dc-e50c9248b27c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d3efdd17-f194-4276-9da5-3cf73474d35e
ModelInvariantUuid:54319284-790e-4eb6-a34e-faa2da06d999
ModelName:BasicOnboardYzgsnp.compute.nodes.heat.ubuntu18
ModelUuid:70123114-4a68-498f-b915-eab95466bc08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:09:09.681Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c761e65b-e244-4524-b33b-02c5a2c6214d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||basic_onboard_YzgSNP 0
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c761e65b-e244-4524-b33b-02c5a2c6214d
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5cd6e5e-772c-4d28-84a0-890ead637c95 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:09.686Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:09.687Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:11.294Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:11.296Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json f5cd6e5e-772c-4d28-84a0-890ead637c95 798
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json ASDC sendASDCNotification
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:11.297Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:11.298Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:11.300Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:11.300Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:09:11.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:11.401Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-26T08:09:11.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:11.416Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:11.416Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:12.301Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzgsnp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0102bc62-41ca-44d0-9b98-2fcb3996d7fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb35ee6-54be-4e71-b3d2-93bffd2d6870",
    "vfModuleModelCustomizationUUID": "478424e1-8c11-4955-99df-ce26192ecd25",
    "isBase": true,
    "artifacts": [
      "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
      "bfc4c272-8dd0-442c-ad8f-84f5322feef0"
    ],
    "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-08-26T08:09:12.308Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
VfModuleModelInvariantUUID:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
,
bfc4c272-8dd0-442c-ad8f-84f5322feef0

}
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-08-26T08:09:12.313Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzgsnp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0102bc62-41ca-44d0-9b98-2fcb3996d7fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb35ee6-54be-4e71-b3d2-93bffd2d6870",
    "vfModuleModelCustomizationUUID": "478424e1-8c11-4955-99df-ce26192ecd25",
    "isBase": true,
    "artifacts": [
      "9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c",
      "bfc4c272-8dd0-442c-ad8f-84f5322feef0"
    ],
    "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-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzgsnp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb35ee6-54be-4e71-b3d2-93bffd2d6870
VfModuleModelInvariantUUID:0102bc62-41ca-44d0-9b98-2fcb3996d7fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c
,
bfc4c272-8dd0-442c-ad8f-84f5322feef0

}
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-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:12.315Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.637Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:12.638Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml 9b7ee7aa-1b62-40da-999b-4d6dcbbabd2c 5033
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:12.639Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:12.641Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:12.642Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965352639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:09:12.742Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:12.743Z||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-08-26T08:09:12.743Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:12.754Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:12.754Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bfc4c272-8dd0-442c-ad8f-84f5322feef0 from URL: /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-26T08:09:13.643Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-26T08:09:13.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env bfc4c272-8dd0-442c-ad8f-84f5322feef0 909
2021-08-26T08:09:13.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:09:13.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:13.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:13.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965353811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:09:13.916Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:13.916Z||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-08-26T08:09:13.917Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:13.931Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:13.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:14.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fe80c7a9-0667-4817-a525-439b91d06273
2021-08-26T08:09:14.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YzgSNP 0 c761e65b-e244-4524-b33b-02c5a2c6214d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:09:14.856Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b3bcd9b2-e627-418f-a000-8575c99a21bd
2021-08-26T08:09:14.857Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3bcd9b2-e627-418f-a000-8575c99a21bd matches Tosca VF Customization UUID: b3bcd9b2-e627-418f-a000-8575c99a21bd
2021-08-26T08:09:14.857Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b3bcd9b2-e627-418f-a000-8575c99a21bd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:09:14.865Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.866Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.868Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b3bcd9b2-e627-418f-a000-8575c99a21bd: {\"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-08-26T08:09:14.868Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66683bde
2021-08-26T08:09:14.869Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.869Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:09:14.870Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 478424e1-8c11-4955-99df-ce26192ecd25
2021-08-26T08:09:14.871Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 478424e1-8c11-4955-99df-ce26192ecd25
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:09:14.878Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.880Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.880Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.882Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.883Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.884Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.884Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is not matching search criteria
2021-08-26T08:09:14.885Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:09:14.886Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:09:14.886Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7507d1a7-86e4-4f16-983f-858765c2fae5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:09:14.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.893Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:09:14.894Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzgSNP 0 is matching search criteria
2021-08-26T08:09:14.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzgSNP 0] matching following query criteria: sdcType=VF, customizationUUID=b3bcd9b2-e627-418f-a000-8575c99a21bd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:14.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.900Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.901Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fe80c7a9-0667-4817-a525-439b91d06273: basic_onboard_YzgSNP
2021-08-26T08:09:14.902Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.902Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.903Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.903Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.905Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.905Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.906Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:09:14.906Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzgSNP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:09:14.907Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YzgSNP 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:09:14.992Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YzgSNP c761e65b-e244-4524-b33b-02c5a2c6214d 1 ASDC deployResourceStructure
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json ASDC sendASDCNotification
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:14.993Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:15.001Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:15.001Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965354993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:09:15.101Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:15.104Z||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-08-26T08:09:15.104Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:15.119Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:15.119Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:16.004Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:16.005Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:16.009Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:16.009Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965356004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:09:16.108Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:09:16.109Z||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-08-26T08:09:16.109Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:16.122Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:16.123Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env
2021-08-26T08:09:17.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:17.011Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:17.027Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:17.027Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965357010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:09:17.113Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-08-26T08:09:17.113Z||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-08-26T08:09:17.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:17.123Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:17.123Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:09:18.028Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar ASDC sendASDCNotification
2021-08-26T08:09:18.029Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar
2021-08-26T08:09:18.030Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:09:18.030Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:18.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:18.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965358028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:09:18.133Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:09:18.134Z||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-08-26T08:09:18.134Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:18.144Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:18.145Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:09:19.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:09:19.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:09:19.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:09:19.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:09:19.082Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:09:49.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 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-08-26T08:09:49.094Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 and serviceModelVersionId: fe80c7a9-0667-4817-a525-439b91d06273
2021-08-26T08:09:49.095Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 090a41a0-de73-40eb-a7cd-f9b7b2eed7b2
2021-08-26T08:09:49.096Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0
2021-08-26T08:09:49.103Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:09:49.176Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|INFO|500||Invoke
2021-08-26T08:09:49.177Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4947827c-67ef-419d-b060-ce8a344eb7b6], X-ECOMP-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], X-TransactionId=[], X-ONAP-RequestID=[4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7], Content-Type=[application/merge-patch+json]}
2021-08-26T08:09:49.209Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:09:49.664Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210826-08:09:49:203-23075], vertex-id=[278776], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:09:49 GMT], Content-Type=[application/json]}
2021-08-26T08:09:49.666Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:09:49.667Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090a41a0-de73-40eb-a7cd-f9b7b2eed7b2/model-vers/model-ver/fe80c7a9-0667-4817-a525-439b91d06273?depth=0|INFO|500||InvokeReturn
2021-08-26T08:09:49.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:09:49.671Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:09:49.678Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-26T08:09:49.678Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:09:49.679Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:09:49.680Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:09:49.694Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:09:49.694Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965389679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:09:49.784Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-08-26T08:09:49.786Z||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-08-26T08:09:49.786Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:49.840Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:49.841Z||pool-34-thread-1|||||INFO|500||cambria reply ok (57 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-08-26T08:09:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:09:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:09:57.786Z||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-08-26T08:09:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:57.786Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:09:57.786Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:09:57.915Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:09:57.916Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:09:57.916Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:09:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:07.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:10:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:10:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:10:57.784Z||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-08-26T08:10:57.784Z||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-08-26T08:10:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:10:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:10:58.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:10:58.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:10:58.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:10:58.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965337779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965346549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965351297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965352639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965353811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965354993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/basic_onboard_yzgsnp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965356004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:10:58.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965357010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/resourceInstances/basic_onboard_yzgsnp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965358028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzgsnp/1.0/artifacts/service-BasicOnboardYzgsnp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:10:58.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629965389679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:10:58.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:11:07.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:11:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:11:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:11:57.781Z||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-08-26T08:11:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:11:57.782Z||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-08-26T08:11:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:12:07.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:12:07.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:12:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:12:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:12:57.783Z||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-08-26T08:12:57.783Z||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-08-26T08:12:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:12:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:13:07.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:13:07.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:13:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:13:57.783Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:13:57.784Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:13:57.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:13:57.790Z||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-08-26T08:13:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:14:07.345Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:14:07.351Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:14:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:14:57.787Z||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-08-26T08:14:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:14:57.788Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:14:57.791Z||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-08-26T08:14:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:15:07.339Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:15:07.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:15:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:15:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:15:57.785Z||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-08-26T08:15:57.785Z||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-08-26T08:15:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:15:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:16:07.343Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:16:07.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:16:57.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:16:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:16:57.789Z||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-08-26T08:16:57.789Z||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-08-26T08:16:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:16:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:17:07.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:17:07.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:17:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:17:57.780Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:17:57.784Z||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-08-26T08:17:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:17:57.784Z||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-08-26T08:17:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:18:07.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:18:07.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:18:57.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:18:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:18:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:18:57.783Z||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-08-26T08:18:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:18:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:19:07.339Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:19:07.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:19:57.780Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:19:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:19:57.782Z||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-08-26T08:19:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:19:57.783Z||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-08-26T08:19:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:20:07.333Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:20:07.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:20:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:20:57.783Z||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-08-26T08:20:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:20:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:20:57.786Z||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-08-26T08:20:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:21:07.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:21:07.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:21:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:21:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:21:57.783Z||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-08-26T08:21:57.783Z||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-08-26T08:21:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:21:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:22:07.357Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:22:07.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:22:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:22:57.783Z||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-08-26T08:22:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:22:57.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:22:57.790Z||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-08-26T08:22:57.790Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:23:07.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:23:07.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:23:57.784Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:23:57.786Z||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-08-26T08:23:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:23:57.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:23:57.788Z||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-08-26T08:23:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:07.068Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:07.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"750b92d1-424d-41be-9e96-2774794d7f41","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42008e0f-a9bc-4d34-b313-8e99578a8586","serviceDescription":"service","serviceInvariantUUID":"e0f8be9e-af84-4c37-a6ca-6d27352f95af","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"de46dad4-09ea-49d8-920c-15d726e1793f","resourceInvariantUUID":"c275e6bb-116a-4c71-b76e-7ae1077a2534","resourceCustomizationUUID":"7cd9d5fd-c259-48d6-82ff-03d62992951e","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":"MzZmNzM4MDU4OTZiM2E1MzhlYzAxMTlmZDYzODBjOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9d95538-df84-41a7-81a5-b28a9ae96fd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a545a820-e31e-42e2-b7f5-16afb4284432","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:24:07.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:24:07.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:07.087Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:07.087Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966237782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.189Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:24:07.190Z||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-08-26T08:24:07.191Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:07.207Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:07.209Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:07.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:07.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966244848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:24:07.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966242978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "aai-ml",
  "timestamp": 1629966245836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:24:07.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:24:08.088Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:24:08.089Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:08.091Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:08.091Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966237782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:24:08.191Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:08.192Z||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-08-26T08:24:08.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:08.223Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:08.223Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42008e0f-a9bc-4d34-b313-8e99578a8586",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e0f8be9e-af84-4c37-a6ca-6d27352f95af",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7cd9d5fd-c259-48d6-82ff-03d62992951e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "de46dad4-09ea-49d8-920c-15d726e1793f",
      "resourceInvariantUUID": "c275e6bb-116a-4c71-b76e-7ae1077a2534",
      "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": "NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a545a820-e31e-42e2-b7f5-16afb4284432"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:24:09.092Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42008e0f-a9bc-4d34-b313-8e99578a8586 ASDC
2021-08-26T08:24:09.095Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:750b92d1-424d-41be-9e96-2774794d7f41
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42008e0f-a9bc-4d34-b313-8e99578a8586
ServiceInvariantUUID:e0f8be9e-af84-4c37-a6ca-6d27352f95af
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:a545a820-e31e-42e2-b7f5-16afb4284432
ArtifactChecksum:NGU4ZjFiM2I1NzE3Y2M1ZjBjMTYwZGQ4MTQwZDU5MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7cd9d5fd-c259-48d6-82ff-03d62992951e
ResourceInvariantUUID:c275e6bb-116a-4c71-b76e-7ae1077a2534
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:de46dad4-09ea-49d8-920c-15d726e1793f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-08-26T08:24:09.095Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42008e0f-a9bc-4d34-b313-8e99578a8586 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-08-26T08:24:09.143Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:24:09.144Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a545a820-e31e-42e2-b7f5-16afb4284432 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:24:09.145Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:11.120Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a545a820-e31e-42e2-b7f5-16afb4284432 52174
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:11.123Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:24:11.124Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:11.127Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:11.127Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966251123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:24:11.227Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:11.228Z||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-08-26T08:24:11.228Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:11.239Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:11.239Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:12.130Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:24:12.132Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:24:12.132Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a545a820-e31e-42e2-b7f5-16afb4284432, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.294Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11974634639019276487/Definitions/service-BasicNetwork-template.yml
2021-08-26T08:24:12.901Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:24:12.901Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-26T08:24:12.902Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.903Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.904Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-26T08:24:12.905Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:24:12.905Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-26T08:24:12.906Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.907Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.908Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-26T08:24:12.908Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.909Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.910Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.910Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.911Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.911Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.912Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.912Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.913Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42008e0f-a9bc-4d34-b313-8e99578a8586
Model Version:NULL
Model InvariantUuid:e0f8be9e-af84-4c37-a6ca-6d27352f95af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c275e6bb-116a-4c71-b76e-7ae1077a2534
Model UUID:bae1ba2f-0ba4-4bee-8546-466a21993e22
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7cd9d5fd-c259-48d6-82ff-03d62992951e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:24:12.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: de46dad4-09ea-49d8-920c-15d726e1793f
2021-08-26T08:24:12.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||No resources found for Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:24:12.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||
2021-08-26T08:24:12.931Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-08-26T08:24:12.932Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:24:12.932Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:24:12.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-08-26T08:24:12.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:24:12.941Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.941Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.942Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.942Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 42008e0f-a9bc-4d34-b313-8e99578a8586: Generic NeutronNet
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.943Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.944Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.944Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-26T08:24:12.983Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.984Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.985Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:24:12.986Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:24:12.986Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-26T08:24:13.061Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-08-26T08:24:13.064Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-26T08:24:13.065Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-26T08:24:13.065Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:24:13.066Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:24:13.070Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:24:13.070Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966253064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:24:13.171Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:24:13.173Z||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-08-26T08:24:13.173Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:13.191Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:13.192Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:24:14.075Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:24:14.085Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:24:14.087Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:24:14.087Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:24:14.088Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:24:44.088Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:24:44.106Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:24:44.109Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:24:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:24:57.783Z||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-08-26T08:24:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:24:57.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:24:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:24:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966237782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:24:57.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:25:14.110Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:25:14.133Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:25:14.136Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:25:44.137Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:25:44.157Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:25:44.159Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:25:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:25:57.784Z||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-08-26T08:25:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:25:57.805Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:25:57.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:25:57.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "policy-id",
  "timestamp": 1629966245439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:25:57.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:14.160Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:26:14.180Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:26:14.188Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:26:14.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:26:14.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:26:44.189Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:26:44.205Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:26:44.209Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:26:57.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:26:57.785Z||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-08-26T08:26:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:26:57.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:26:57.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966244848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "aai-ml",
  "timestamp": 1629966245836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966242978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966237782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "policy-id",
  "timestamp": 1629966245439,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "cds",
  "timestamp": 1629966247580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "clamp",
  "timestamp": 1629966247883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "cds",
  "timestamp": 1629966247580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "dcae-sch",
  "timestamp": 1629966248773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "clamp",
  "timestamp": 1629966247883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "dcae-sch",
  "timestamp": 1629966248773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "policy-id",
  "timestamp": 1629966251027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "aai-ml",
  "timestamp": 1629966251075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966251123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "policy-id",
  "timestamp": 1629966252031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "cds",
  "timestamp": 1629966252077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "policy-id",
  "timestamp": 1629966253034,
  "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-08-26T08:26:57.831Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966253064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "cds",
  "timestamp": 1629966253125,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-26T08:26:57.854Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.855Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966252543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966252543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:26:57.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "aai-ml",
  "timestamp": 1629966255066,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "aai-ml",
  "timestamp": 1629966256069,
  "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-08-26T08:26:57.870Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966256179,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966257940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966258946,
  "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-08-26T08:26:57.891Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.891Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:26:57.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "clamp",
  "timestamp": 1629966259983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "clamp",
  "timestamp": 1629966261989,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:26:57.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "clamp",
  "timestamp": 1629966262991,
  "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-08-26T08:26:57.903Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 750b92d1-424d-41be-9e96-2774794d7f41
2021-08-26T08:26:57.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:27:14.210Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:27:14.228Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:27:14.232Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:27:14.232Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.233Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.234Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.234Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:27:14.235Z|750b92d1-424d-41be-9e96-2774794d7f41|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-08-26T08:27:14.242Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:27:44.242Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 750b92d1-424d-41be-9e96-2774794d7f41 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-08-26T08:27:44.252Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 750b92d1-424d-41be-9e96-2774794d7f41 and serviceModelVersionId: 42008e0f-a9bc-4d34-b313-8e99578a8586
2021-08-26T08:27:44.252Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0f8be9e-af84-4c37-a6ca-6d27352f95af
2021-08-26T08:27:44.254Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0
2021-08-26T08:27:44.262Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:27:44.337Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?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-08-26T08:27:44.339Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|INFO|500||Invoke
2021-08-26T08:27:44.367Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:27:44.919Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0|INFO|500||InvokeReturn
2021-08-26T08:27:44.922Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e0f8be9e-af84-4c37-a6ca-6d27352f95af/model-vers/model-ver/42008e0f-a9bc-4d34-b313-8e99578a8586?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210826-08:27:44:354-76702], vertex-id=[172208], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:27:44 GMT], Content-Type=[application/json]}
2021-08-26T08:27:44.922Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:27:44.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:27:44.923Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:27:44.929Z|750b92d1-424d-41be-9e96-2774794d7f41|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-08-26T08:27:44.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 750b92d1-424d-41be-9e96-2774794d7f41 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:27:44.930Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:27:44.931Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:44.933Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:44.934Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966464930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:27:45.034Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:45.035Z||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-08-26T08:27:45.036Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:45.049Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:45.049Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-26T08:27:45.948Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:27:45.949Z|750b92d1-424d-41be-9e96-2774794d7f41|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-08-26T08:27:45.949Z|750b92d1-424d-41be-9e96-2774794d7f41|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:50.381Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:50.383Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:27:50.383Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea8ed666-2698-430e-afc6-488786fff83a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"989fe7ee-f00d-47f9-8c4b-63fc12c1f633","serviceDescription":"service","serviceInvariantUUID":"056dae62-b223-43c9-a8ce-024ccb6c39dc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ae21a49-37fd-4520-ac93-b073a7308652","resourceInvariantUUID":"26b10e47-c5dd-42ba-a8a6-513f233fb2a1","resourceCustomizationUUID":"8f629138-f355-4c5b-9d22-971471b69248","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":"YjEyZjY4MmRmNTI5NjJhMTZkYjQ5ZTdmMTc0YWI2NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ddaa2ac6-f7a2-4e39-a20d-dfb2bbd3418d","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":"ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"097fdd2f-91e8-42b7-8230-a7f8dd68b835","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"35a5ce99-5ae7-4763-879a-16bda3a1c5c4","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":"c92e8a6b-33a0-420a-b543-dbc00ab4e7f6","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffe1c0f3-5321-4567-9b42-bbd824d7f1f6","artifactVersion":"2","generatedFromUUID":"35a5ce99-5ae7-4763-879a-16bda3a1c5c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDZlYWRhNTI2M2QxOWIwZWFiNmU0YmYyYmU2OGNjOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4bd3d547-a749-4d67-9f34-2f774e6a7ae3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c20053fc-3f74-4257-8224-eee49deb1c44","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:27:50.389Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:50.389Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:50.392Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:50.392Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:50.492Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:50.494Z||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-08-26T08:27:50.494Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:50.505Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:50.506Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:51.393Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:51.394Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:51.396Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:51.396Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:27:51.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-08-26T08:27:51.503Z||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-08-26T08:27:51.503Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:51.521Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:51.521Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:52.397Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:52.398Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:52.400Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:52.400Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:27:52.500Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:52.501Z||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-08-26T08:27:52.501Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:52.513Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:52.513Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:53.401Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:53.402Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:53.405Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:53.405Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:53.505Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:53.507Z||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-08-26T08:27:53.507Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:53.517Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:53.519Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:54.406Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:54.407Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:54.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:54.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:27:54.512Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:54.514Z||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-08-26T08:27:54.514Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:54.531Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:54.532Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:55.411Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:55.413Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:55.416Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:55.416Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:55.516Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:27:55.518Z||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-08-26T08:27:55.518Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:55.527Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:55.528Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:56.417Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:27:56.418Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:56.421Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:56.421Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:27:56.520Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:27:56.521Z||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-08-26T08:27:56.521Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:56.533Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:56.535Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:27:57.423Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "989fe7ee-f00d-47f9-8c4b-63fc12c1f633",
  "serviceDescription": "service",
  "serviceInvariantUUID": "056dae62-b223-43c9-a8ce-024ccb6c39dc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8f629138-f355-4c5b-9d22-971471b69248",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ae21a49-37fd-4520-ac93-b073a7308652",
      "resourceInvariantUUID": "26b10e47-c5dd-42ba-a8a6-513f233fb2a1",
      "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": "ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "097fdd2f-91e8-42b7-8230-a7f8dd68b835",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "35a5ce99-5ae7-4763-879a-16bda3a1c5c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6",
            "generatedFromUUID": "35a5ce99-5ae7-4763-879a-16bda3a1c5c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c20053fc-3f74-4257-8224-eee49deb1c44"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:27:57.425Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:27:57.425Z|750b92d1-424d-41be-9e96-2774794d7f41|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 989fe7ee-f00d-47f9-8c4b-63fc12c1f633 ASDC
2021-08-26T08:27:57.426Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ea8ed666-2698-430e-afc6-488786fff83a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:989fe7ee-f00d-47f9-8c4b-63fc12c1f633
ServiceInvariantUUID:056dae62-b223-43c9-a8ce-024ccb6c39dc
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:c20053fc-3f74-4257-8224-eee49deb1c44
ArtifactChecksum:Mjg2MGE3YmJjODIwOTU4NzljNzk5ZGY5YWE2MGQxNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8f629138-f355-4c5b-9d22-971471b69248
ResourceInvariantUUID:26b10e47-c5dd-42ba-a8a6-513f233fb2a1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2ae21a49-37fd-4520-ac93-b073a7308652
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:097fdd2f-91e8-42b7-8230-a7f8dd68b835
ArtifactChecksum:ZmQ3YTY5NjRhZWI5M2Q3NTU3ZTJlMWEwMmRiZDFjMjU=
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:35a5ce99-5ae7-4763-879a-16bda3a1c5c4
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:ffe1c0f3-5321-4567-9b42-bbd824d7f1f6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:ffe1c0f3-5321-4567-9b42-bbd824d7f1f6
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:27:57.426Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 989fe7ee-f00d-47f9-8c4b-63fc12c1f633 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-08-26T08:27:57.487Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:27:57.488Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c20053fc-3f74-4257-8224-eee49deb1c44 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:57.489Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:27:57.490Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:27:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:27:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:57.808Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:57.809Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.809Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.810Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.811Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.813Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:27:57.820Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:27:57.820Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:27:58.673Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:27:58.677Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c20053fc-3f74-4257-8224-eee49deb1c44 70845
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:27:58.678Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:27:58.679Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:27:58.681Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:27:58.681Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966478678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:27:58.783Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:27:58.785Z||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-08-26T08:27:58.785Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:27:58.797Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:27:58.798Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:27:59.682Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:27:59.685Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:27:59.685Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c20053fc-3f74-4257-8224-eee49deb1c44, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.686Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:27:59.896Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1663035224748793104/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-26T08:28:01.163Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:01.164Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|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-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|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-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|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-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|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-BasicVm-csar.csar
2021-08-26T08:28:01.165Z|ea8ed666-2698-430e-afc6-488786fff83a|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-BasicVm-csar.csar
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.166Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.167Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.168Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-26T08:28:01.169Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.170Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.171Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:01.172Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.173Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-26T08:28:01.173Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:28:01.173Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-26T08:28:01.173Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74551176-d685-47af-8ee0-5c1153204818
2021-08-26T08:28:01.173Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.174Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.174Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.174Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.174Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.174Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.175Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:01.175Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:01.175Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:989fe7ee-f00d-47f9-8c4b-63fc12c1f633
Model Version:NULL
Model InvariantUuid:056dae62-b223-43c9-a8ce-024ccb6c39dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:de5b22bd-5015-4f71-94c7-2aa9102798e3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26b10e47-c5dd-42ba-a8a6-513f233fb2a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f629138-f355-4c5b-9d22-971471b69248
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:89411ed2-ac50-4a00-9d3d-d4485dc42cfa
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b3f45795-bd19-424a-85ca-6371fb6f12cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:74551176-d685-47af-8ee0-5c1153204818
ModelInvariantUuid:f22c4425-17e2-463b-9c6f-1c42e24ea2dc
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:e172a395-24a4-4b93-b52a-6bd13328941b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:dc1ddc9d-e11a-4ac4-bcb1-118ca409b4a4
ModelInvariantUuid:be159d3d-300a-415e-80d2-42055cdf3f5a
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:de2ef5d9-3352-46c9-be15-872810b7f417
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:28:01.182Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ae21a49-37fd-4520-ac93-b073a7308652
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:28:01.185Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-08-26T08:28:01.186Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ae21a49-37fd-4520-ac93-b073a7308652
2021-08-26T08:28:01.186Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 097fdd2f-91e8-42b7-8230-a7f8dd68b835 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-26T08:28:01.186Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:28:01.186Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:02.422Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:28:02.423Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 097fdd2f-91e8-42b7-8230-a7f8dd68b835 787
2021-08-26T08:28:02.424Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:02.424Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:02.424Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:28:02.425Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:02.428Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:02.428Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966482423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:28:02.528Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:28:02.529Z||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-08-26T08:28:02.529Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:02.543Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:02.544Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:03.429Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89411ed2-ac50-4a00-9d3d-d4485dc42cfa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3f45795-bd19-424a-85ca-6371fb6f12cd",
    "vfModuleModelCustomizationUUID": "65c24c0b-afb9-48d8-931c-4a14ca983e2e",
    "isBase": true,
    "artifacts": [
      "35a5ce99-5ae7-4763-879a-16bda3a1c5c4",
      "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6"
    ],
    "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-08-26T08:28:03.434Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3f45795-bd19-424a-85ca-6371fb6f12cd
VfModuleModelInvariantUUID:89411ed2-ac50-4a00-9d3d-d4485dc42cfa
VfModuleModelDescription:NULL
Artifacts UUID List:{
35a5ce99-5ae7-4763-879a-16bda3a1c5c4
,
ffe1c0f3-5321-4567-9b42-bbd824d7f1f6

}
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-08-26T08:28:03.436Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89411ed2-ac50-4a00-9d3d-d4485dc42cfa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3f45795-bd19-424a-85ca-6371fb6f12cd",
    "vfModuleModelCustomizationUUID": "65c24c0b-afb9-48d8-931c-4a14ca983e2e",
    "isBase": true,
    "artifacts": [
      "35a5ce99-5ae7-4763-879a-16bda3a1c5c4",
      "ffe1c0f3-5321-4567-9b42-bbd824d7f1f6"
    ],
    "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-08-26T08:28:03.436Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3f45795-bd19-424a-85ca-6371fb6f12cd
VfModuleModelInvariantUUID:89411ed2-ac50-4a00-9d3d-d4485dc42cfa
VfModuleModelDescription:NULL
Artifacts UUID List:{
35a5ce99-5ae7-4763-879a-16bda3a1c5c4
,
ffe1c0f3-5321-4567-9b42-bbd824d7f1f6

}
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-08-26T08:28:03.436Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35a5ce99-5ae7-4763-879a-16bda3a1c5c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-26T08:28:03.437Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:28:03.437Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:05.058Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:28:05.060Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 35a5ce99-5ae7-4763-879a-16bda3a1c5c4 5033
2021-08-26T08:28:05.061Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:05.061Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:05.061Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:28:05.062Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:05.064Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:05.064Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966485061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:28:05.164Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:28:05.165Z||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-08-26T08:28:05.165Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:05.185Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:05.185Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:06.064Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ffe1c0f3-5321-4567-9b42-bbd824d7f1f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-26T08:28:06.065Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:28:06.065Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:08.270Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:28:08.271Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ffe1c0f3-5321-4567-9b42-bbd824d7f1f6 903
2021-08-26T08:28:08.272Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:08.272Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:08.272Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:28:08.273Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:08.282Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:08.286Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966488272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:28:08.396Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-08-26T08:28:08.397Z||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-08-26T08:28:08.397Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:08.411Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:08.411Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:09.287Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 989fe7ee-f00d-47f9-8c4b-63fc12c1f633
2021-08-26T08:28:09.288Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2ae21a49-37fd-4520-ac93-b073a7308652 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:28:09.310Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.311Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.311Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:28:09.311Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8f629138-f355-4c5b-9d22-971471b69248
2021-08-26T08:28:09.311Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f629138-f355-4c5b-9d22-971471b69248 matches Tosca VF Customization UUID: 8f629138-f355-4c5b-9d22-971471b69248
2021-08-26T08:28:09.311Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8f629138-f355-4c5b-9d22-971471b69248  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:28:09.319Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.319Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.325Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8f629138-f355-4c5b-9d22-971471b69248: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-26T08:28:09.325Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@487e03e4
2021-08-26T08:28:09.325Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.326Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:28:09.326Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65c24c0b-afb9-48d8-931c-4a14ca983e2e
2021-08-26T08:28:09.326Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65c24c0b-afb9-48d8-931c-4a14ca983e2e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:28:09.329Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.330Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:09.330Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:09.332Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.332Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:09.332Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:09.333Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.333Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-26T08:28:09.333Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:28:09.334Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-26T08:28:09.334Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74551176-d685-47af-8ee0-5c1153204818
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:28:09.336Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.337Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:09.339Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:28:09.340Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.340Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-26T08:28:09.341Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8f629138-f355-4c5b-9d22-971471b69248
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:28:09.344Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.344Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.344Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 989fe7ee-f00d-47f9-8c4b-63fc12c1f633: basic_vm
2021-08-26T08:28:09.345Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.345Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.345Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.345Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.345Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.346Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.346Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.346Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.346Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:28:09.346Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:28:09.347Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:28:09.444Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2ae21a49-37fd-4520-ac93-b073a7308652 1 ASDC deployResourceStructure
2021-08-26T08:28:09.445Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:09.446Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:09.446Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:28:09.447Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:09.448Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:09.449Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966489445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:28:09.549Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:28:09.550Z||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-08-26T08:28:09.550Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:09.562Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:09.562Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:10.451Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:10.451Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:10.451Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:28:10.451Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:10.454Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:10.454Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966490450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:28:10.554Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:28:10.555Z||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-08-26T08:28:10.555Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:10.568Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:10.568Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:11.455Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:11.456Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||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-08-26T08:28:11.456Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:28:11.456Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:11.458Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:11.458Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966491455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:28:11.559Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:28:11.560Z||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-08-26T08:28:11.560Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:11.572Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:11.573Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:12.459Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-26T08:28:12.460Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-26T08:28:12.460Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:28:12.460Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:28:12.462Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:28:12.466Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966492459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:28:12.562Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-08-26T08:28:12.563Z||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-08-26T08:28:12.563Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:12.580Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:12.580Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:28:13.468Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:28:13.478Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:28:13.480Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:28:13.480Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:28:13.480Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:28:43.480Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:28:43.492Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:28:43.497Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:28:43.498Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:28:43.498Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:28:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:28:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:28:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:28:57.816Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:28:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:28:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:28:57.820Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:13.498Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:29:13.515Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:29:13.517Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:29:13.518Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:29:13.518Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:29:43.518Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:29:43.533Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:29:43.535Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:29:43.535Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:29:43.535Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:29:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:29:57.787Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:29:57.788Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:29:57.815Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:29:57.830Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.830Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.833Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966402978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.834Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966405438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "dcae-sch",
  "timestamp": 1629966408774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966404848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.835Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966412581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966420682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966420678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966421678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.836Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.837Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.837Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966421684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.837Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.837Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.837Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "cds",
  "timestamp": 1629966422698,
  "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-08-26T08:29:57.848Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.849Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.862Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.862Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "policy-id",
  "timestamp": 1629966422687,
  "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-08-26T08:29:57.867Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.867Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.875Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.875Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966423567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.875Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.876Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.876Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966426175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.876Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.876Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.876Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.877Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.877Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.877Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966427238,
  "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-08-26T08:29:57.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.887Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.888Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.888Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966428244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.889Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966425835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.892Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.893Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.893Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.893Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966433739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.894Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.894Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.894Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966427882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.895Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966432544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.897Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966441009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966441190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.898Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966442055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.899Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "clamp",
  "timestamp": 1629966443058,
  "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-08-26T08:29:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.912Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.912Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966443665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966443837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.913Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "aai-ml",
  "timestamp": 1629966444668,
  "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-08-26T08:29:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.919Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.928Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.928Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966444844,
  "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-08-26T08:29:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea8ed666-2698-430e-afc6-488786fff83a
2021-08-26T08:29:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:29:57.943Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.943Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.943Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.944Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.944Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.945Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.945Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.945Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.946Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.946Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.946Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.947Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.947Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.947Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.947Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.947Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.948Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.949Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.950Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.951Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.952Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.955Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.956Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966442580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.957Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966442978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966444848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966445437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.958Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "dcae-sch",
  "timestamp": 1629966448773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966456770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966456765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966456809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.960Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966457814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:57.961Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:57.962Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.962Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "policy-id",
  "timestamp": 1629966458816,
  "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-08-26T08:29:57.989Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:29:57.989Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:29:57.998Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.998Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966458882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:57.998Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:57.998Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:57.998Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "cds",
  "timestamp": 1629966459418,
  "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-08-26T08:29:58.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:29:58.010Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:29:58.018Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.019Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966461192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.020Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966462215,
  "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-08-26T08:29:58.025Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:29:58.025Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:29:58.032Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.032Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.032Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.032Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.033Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.034Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966463218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:58.034Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.034Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.034Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966455835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.035Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "750b92d1-424d-41be-9e96-2774794d7f41",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966464930,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.036Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966457882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966466071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.037Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.038Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.039Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.040Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.041Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.042Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.043Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.044Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966462543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.045Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.046Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.047Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.048Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.049Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.050Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.051Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966472825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.052Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.053Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966474013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.054Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966474400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.055Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966464848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966462978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966465437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.056Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966460426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966475324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.057Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "aai-ml",
  "timestamp": 1629966475404,
  "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-08-26T08:29:58.063Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:29:58.063Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:29:58.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.083Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.084Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.085Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.085Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.085Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966476328,
  "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-08-26T08:29:58.090Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:29:58.090Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:29:58.097Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.097Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:29:58.097Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.097Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.097Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966476897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966476972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966477090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966477214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:29:58.098Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:29:58.099Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:29:58.099Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "dcae-sch",
  "timestamp": 1629966468773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:29:58.099Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:13.536Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:30:13.555Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:30:13.560Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.561Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.562Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.562Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.562Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:30:13.562Z|ea8ed666-2698-430e-afc6-488786fff83a|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-08-26T08:30:13.569Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:30:43.569Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea8ed666-2698-430e-afc6-488786fff83a 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-08-26T08:30:43.580Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea8ed666-2698-430e-afc6-488786fff83a and serviceModelVersionId: 989fe7ee-f00d-47f9-8c4b-63fc12c1f633
2021-08-26T08:30:43.580Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 056dae62-b223-43c9-a8ce-024ccb6c39dc
2021-08-26T08:30:43.582Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0
2021-08-26T08:30:43.590Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:30:43.654Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|INFO|500||Invoke
2021-08-26T08:30:43.655Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ea8ed666-2698-430e-afc6-488786fff83a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f71bfe9c-4548-4a81-8c5f-d11508833f18], X-ECOMP-RequestID=[ea8ed666-2698-430e-afc6-488786fff83a], X-TransactionId=[], X-ONAP-RequestID=[ea8ed666-2698-430e-afc6-488786fff83a], Content-Type=[application/merge-patch+json]}
2021-08-26T08:30:43.683Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:30:44.326Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210826-08:30:43:672-98262], vertex-id=[209112], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:30:43 GMT], Content-Type=[application/json]}
2021-08-26T08:30:44.327Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:30:44.327Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/056dae62-b223-43c9-a8ce-024ccb6c39dc/model-vers/model-ver/989fe7ee-f00d-47f9-8c4b-63fc12c1f633?depth=0|INFO|500||InvokeReturn
2021-08-26T08:30:44.328Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:30:44.328Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:30:44.336Z|ea8ed666-2698-430e-afc6-488786fff83a|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-08-26T08:30:44.336Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea8ed666-2698-430e-afc6-488786fff83a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:30:44.336Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:30:44.337Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:44.339Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:44.339Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966644336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:30:44.439Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:44.441Z||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-08-26T08:30:44.441Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:44.454Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:44.455Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-26T08:30:45.378Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:30:45.378Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"990da47b-0213-4050-925b-b56d833811ea","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bf705867-2b82-451f-9692-a6896031606b","serviceDescription":"service","serviceInvariantUUID":"c1340d7d-fab2-4e31-a1d2-8df0dec0d429","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5f1e245-07ff-4b4a-90e0-a91cfcd453be","resourceInvariantUUID":"80ccedaf-827b-4cda-90a2-83f7b790a3cd","resourceCustomizationUUID":"b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52","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":"Yzg2NTFjZDZkZGI4ZjQzNjhmYzQ2NDNmYjY2ZjU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9189da6-70bf-4781-a30f-babedf1bd168","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":"MDMzOTQwNjNmZTI1ODc3ZDdmNTYyZTYyMzU5YzI3N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76d8a388-78e9-4241-aff9-f430f034f955","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0bd92263-8b32-4d24-9f72-59adf9b58e06","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":"4add2016-0e59-4282-a113-a37a8b648343","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a037c32-9141-4b41-af47-e23e9b39b922","artifactVersion":"2","generatedFromUUID":"0bd92263-8b32-4d24-9f72-59adf9b58e06"},{"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":"MGRiMzk2MTE4MjQ3MjA5NzkyMTgzNWIyZTE4NzFmNTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"34c94346-2638-44b2-9b82-4613f300855b","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":"N2Y0NTIwZGY3ZTMwMmFjNTNiMzI5ODZlZTc2ZDc5OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b71be7a2-ee2d-40e6-93ec-b0b55eee7477","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzRkMmU1ZGQwZTM1Y2I0Y2I0MDdlZjcwZTI3MTlkZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f03a7a02-a339-44c1-8700-1875479df1c6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:30:45.379Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:45.380Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:45.386Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:45.386Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:45.485Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:30:45.486Z||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-08-26T08:30:45.486Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:45.495Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:45.496Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:30:46.386Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:46.388Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:46.390Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:46.390Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:30:46.490Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:46.491Z||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-08-26T08:30:46.491Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:46.505Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:46.506Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:47.390Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:47.391Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:47.396Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:47.396Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:30:47.496Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:30:47.497Z||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-08-26T08:30:47.498Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:47.508Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:47.509Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:48.399Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:48.410Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:48.414Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:48.415Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:48.514Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:30:48.515Z||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-08-26T08:30:48.515Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:48.527Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:48.528Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:49.415Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:49.416Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:49.419Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:49.419Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:30:49.520Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:49.521Z||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-08-26T08:30:49.522Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:49.540Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:49.541Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:50.420Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:50.421Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:50.424Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:50.424Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:50.524Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:50.526Z||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-08-26T08:30:50.526Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:50.537Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:50.538Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:51.425Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:51.427Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:51.431Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:51.431Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:51.531Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:51.532Z||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-08-26T08:30:51.533Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:51.543Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:51.544Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:30:52.432Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:30:52.433Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:52.436Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:52.436Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:30:52.536Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:30:52.538Z||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-08-26T08:30:52.538Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:52.548Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:52.549Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:53.438Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bf705867-2b82-451f-9692-a6896031606b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1340d7d-fab2-4e31-a1d2-8df0dec0d429",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5f1e245-07ff-4b4a-90e0-a91cfcd453be",
      "resourceInvariantUUID": "80ccedaf-827b-4cda-90a2-83f7b790a3cd",
      "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": "MDMzOTQwNjNmZTI1ODc3ZDdmNTYyZTYyMzU5YzI3N2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76d8a388-78e9-4241-aff9-f430f034f955",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0bd92263-8b32-4d24-9f72-59adf9b58e06",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8a037c32-9141-4b41-af47-e23e9b39b922",
            "generatedFromUUID": "0bd92263-8b32-4d24-9f72-59adf9b58e06"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8a037c32-9141-4b41-af47-e23e9b39b922",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzRkMmU1ZGQwZTM1Y2I0Y2I0MDdlZjcwZTI3MTlkZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f03a7a02-a339-44c1-8700-1875479df1c6"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:30:53.439Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:30:53.440Z|ea8ed666-2698-430e-afc6-488786fff83a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf705867-2b82-451f-9692-a6896031606b ASDC
2021-08-26T08:30:53.440Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:990da47b-0213-4050-925b-b56d833811ea
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bf705867-2b82-451f-9692-a6896031606b
ServiceInvariantUUID:c1340d7d-fab2-4e31-a1d2-8df0dec0d429
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:f03a7a02-a339-44c1-8700-1875479df1c6
ArtifactChecksum:MzRkMmU1ZGQwZTM1Y2I0Y2I0MDdlZjcwZTI3MTlkZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52
ResourceInvariantUUID:80ccedaf-827b-4cda-90a2-83f7b790a3cd
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d5f1e245-07ff-4b4a-90e0-a91cfcd453be
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:76d8a388-78e9-4241-aff9-f430f034f955
ArtifactChecksum:MDMzOTQwNjNmZTI1ODc3ZDdmNTYyZTYyMzU5YzI3N2I=
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:0bd92263-8b32-4d24-9f72-59adf9b58e06
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:8a037c32-9141-4b41-af47-e23e9b39b922
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:8a037c32-9141-4b41-af47-e23e9b39b922
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:30:53.440Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf705867-2b82-451f-9692-a6896031606b 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-08-26T08:30:53.485Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:30:53.486Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:30:53.486Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:30:53.486Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f03a7a02-a339-44c1-8700-1875479df1c6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-26T08:30:53.487Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:30:53.487Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-26T08:30:53.684Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:30:53.689Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f03a7a02-a339-44c1-8700-1875479df1c6 78581
2021-08-26T08:30:53.689Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-26T08:30:53.689Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-26T08:30:53.690Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:30:53.690Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:53.693Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:53.693Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966653689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:53.794Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:53.794Z||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-08-26T08:30:53.794Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:53.809Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:53.810Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:54.694Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:30:54.697Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:30:54.697Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f03a7a02-a339-44c1-8700-1875479df1c6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-26T08:30:54.714Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-26T08:30:54.715Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-26T08:30:54.715Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-26T08:30:54.918Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15173951924862140834/Definitions/service-BasicVmMacro-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-26T08:30:56.311Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|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-BasicVmMacro-csar.csar
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|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-BasicVmMacro-csar.csar
2021-08-26T08:30:56.313Z|990da47b-0213-4050-925b-b56d833811ea|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-BasicVmMacro-csar.csar
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|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-BasicVmMacro-csar.csar
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|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-BasicVmMacro-csar.csar
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.314Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:30:56.315Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-26T08:30:56.316Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:30:56.317Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:30:56.318Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-26T08:30:56.319Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e118b5b4-2c8e-4f67-9a81-8e1792de334c
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:30:56.320Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:30:56.321Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bf705867-2b82-451f-9692-a6896031606b
Model Version:NULL
Model InvariantUuid:c1340d7d-fab2-4e31-a1d2-8df0dec0d429
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:fd340421-4584-405c-b6a3-c70c00125962
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80ccedaf-827b-4cda-90a2-83f7b790a3cd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6a97be45-5464-4691-b384-040e058e6746
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:fa73594c-3816-4456-9f67-82b3e99b2de5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e118b5b4-2c8e-4f67-9a81-8e1792de334c
ModelInvariantUuid:a2db872d-145f-4fbd-ab3d-508a4f4ff8d5
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:aa006d1b-dc12-4a14-bd96-ae0d5190d19e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:94483af7-4aca-4d7c-871b-e1ac4ad3da55
ModelInvariantUuid:e5a1a3f6-13b0-4e01-8d6d-3217462ca1e9
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:1904f773-1be4-4f9e-8898-dbd447f5be06
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:30:56.333Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d5f1e245-07ff-4b4a-90e0-a91cfcd453be
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:30:56.336Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-08-26T08:30:56.337Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5f1e245-07ff-4b4a-90e0-a91cfcd453be
2021-08-26T08:30:56.337Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76d8a388-78e9-4241-aff9-f430f034f955 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-26T08:30:56.337Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:30:56.337Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:57.263Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:30:57.264Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76d8a388-78e9-4241-aff9-f430f034f955 792
2021-08-26T08:30:57.264Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:57.264Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:57.264Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:30:57.264Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:57.268Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:57.268Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966657264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.366Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:30:57.367Z||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-08-26T08:30:57.367Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:57.380Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:57.381Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:30:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:30:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:30:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:57.861Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:57.863Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.863Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "cds",
  "timestamp": 1629966477908,
  "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-08-26T08:30:57.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.881Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:57.890Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966478097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.891Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "clamp",
  "timestamp": 1629966478224,
  "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-08-26T08:30:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 990da47b-0213-4050-925b-b56d833811ea
2021-08-26T08:30:57.896Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:30:57.903Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966478678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.904Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "policy-id",
  "timestamp": 1629966479101,
  "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-08-26T08:30:57.909Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.909Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966479263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966481270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966482423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.917Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966484265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966485061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.918Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966485320,
  "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-08-26T08:30:57.924Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.924Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966486325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.930Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966488272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966489445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.931Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966490450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.932Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966491455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.933Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966492459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.934Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.935Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966485835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.936Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.937Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966496477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966487882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.938Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966492544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:30:57.939Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966502017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966504023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966504031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.940Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "clamp",
  "timestamp": 1629966505026,
  "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-08-26T08:30:57.945Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.946Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:57.953Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966506361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966507029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.954Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629966507365,
  "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-08-26T08:30:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.959Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:57.967Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:30:57.967Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "aai-ml",
  "timestamp": 1629966508034,
  "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-08-26T08:30:57.971Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
2021-08-26T08:30:57.971Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:30:58.268Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a97be45-5464-4691-b384-040e058e6746",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa73594c-3816-4456-9f67-82b3e99b2de5",
    "vfModuleModelCustomizationUUID": "737a36c8-4ae9-49e6-87c0-25403a5b74bd",
    "isBase": true,
    "artifacts": [
      "0bd92263-8b32-4d24-9f72-59adf9b58e06",
      "8a037c32-9141-4b41-af47-e23e9b39b922"
    ],
    "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-08-26T08:30:58.273Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa73594c-3816-4456-9f67-82b3e99b2de5
VfModuleModelInvariantUUID:6a97be45-5464-4691-b384-040e058e6746
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bd92263-8b32-4d24-9f72-59adf9b58e06
,
8a037c32-9141-4b41-af47-e23e9b39b922

}
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-08-26T08:30:58.275Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6a97be45-5464-4691-b384-040e058e6746",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa73594c-3816-4456-9f67-82b3e99b2de5",
    "vfModuleModelCustomizationUUID": "737a36c8-4ae9-49e6-87c0-25403a5b74bd",
    "isBase": true,
    "artifacts": [
      "0bd92263-8b32-4d24-9f72-59adf9b58e06",
      "8a037c32-9141-4b41-af47-e23e9b39b922"
    ],
    "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-08-26T08:30:58.275Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa73594c-3816-4456-9f67-82b3e99b2de5
VfModuleModelInvariantUUID:6a97be45-5464-4691-b384-040e058e6746
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bd92263-8b32-4d24-9f72-59adf9b58e06
,
8a037c32-9141-4b41-af47-e23e9b39b922

}
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-08-26T08:30:58.275Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0bd92263-8b32-4d24-9f72-59adf9b58e06 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-26T08:30:58.276Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:30:58.276Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:59.390Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:30:59.391Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0bd92263-8b32-4d24-9f72-59adf9b58e06 5033
2021-08-26T08:30:59.391Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:59.391Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:30:59.392Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:30:59.392Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:30:59.394Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:30:59.394Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966659391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:30:59.494Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:30:59.495Z||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-08-26T08:30:59.495Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:30:59.508Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:30:59.509Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:00.394Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a037c32-9141-4b41-af47-e23e9b39b922 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-26T08:31:00.395Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:00.396Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:01.570Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:01.570Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 8a037c32-9141-4b41-af47-e23e9b39b922 903
2021-08-26T08:31:01.570Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:01.570Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:01.570Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:01.571Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:01.572Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:01.572Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966661570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:01.673Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:01.674Z||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-08-26T08:31:01.674Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:01.686Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:01.687Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:02.573Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bf705867-2b82-451f-9692-a6896031606b
2021-08-26T08:31:02.577Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d5f1e245-07ff-4b4a-90e0-a91cfcd453be ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:02.591Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.592Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.592Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:31:02.592Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52
2021-08-26T08:31:02.592Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52 matches Tosca VF Customization UUID: b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52
2021-08-26T08:31:02.593Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:31:02.595Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.595Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.596Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-26T08:31:02.596Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8857a4c
2021-08-26T08:31:02.596Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.597Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:31:02.597Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 737a36c8-4ae9-49e6-87c0-25403a5b74bd
2021-08-26T08:31:02.597Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 737a36c8-4ae9-49e6-87c0-25403a5b74bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:31:02.600Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.600Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:31:02.601Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:02.601Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.602Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:31:02.602Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:02.602Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.603Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-26T08:31:02.603Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-26T08:31:02.603Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-26T08:31:02.604Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e118b5b4-2c8e-4f67-9a81-8e1792de334c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:31:02.606Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.606Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:31:02.607Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:02.607Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.607Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-26T08:31:02.607Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b9ec1cda-62ed-4ebc-81e0-c909c3b9cc52
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:02.609Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.609Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.610Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bf705867-2b82-451f-9692-a6896031606b: basic_vm_macro
2021-08-26T08:31:02.610Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.610Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.610Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.611Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.611Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.611Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.611Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.612Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.612Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:02.612Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:02.612Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:31:02.728Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d5f1e245-07ff-4b4a-90e0-a91cfcd453be 1 ASDC deployResourceStructure
2021-08-26T08:31:02.728Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:02.729Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:02.729Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:31:02.729Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:02.731Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:02.731Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966662728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:31:02.831Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:02.832Z||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-08-26T08:31:02.832Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:02.849Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:02.849Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:03.737Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:03.738Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:03.738Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:31:03.738Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:03.740Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:03.741Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966663737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:31:03.841Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:03.842Z||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-08-26T08:31:03.842Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:03.857Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:03.858Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:04.745Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:04.745Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||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-08-26T08:31:04.746Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:31:04.746Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:04.748Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:04.748Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:31:04.849Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:31:04.850Z||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-08-26T08:31:04.850Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:04.864Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:04.865Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:05.753Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-26T08:31:05.753Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-26T08:31:05.753Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:31:05.753Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:05.755Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:05.755Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966665753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:31:05.855Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:05.857Z||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-08-26T08:31:05.857Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:05.868Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:05.869Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:06.760Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 990da47b-0213-4050-925b-b56d833811ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:31:06.775Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 990da47b-0213-4050-925b-b56d833811ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:31:06.777Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.778Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:31:06.779Z|990da47b-0213-4050-925b-b56d833811ea|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-08-26T08:31:06.783Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:31:36.786Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 990da47b-0213-4050-925b-b56d833811ea 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-08-26T08:31:36.796Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 990da47b-0213-4050-925b-b56d833811ea and serviceModelVersionId: bf705867-2b82-451f-9692-a6896031606b
2021-08-26T08:31:36.797Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1340d7d-fab2-4e31-a1d2-8df0dec0d429
2021-08-26T08:31:36.798Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?depth=0
2021-08-26T08:31:36.803Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:31:36.886Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?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-08-26T08:31:36.888Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?depth=0|INFO|500||Invoke
2021-08-26T08:31:36.933Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:31:37.375Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?depth=0|INFO|500||InvokeReturn
2021-08-26T08:31:37.377Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c1340d7d-fab2-4e31-a1d2-8df0dec0d429/model-vers/model-ver/bf705867-2b82-451f-9692-a6896031606b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210826-08:31:36:918-83985], vertex-id=[168176], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:31:36 GMT], Content-Type=[application/json]}
2021-08-26T08:31:37.377Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:31:37.378Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:31:37.378Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:37.385Z|990da47b-0213-4050-925b-b56d833811ea|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-08-26T08:31:37.385Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 990da47b-0213-4050-925b-b56d833811ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:31:37.386Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:31:37.386Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:37.389Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:37.389Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966697386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:31:37.489Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:37.491Z||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-08-26T08:31:37.491Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:37.509Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:37.513Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 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-08-26T08:31:38.400Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:31:38.400Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab167c56-ee8d-4a40-987d-4f6dfaea6bc4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb","serviceDescription":"service","serviceInvariantUUID":"27bbe05d-350f-46b7-9432-d2f48b1fc24a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9406955a-955a-4243-be3f-3fc7a1b180f8","resourceInvariantUUID":"06101c13-1a52-42e8-bafb-61981c66c2ac","resourceCustomizationUUID":"b09cacb7-1c99-4fd5-83bb-2cf100040e25","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":"YTY1ZTE4NWZkMDc0OTE0YjU5NTYyZjRkYTkzOThmYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca3555b4-58c6-4cae-ba55-c73c517227e0","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":"e94af93b-2e9e-4484-82be-50f9d6fe3e0d","artifactVersion":"2","generatedFromUUID":"4f4947a1-5b53-4734-bc1e-241c49aa6e39"},{"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":"4f4947a1-5b53-4734-bc1e-241c49aa6e39","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":"MDc1ODFiNWY1YjFjNTIxZjVhZTQxNjFkOGIyMDUwYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4b40e318-38a1-46bd-8914-cd3741d5d31a","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":"2096be12-473f-48dd-bc7d-70c7a20ab801","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":"ff45f1e0-45cb-41d2-b727-003425ff3812","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":"7f9ebfea-f0ec-45ed-8f36-33cb07027c4a","artifactVersion":"2","generatedFromUUID":"2096be12-473f-48dd-bc7d-70c7a20ab801"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDU1NDdiNjdjZDllNzcwNDgwNGIyMmE4NTkwNGY1OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17abd08f-58e9-4e48-a864-c49a2ddfbbae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDdmZDIwMWJjNjkyNDZjM2E0OWI5NGUxYzcxZTAyNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd669f89-5918-4332-8553-4bc90aa74cae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:31:38.400Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:38.401Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:38.402Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:38.402Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:38.502Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:31:38.503Z||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-08-26T08:31:38.503Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:38.515Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:38.516Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:39.403Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:39.404Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:39.406Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:39.406Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-26T08:31:39.508Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-26T08:31:39.509Z||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-08-26T08:31:39.510Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:39.524Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:39.525Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":4,"count":1}
2021-08-26T08:31:40.407Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:40.407Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:40.409Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:40.409Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-26T08:31:40.509Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:31:40.510Z||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-08-26T08:31:40.510Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:40.521Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:40.521Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:41.410Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:41.411Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:41.413Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:41.413Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:31:41.513Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:41.514Z||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-08-26T08:31:41.515Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:41.526Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:41.526Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:42.414Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:42.414Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:42.416Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:42.416Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:31:42.516Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:42.517Z||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-08-26T08:31:42.517Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:42.528Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:42.529Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:43.417Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:43.418Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:43.419Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:43.420Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:43.520Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:43.521Z||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-08-26T08:31:43.521Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:43.532Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:43.532Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:44.420Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:44.421Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:44.423Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:44.423Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-26T08:31:44.523Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:44.524Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-26T08:31:44.524Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:44.534Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:44.535Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:45.424Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:45.424Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:45.426Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:45.426Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:45.526Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:45.528Z||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-08-26T08:31:45.528Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:45.543Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:45.544Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:46.427Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:31:46.427Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:46.430Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:46.430Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:31:46.530Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:46.531Z||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-08-26T08:31:46.531Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:46.540Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:46.541Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:47.433Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "27bbe05d-350f-46b7-9432-d2f48b1fc24a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b09cacb7-1c99-4fd5-83bb-2cf100040e25",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9406955a-955a-4243-be3f-3fc7a1b180f8",
      "resourceInvariantUUID": "06101c13-1a52-42e8-bafb-61981c66c2ac",
      "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": "e94af93b-2e9e-4484-82be-50f9d6fe3e0d",
          "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": "4f4947a1-5b53-4734-bc1e-241c49aa6e39",
          "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": "MDc1ODFiNWY1YjFjNTIxZjVhZTQxNjFkOGIyMDUwYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4b40e318-38a1-46bd-8914-cd3741d5d31a",
          "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": "2096be12-473f-48dd-bc7d-70c7a20ab801",
          "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": "7f9ebfea-f0ec-45ed-8f36-33cb07027c4a",
            "generatedFromUUID": "2096be12-473f-48dd-bc7d-70c7a20ab801"
          },
          "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": "7f9ebfea-f0ec-45ed-8f36-33cb07027c4a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDdmZDIwMWJjNjkyNDZjM2E0OWI5NGUxYzcxZTAyNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd669f89-5918-4332-8553-4bc90aa74cae"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:31:47.434Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:31:47.434Z|990da47b-0213-4050-925b-b56d833811ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb ASDC
2021-08-26T08:31:47.435Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb
ServiceInvariantUUID:27bbe05d-350f-46b7-9432-d2f48b1fc24a
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:bd669f89-5918-4332-8553-4bc90aa74cae
ArtifactChecksum:NDdmZDIwMWJjNjkyNDZjM2E0OWI5NGUxYzcxZTAyNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b09cacb7-1c99-4fd5-83bb-2cf100040e25
ResourceInvariantUUID:06101c13-1a52-42e8-bafb-61981c66c2ac
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9406955a-955a-4243-be3f-3fc7a1b180f8
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:e94af93b-2e9e-4484-82be-50f9d6fe3e0d
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:4f4947a1-5b53-4734-bc1e-241c49aa6e39
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:4b40e318-38a1-46bd-8914-cd3741d5d31a
ArtifactChecksum:MDc1ODFiNWY1YjFjNTIxZjVhZTQxNjFkOGIyMDUwYWY=
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:2096be12-473f-48dd-bc7d-70c7a20ab801
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:7f9ebfea-f0ec-45ed-8f36-33cb07027c4a
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:7f9ebfea-f0ec-45ed-8f36-33cb07027c4a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:31:47.436Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb 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-08-26T08:31:47.483Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:31:47.484Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:31:47.484Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:31:47.484Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd669f89-5918-4332-8553-4bc90aa74cae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-26T08:31:47.484Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:47.484Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-26T08:31:49.129Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:49.133Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bd669f89-5918-4332-8553-4bc90aa74cae 68749
2021-08-26T08:31:49.133Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-26T08:31:49.133Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-26T08:31:49.134Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:49.134Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:49.136Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:49.136Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966709133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:49.236Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:49.238Z||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-08-26T08:31:49.238Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:49.251Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:49.252Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:50.137Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:31:50.138Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-26T08:31:50.138Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bd669f89-5918-4332-8553-4bc90aa74cae, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-26T08:31:50.138Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-08-26T08:31:50.139Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-26T08:31:50.139Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-26T08:31:50.359Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7403867906260819090/Definitions/service-BasicCnf-template.yml
2021-08-26T08:31:51.458Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:31:51.458Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:31:51.458Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-08-26T08:31:51.458Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-BasicCnf-csar.csar
2021-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.459Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-26T08:31:51.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-08-26T08:31:51.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-26T08:31:51.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2397118a-ff58-4e04-a32c-aa4c480f7d31
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:51.465Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:51.465Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb
Model Version:NULL
Model InvariantUuid:27bbe05d-350f-46b7-9432-d2f48b1fc24a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:47144997-e345-4320-8e7c-c5873dc9cdc5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06101c13-1a52-42e8-bafb-61981c66c2ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b09cacb7-1c99-4fd5-83bb-2cf100040e25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e69dc0e-2ea3-4dda-ae42-612cc5296184
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ce31ff97-e4a9-490b-b1ec-3c3f45acae8c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2397118a-ff58-4e04-a32c-aa4c480f7d31
ModelInvariantUuid:198bae9c-9ac1-41d4-9750-efdc65c507a6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fbd440b9-962c-4cfa-ace7-7ebe4cf3a4b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:d52c65c9-c1fa-4f92-93d1-277fb4ea6951
ModelInvariantUuid:27a63592-9abe-4dc8-8100-2b8832f6cbce
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:172a9462-c347-4153-814c-c3abed337f4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:31:51.470Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9406955a-955a-4243-be3f-3fc7a1b180f8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:51.474Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-08-26T08:31:51.474Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9406955a-955a-4243-be3f-3fc7a1b180f8
2021-08-26T08:31:51.474Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e94af93b-2e9e-4484-82be-50f9d6fe3e0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-08-26T08:31:51.474Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:51.475Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.981Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:51.981Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e94af93b-2e9e-4484-82be-50f9d6fe3e0d 12
2021-08-26T08:31:51.981Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.981Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:51.981Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:51.982Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:51.984Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:51.984Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966711981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:52.085Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:31:52.086Z||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-08-26T08:31:52.086Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:52.100Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:52.101Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:52.985Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4f4947a1-5b53-4734-bc1e-241c49aa6e39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-08-26T08:31:52.986Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:52.986Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:53.163Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:53.165Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4f4947a1-5b53-4734-bc1e-241c49aa6e39 2688
2021-08-26T08:31:53.167Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:53.167Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:53.167Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:53.168Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:53.171Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:53.171Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966713167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:53.271Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:53.272Z||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-08-26T08:31:53.272Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:53.285Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:53.285Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:54.174Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b40e318-38a1-46bd-8914-cd3741d5d31a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-08-26T08:31:54.175Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:54.175Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:54.509Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:54.509Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4b40e318-38a1-46bd-8914-cd3741d5d31a 828
2021-08-26T08:31:54.510Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:54.510Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:54.510Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:54.510Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:54.514Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:54.515Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966714510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:54.615Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:31:54.615Z||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-08-26T08:31:54.616Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:54.627Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:54.628Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:55.515Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e69dc0e-2ea3-4dda-ae42-612cc5296184",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce31ff97-e4a9-490b-b1ec-3c3f45acae8c",
    "vfModuleModelCustomizationUUID": "bcc4870b-1946-43b0-8165-fc86e8e0ba00",
    "isBase": true,
    "artifacts": [
      "2096be12-473f-48dd-bc7d-70c7a20ab801",
      "4f4947a1-5b53-4734-bc1e-241c49aa6e39",
      "7f9ebfea-f0ec-45ed-8f36-33cb07027c4a"
    ],
    "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-08-26T08:31:55.523Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce31ff97-e4a9-490b-b1ec-3c3f45acae8c
VfModuleModelInvariantUUID:4e69dc0e-2ea3-4dda-ae42-612cc5296184
VfModuleModelDescription:NULL
Artifacts UUID List:{
2096be12-473f-48dd-bc7d-70c7a20ab801
,
4f4947a1-5b53-4734-bc1e-241c49aa6e39
,
7f9ebfea-f0ec-45ed-8f36-33cb07027c4a

}
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-08-26T08:31:55.526Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4e69dc0e-2ea3-4dda-ae42-612cc5296184",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ce31ff97-e4a9-490b-b1ec-3c3f45acae8c",
    "vfModuleModelCustomizationUUID": "bcc4870b-1946-43b0-8165-fc86e8e0ba00",
    "isBase": true,
    "artifacts": [
      "2096be12-473f-48dd-bc7d-70c7a20ab801",
      "4f4947a1-5b53-4734-bc1e-241c49aa6e39",
      "7f9ebfea-f0ec-45ed-8f36-33cb07027c4a"
    ],
    "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-08-26T08:31:55.526Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce31ff97-e4a9-490b-b1ec-3c3f45acae8c
VfModuleModelInvariantUUID:4e69dc0e-2ea3-4dda-ae42-612cc5296184
VfModuleModelDescription:NULL
Artifacts UUID List:{
2096be12-473f-48dd-bc7d-70c7a20ab801
,
4f4947a1-5b53-4734-bc1e-241c49aa6e39
,
7f9ebfea-f0ec-45ed-8f36-33cb07027c4a

}
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-08-26T08:31:55.527Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2096be12-473f-48dd-bc7d-70c7a20ab801 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-08-26T08:31:55.527Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:55.527Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:56.378Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:56.379Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2096be12-473f-48dd-bc7d-70c7a20ab801 1164
2021-08-26T08:31:56.380Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:56.380Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:56.380Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:56.380Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:56.385Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:56.386Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966716380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:56.486Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:56.487Z||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-08-26T08:31:56.487Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:56.497Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:56.497Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:31:57.387Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f9ebfea-f0ec-45ed-8f36-33cb07027c4a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-08-26T08:31:57.388Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-26T08:31:57.389Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:31:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:31:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:57.818Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.819Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea8ed666-2698-430e-afc6-488786fff83a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966644336,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:31:57.821Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:31:57.821Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.822Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:57.822Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.822Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.822Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:31:57.823Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.823Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.823Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:31:57.823Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.823Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.824Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.825Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:31:57.826Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:31:57.826Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.826Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966653689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:57.826Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:31:57.826Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:31:57.827Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966657264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:57.827Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:31:58.267Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-26T08:31:58.268Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7f9ebfea-f0ec-45ed-8f36-33cb07027c4a 200
2021-08-26T08:31:58.269Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:58.269Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:58.269Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:31:58.269Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:58.272Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:58.272Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966718269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:31:58.372Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:58.373Z||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-08-26T08:31:58.373Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:58.385Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:58.386Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:31:59.273Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb
2021-08-26T08:31:59.274Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9406955a-955a-4243-be3f-3fc7a1b180f8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-08-26T08:31:59.292Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:59.302Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.302Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.302Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:31:59.302Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b09cacb7-1c99-4fd5-83bb-2cf100040e25
2021-08-26T08:31:59.302Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b09cacb7-1c99-4fd5-83bb-2cf100040e25 matches Tosca VF Customization UUID: b09cacb7-1c99-4fd5-83bb-2cf100040e25
2021-08-26T08:31:59.303Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b09cacb7-1c99-4fd5-83bb-2cf100040e25  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:31:59.304Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.305Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.305Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b09cacb7-1c99-4fd5-83bb-2cf100040e25: {\"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-08-26T08:31:59.305Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dc04c40
2021-08-26T08:31:59.305Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.305Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:31:59.306Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcc4870b-1946-43b0-8165-fc86e8e0ba00
2021-08-26T08:31:59.306Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcc4870b-1946-43b0-8165-fc86e8e0ba00
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:31:59.307Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.308Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:59.308Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:59.308Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.308Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:59.308Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:59.309Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.309Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-08-26T08:31:59.309Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-08-26T08:31:59.309Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2397118a-ff58-4e04-a32c-aa4c480f7d31
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:31:59.311Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.311Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:59.311Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:31:59.311Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.311Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-08-26T08:31:59.312Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b09cacb7-1c99-4fd5-83bb-2cf100040e25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:31:59.312Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb: basic_cnf
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.313Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:31:59.314Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:31:59.315Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:31:59.387Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9406955a-955a-4243-be3f-3fc7a1b180f8 1 ASDC deployResourceStructure
2021-08-26T08:31:59.389Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:59.389Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:31:59.390Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-26T08:31:59.399Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:31:59.403Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:31:59.404Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966719388,
  "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-08-26T08:31:59.504Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:31:59.505Z||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-08-26T08:31:59.506Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:31:59.518Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:31:59.518Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:32:00.405Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:00.405Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:00.405Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-08-26T08:32:00.406Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:00.408Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:00.408Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966720405,
  "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-08-26T08:32:00.508Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:32:00.509Z||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-08-26T08:32:00.509Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:00.522Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:00.523Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:32:01.409Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:01.410Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:01.410Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:32:01.410Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:01.412Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:01.412Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966721409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:01.513Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:32:01.513Z||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-08-26T08:32:01.514Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:01.523Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:01.524Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:32:02.413Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:02.414Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:02.414Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:32:02.414Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:02.417Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:02.417Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966722413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:02.517Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:32:02.518Z||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-08-26T08:32:02.518Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:02.531Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:02.531Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:32:03.418Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:03.419Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||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-08-26T08:32:03.419Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:32:03.420Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:03.422Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:03.422Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966723418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:03.523Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:32:03.525Z||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-08-26T08:32:03.525Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:03.537Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:03.538Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:32:04.423Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-08-26T08:32:04.423Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-08-26T08:32:04.424Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:32:04.424Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:04.427Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:04.427Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966724423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:04.528Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:32:04.529Z||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-08-26T08:32:04.529Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:04.548Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:04.549Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:32:05.428Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:32:05.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab167c56-ee8d-4a40-987d-4f6dfaea6bc4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:32:05.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:32:05.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:32:35.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 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-08-26T08:32:35.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 and serviceModelVersionId: dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb
2021-08-26T08:32:35.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27bbe05d-350f-46b7-9432-d2f48b1fc24a
2021-08-26T08:32:35.458Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?depth=0
2021-08-26T08:32:35.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:32:35.521Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?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-08-26T08:32:35.523Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?depth=0|INFO|500||Invoke
2021-08-26T08:32:35.551Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:32:35.965Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?depth=0|INFO|500||InvokeReturn
2021-08-26T08:32:35.966Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/27bbe05d-350f-46b7-9432-d2f48b1fc24a/model-vers/model-ver/dd3fe2d0-eff0-4b70-9c7e-29bb7214caeb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210826-08:32:35:535-50899], vertex-id=[241896], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:32:35 GMT], Content-Type=[application/json]}
2021-08-26T08:32:35.967Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:32:35.967Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:32:35.967Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:32:35.973Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:32:35.974Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab167c56-ee8d-4a40-987d-4f6dfaea6bc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:32:35.974Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:32:35.975Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:32:35.990Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:32:35.990Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966755974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:32:36.077Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-08-26T08:32:36.078Z||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-08-26T08:32:36.078Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:36.096Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:36.097Z||pool-94-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-08-26T08:32:37.010Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:32:37.011Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:32:37.011Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:47.276Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:47.277Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:32:47.278Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:32:47.278Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:56.835Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:56.837Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:32:56.838Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:32:56.839Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:32:57.783Z||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-08-26T08:32:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:32:57.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:32:57.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966659391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966661570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966662728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966663737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:57.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966664741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:57.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966665753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:32:57.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "990da47b-0213-4050-925b-b56d833811ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966697386,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:32:57.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:32:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:32:57.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:32:57.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966465948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:32:57.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:32:57.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966709133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966711981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.831Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966713167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966714510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:32:57.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:32:57.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966716380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:32:57.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:06.387Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:06.389Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:06.390Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:33:06.390Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:15.937Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:15.939Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:15.940Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:33:15.940Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:25.493Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:25.494Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:25.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:33:25.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:35.055Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:35.056Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:35.056Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:33:35.056Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:44.610Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:44.610Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:44.611Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:33:44.611Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:54.158Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:33:57.784Z||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-08-26T08:33:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:57.784Z||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-08-26T08:33:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:33:58.315Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:33:58.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966718269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:33:58.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966719388,
  "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-08-26T08:33:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966720405,
  "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-08-26T08:33:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966721409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966722413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966723418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966724423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab167c56-ee8d-4a40-987d-4f6dfaea6bc4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629966755974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:33:58.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:34:07.335Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:34:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:34:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:34:57.786Z||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-08-26T08:34:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:34:57.786Z||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-08-26T08:34:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:35:07.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:35:07.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:35:57.780Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:35:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:35:57.787Z||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-08-26T08:35:57.787Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:35:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:35:57.787Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:36:07.414Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:07.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:36:57.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:36:57.786Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:36:57.786Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:36:57.786Z||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-08-26T08:36:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:36:58.373Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:58.375Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.375Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.379Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.379Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.379Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.380Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.381Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.382Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.383Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.384Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.385Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.386Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.387Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629966982978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966985438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.388Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966982580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966984849,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.389Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629966988774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966997279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.390Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966997281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966997470,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.391Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.392Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.392Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.392Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "cds",
  "timestamp": 1629966998285,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:36:58.419Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.419Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 and ComponentName cds
2021-08-26T08:36:58.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:58.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8cbaecba-5d33-4948-9af2-b18c1957fa52","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a6e3d7a4-2548-4eac-903c-e9689d478816","serviceDescription":"service","serviceInvariantUUID":"a0369d2f-f614-4daf-8e5c-19c3997d4a77","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4bed0f3-b26e-4eaa-9f42-d70dcb712301","resourceInvariantUUID":"fca71318-e250-4afc-ac53-7ca238dfedf0","resourceCustomizationUUID":"84ef4121-3109-48b0-b3a9-f2458e306647","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":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5ff209fe-2894-43ca-a9f0-8d66167b1009","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":"MmM1YjNlZWU4ZTRkMGFjZjMxYjE2NDI0YjIwZWZhNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8eed91d-d4ea-49ad-b9b8-e02528da5c6a","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":"YzNjZTljNTY0ODE5ZmIzOGFhNjI3YTA5YmQxNjhlMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82742943-9090-475b-8ddd-0ee7fbbe4980","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":"276b8da5-1e61-4e78-8b7f-1bd626795aae","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":"3ab518d8-6e5a-4425-9027-1dbca21e394b","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":"2fc590ce-29b3-40a8-a6d5-921b34a64709","artifactVersion":"2","generatedFromUUID":"276b8da5-1e61-4e78-8b7f-1bd626795aae"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OGI5ZDcxZTQxZjE4M2MwZGZlMzNhN2EwZTEwOTQ4ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f415d1d9-ee8d-4baf-8f73-5774dfae494f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MWNiZTFjMTk4YTlmODdiMmQzNzBjZmY0Y2YwZTY0MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f8e2f5d-5752-4c61-a414-867f44f91dbe","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:36:58.424Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:36:58.424Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:36:58.434Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:36:58.434Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.432Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.436Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966998290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:36:58.436Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.436Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.436Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.437Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "policy-id",
  "timestamp": 1629966999297,
  "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-08-26T08:36:58.442Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.442Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:36:58.452Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.452Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.452Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.452Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.452Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629966999784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.453Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629967001181,
  "artifactURL": "/sdc/v1/catalog/services/a6e3d7a4-2548-4eac-903c-e9689d478816/resourceInstances/basicclamp0/artifacts/5ff209fe-2894-43ca-a9f0-8d66167b1009",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967001822,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.454Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629967002439,
  "artifactURL": "/sdc/v1/catalog/services/a6e3d7a4-2548-4eac-903c-e9689d478816/resourceInstances/basicclamp0/artifacts/5ff209fe-2894-43ca-a9f0-8d66167b1009",
  "status": "DEPLOY_OK"
}
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.455Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967002848,
  "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-08-26T08:36:58.461Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.461Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:36:58.468Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.468Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.469Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.469Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.469Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "dcae-sch",
  "timestamp": 1629967003444,
  "artifactURL": "/sdc/v1/catalog/services/a6e3d7a4-2548-4eac-903c-e9689d478816/resourceInstances/basicclamp0/artifacts/5ff209fe-2894-43ca-a9f0-8d66167b1009",
  "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-08-26T08:36:58.481Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.481Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:36:58.490Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629966995835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967003851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.491Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629966997882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629967006025,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.492Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:58.493Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967002544,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967011780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629967013054,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:36:58.494Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.495Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.495Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "aai-ml",
  "timestamp": 1629967014058,
  "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-08-26T08:36:58.500Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.500Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:36:58.513Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.513Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967014291,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:36:58.513Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.514Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.514Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967015299,
  "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-08-26T08:36:58.520Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:36:58.520Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:36:58.528Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:36:58.528Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629967017137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:36:58.528Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:36:58.534Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:36:58.536Z||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-08-26T08:36:58.536Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:36:58.548Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:58.548Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:36:59.434Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:36:59.435Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:36:59.438Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:36:59.438Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:36:59.538Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:36:59.539Z||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-08-26T08:36:59.539Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:36:59.550Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:36:59.550Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:00.438Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:00.439Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:00.441Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:00.441Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:37:00.541Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:00.542Z||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-08-26T08:37:00.543Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:00.553Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:00.553Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:01.442Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:01.442Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:01.445Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:01.445Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:37:01.545Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:01.546Z||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-08-26T08:37:01.546Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:01.555Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:01.555Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:02.447Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:02.448Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:02.450Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:02.450Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:37:02.550Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:02.551Z||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-08-26T08:37:02.551Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:02.564Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:02.564Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:03.451Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:03.452Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:03.455Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:03.455Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:37:03.555Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:03.557Z||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-08-26T08:37:03.557Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:03.568Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:03.569Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:04.455Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:04.456Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:04.458Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:04.458Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:37:04.558Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:04.559Z||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-08-26T08:37:04.559Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:04.571Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:04.571Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:05.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:37:05.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:05.462Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:05.463Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:37:05.563Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:05.563Z||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-08-26T08:37:05.563Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:05.576Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:05.576Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:06.464Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a6e3d7a4-2548-4eac-903c-e9689d478816",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0369d2f-f614-4daf-8e5c-19c3997d4a77",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "84ef4121-3109-48b0-b3a9-f2458e306647",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4bed0f3-b26e-4eaa-9f42-d70dcb712301",
      "resourceInvariantUUID": "fca71318-e250-4afc-ac53-7ca238dfedf0",
      "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": "YzNjZTljNTY0ODE5ZmIzOGFhNjI3YTA5YmQxNjhlMDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "82742943-9090-475b-8ddd-0ee7fbbe4980",
          "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": "276b8da5-1e61-4e78-8b7f-1bd626795aae",
          "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": "2fc590ce-29b3-40a8-a6d5-921b34a64709",
            "generatedFromUUID": "276b8da5-1e61-4e78-8b7f-1bd626795aae"
          },
          "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": "2fc590ce-29b3-40a8-a6d5-921b34a64709",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MWNiZTFjMTk4YTlmODdiMmQzNzBjZmY0Y2YwZTY0MDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f8e2f5d-5752-4c61-a414-867f44f91dbe"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:37:06.465Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:37:06.465Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6e3d7a4-2548-4eac-903c-e9689d478816 ASDC
2021-08-26T08:37:06.466Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8cbaecba-5d33-4948-9af2-b18c1957fa52
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a6e3d7a4-2548-4eac-903c-e9689d478816
ServiceInvariantUUID:a0369d2f-f614-4daf-8e5c-19c3997d4a77
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:6f8e2f5d-5752-4c61-a414-867f44f91dbe
ArtifactChecksum:MWNiZTFjMTk4YTlmODdiMmQzNzBjZmY0Y2YwZTY0MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:84ef4121-3109-48b0-b3a9-f2458e306647
ResourceInvariantUUID:fca71318-e250-4afc-ac53-7ca238dfedf0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b4bed0f3-b26e-4eaa-9f42-d70dcb712301
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:82742943-9090-475b-8ddd-0ee7fbbe4980
ArtifactChecksum:YzNjZTljNTY0ODE5ZmIzOGFhNjI3YTA5YmQxNjhlMDY=
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:276b8da5-1e61-4e78-8b7f-1bd626795aae
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:2fc590ce-29b3-40a8-a6d5-921b34a64709
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:2fc590ce-29b3-40a8-a6d5-921b34a64709
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-08-26T08:37:06.466Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6e3d7a4-2548-4eac-903c-e9689d478816 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-08-26T08:37:06.525Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:37:06.526Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:37:06.526Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:37:06.526Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f8e2f5d-5752-4c61-a414-867f44f91dbe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-26T08:37:06.526Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:37:06.527Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-26T08:37:07.835Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:37:07.838Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6f8e2f5d-5752-4c61-a414-867f44f91dbe 73372
2021-08-26T08:37:07.838Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-26T08:37:07.839Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-26T08:37:07.839Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:37:07.839Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:07.841Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:07.841Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967027838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:37:07.944Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-26T08:37:07.946Z||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-08-26T08:37:07.946Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:07.957Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:07.958Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:08.848Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:37:08.851Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:37:08.851Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6f8e2f5d-5752-4c61-a414-867f44f91dbe, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-26T08:37:08.852Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-08-26T08:37:08.852Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-26T08:37:08.852Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-26T08:37:09.080Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4654567536719142668/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-08-26T08:37:10.276Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:37:10.277Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:37:10.277Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-08-26T08:37:10.277Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-26T08:37:10.278Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.278Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.278Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.278Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.279Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.279Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.279Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.279Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.279Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:10.280Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:37:10.280Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.280Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.280Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:10.281Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:37:10.281Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:37:10.281Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.282Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.282Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:10.282Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:37:10.282Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:37:10.283Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.283Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.283Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.283Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-26T08:37:10.284Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-26T08:37:10.284Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-26T08:37:10.284Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-26T08:37:10.284Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:37:10.285Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-26T08:37:10.285Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.285Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:37:10.285Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.286Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:10.286Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:10.286Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.286Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:10.287Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:10.287Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.287Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:10.287Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:10.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-26T08:37:10.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:37:10.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:37:10.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c89c817-2cd7-4010-89ed-b622e5c8fd5c
2021-08-26T08:37:10.289Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.289Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.289Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.289Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.290Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.290Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.290Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:10.290Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:10.291Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a6e3d7a4-2548-4eac-903c-e9689d478816
Model Version:NULL
Model InvariantUuid:a0369d2f-f614-4daf-8e5c-19c3997d4a77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:3446330f-e16c-4828-b3ca-1ca92c17ba12
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fca71318-e250-4afc-ac53-7ca238dfedf0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84ef4121-3109-48b0-b3a9-f2458e306647
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:55c5b0df-2422-46ea-bde4-cd5b251d4339
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:cc351e12-a716-493d-a541-10388c368a15
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c89c817-2cd7-4010-89ed-b622e5c8fd5c
ModelInvariantUuid:b833d361-1e8f-4ede-8d2b-23c6c7a0a32d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:850c40e1-5e71-4064-a501-f9a83125b5f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cc8c6e72-6da3-4ece-866e-183e8644f437
ModelInvariantUuid:4f5236d7-d217-4e72-be71-b6a4bcbb0e20
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b20c1f9e-2f97-458a-abd8-8270f3b7de8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:37:10.295Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b4bed0f3-b26e-4eaa-9f42-d70dcb712301
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:37:10.298Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-08-26T08:37:10.298Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4bed0f3-b26e-4eaa-9f42-d70dcb712301
2021-08-26T08:37:10.298Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82742943-9090-475b-8ddd-0ee7fbbe4980 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-26T08:37:10.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:37:10.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-08-26T08:37:11.286Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:37:11.287Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 82742943-9090-475b-8ddd-0ee7fbbe4980 790
2021-08-26T08:37:11.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:11.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:11.288Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:37:11.289Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:11.291Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:11.291Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967031288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:37:11.393Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:37:11.394Z||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-08-26T08:37:11.394Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:11.411Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:11.412Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:12.292Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "55c5b0df-2422-46ea-bde4-cd5b251d4339",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc351e12-a716-493d-a541-10388c368a15",
    "vfModuleModelCustomizationUUID": "74ebb1e7-3e1e-4bf6-9ad5-f24efeccafeb",
    "isBase": true,
    "artifacts": [
      "276b8da5-1e61-4e78-8b7f-1bd626795aae",
      "2fc590ce-29b3-40a8-a6d5-921b34a64709"
    ],
    "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-08-26T08:37:12.297Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc351e12-a716-493d-a541-10388c368a15
VfModuleModelInvariantUUID:55c5b0df-2422-46ea-bde4-cd5b251d4339
VfModuleModelDescription:NULL
Artifacts UUID List:{
276b8da5-1e61-4e78-8b7f-1bd626795aae
,
2fc590ce-29b3-40a8-a6d5-921b34a64709

}
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-08-26T08:37:12.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "55c5b0df-2422-46ea-bde4-cd5b251d4339",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cc351e12-a716-493d-a541-10388c368a15",
    "vfModuleModelCustomizationUUID": "74ebb1e7-3e1e-4bf6-9ad5-f24efeccafeb",
    "isBase": true,
    "artifacts": [
      "276b8da5-1e61-4e78-8b7f-1bd626795aae",
      "2fc590ce-29b3-40a8-a6d5-921b34a64709"
    ],
    "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-08-26T08:37:12.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cc351e12-a716-493d-a541-10388c368a15
VfModuleModelInvariantUUID:55c5b0df-2422-46ea-bde4-cd5b251d4339
VfModuleModelDescription:NULL
Artifacts UUID List:{
276b8da5-1e61-4e78-8b7f-1bd626795aae
,
2fc590ce-29b3-40a8-a6d5-921b34a64709

}
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-08-26T08:37:12.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 276b8da5-1e61-4e78-8b7f-1bd626795aae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:37:12.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:37:12.299Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-08-26T08:37:12.458Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:37:12.458Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 276b8da5-1e61-4e78-8b7f-1bd626795aae 5033
2021-08-26T08:37:12.458Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:12.459Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:12.459Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:37:12.459Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:12.461Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:12.461Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967032458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:37:12.562Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:37:12.564Z||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-08-26T08:37:12.565Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:12.577Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:12.578Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:13.462Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2fc590ce-29b3-40a8-a6d5-921b34a64709 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-26T08:37:13.462Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:37:13.462Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-08-26T08:37:13.616Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:37:13.616Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2fc590ce-29b3-40a8-a6d5-921b34a64709 909
2021-08-26T08:37:13.617Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:13.617Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:13.617Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:37:13.617Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:13.619Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:13.619Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967033616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:37:13.719Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:13.720Z||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-08-26T08:37:13.720Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:13.733Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:13.734Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:14.619Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a6e3d7a4-2548-4eac-903c-e9689d478816
2021-08-26T08:37:14.620Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b4bed0f3-b26e-4eaa-9f42-d70dcb712301 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:37:14.632Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.633Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.633Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-08-26T08:37:14.633Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 84ef4121-3109-48b0-b3a9-f2458e306647
2021-08-26T08:37:14.633Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84ef4121-3109-48b0-b3a9-f2458e306647 matches Tosca VF Customization UUID: 84ef4121-3109-48b0-b3a9-f2458e306647
2021-08-26T08:37:14.633Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 84ef4121-3109-48b0-b3a9-f2458e306647  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-26T08:37:14.635Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.635Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.636Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 84ef4121-3109-48b0-b3a9-f2458e306647: {\"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-08-26T08:37:14.636Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e00b217
2021-08-26T08:37:14.636Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.637Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-26T08:37:14.637Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74ebb1e7-3e1e-4bf6-9ad5-f24efeccafeb
2021-08-26T08:37:14.637Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74ebb1e7-3e1e-4bf6-9ad5-f24efeccafeb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-26T08:37:14.639Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.639Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:14.640Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:14.640Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.640Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:14.640Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:14.640Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.641Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-08-26T08:37:14.641Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-26T08:37:14.641Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-26T08:37:14.642Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c89c817-2cd7-4010-89ed-b622e5c8fd5c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-26T08:37:14.643Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.643Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:14.643Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-26T08:37:14.644Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.644Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-08-26T08:37:14.644Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=84ef4121-3109-48b0-b3a9-f2458e306647
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:37:14.645Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.645Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.645Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a6e3d7a4-2548-4eac-903c-e9689d478816: basicclamp
2021-08-26T08:37:14.645Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.646Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.647Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.647Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:37:14.647Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:37:14.647Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-26T08:37:14.727Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b4bed0f3-b26e-4eaa-9f42-d70dcb712301 1 ASDC deployResourceStructure
2021-08-26T08:37:14.728Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:14.728Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:14.728Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:37:14.728Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:14.730Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:14.730Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967034728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:37:14.830Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:14.832Z||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-08-26T08:37:14.832Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:14.844Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:14.845Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:37:15.736Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:15.736Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:15.736Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:37:15.736Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:15.738Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:15.738Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967035736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:37:15.838Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:37:15.839Z||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-08-26T08:37:15.839Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:15.858Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:15.859Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:16.742Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:16.743Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:16.743Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:37:16.743Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:16.748Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:16.748Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967036742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:37:16.848Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:16.848Z||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-08-26T08:37:16.849Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:16.862Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:16.863Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:17.749Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-08-26T08:37:17.749Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-08-26T08:37:17.749Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:37:17.750Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:17.752Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:17.752Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967037748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:37:17.852Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:37:17.853Z||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-08-26T08:37:17.853Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:17.873Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:17.874Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:37:18.753Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cbaecba-5d33-4948-9af2-b18c1957fa52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:37:18.770Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cbaecba-5d33-4948-9af2-b18c1957fa52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:37:18.773Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:37:18.773Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:37:18.773Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.774Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.775Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:37:18.775Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:18.782Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:37:48.782Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:37:48.789Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cbaecba-5d33-4948-9af2-b18c1957fa52 and serviceModelVersionId: a6e3d7a4-2548-4eac-903c-e9689d478816
2021-08-26T08:37:48.789Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0369d2f-f614-4daf-8e5c-19c3997d4a77
2021-08-26T08:37:48.791Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?depth=0
2021-08-26T08:37:48.796Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:37:48.883Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?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-08-26T08:37:48.888Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?depth=0|INFO|500||Invoke
2021-08-26T08:37:48.919Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:37:49.367Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?depth=0|INFO|500||InvokeReturn
2021-08-26T08:37:49.368Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0369d2f-f614-4daf-8e5c-19c3997d4a77/model-vers/model-ver/a6e3d7a4-2548-4eac-903c-e9689d478816?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210826-08:37:48:900-10593], vertex-id=[286760], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:37:48 GMT], Content-Type=[application/json]}
2021-08-26T08:37:49.368Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:37:49.369Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:37:49.369Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:37:49.373Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||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-08-26T08:37:49.374Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cbaecba-5d33-4948-9af2-b18c1957fa52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:37:49.374Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:37:49.375Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:37:49.377Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:37:49.378Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967069374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:37:49.477Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:37:49.478Z||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-08-26T08:37:49.478Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:49.494Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:49.494Z||pool-111-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-08-26T08:37:57.780Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:37:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:37:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:37:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:37:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:37:57.830Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:37:57.831Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:37:57.831Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629967018140,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:37:57.835Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:38:07.344Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:38:57.779Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:38:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:38:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:38:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:38:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:38:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:38:57.812Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:38:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:38:57.814Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:38:57.817Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:07.339Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:39:57.779Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:39:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:39:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:39:57.781Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:39:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:39:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:39:58.313Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:39:58.314Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.315Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629967019416,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.316Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.317Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.317Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:39:58.317Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.317Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.317Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629967020418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.318Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "clamp",
  "timestamp": 1629967021421,
  "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-08-26T08:39:58.329Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cbaecba-5d33-4948-9af2-b18c1957fa52
2021-08-26T08:39:58.330Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cbaecba-5d33-4948-9af2-b18c1957fa52 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-08-26T08:39:58.343Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.343Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:39:58.343Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-08-26T08:39:58.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967017780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:39:58.345Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967027838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967031288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.346Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967032458,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967033616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.347Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967034728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967035736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.348Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967036742,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967037748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cbaecba-5d33-4948-9af2-b18c1957fa52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967069374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:39:58.349Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:40:07.345Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:40:57.779Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:40:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:40:57.783Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:40:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T08:40:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:40:57.783Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:41:07.356Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:41:07.356Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:41:57.782Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:41:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:41:57.785Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:41:57.785Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:41:57.785Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:41:57.785Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:42:07.348Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:07.348Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:57.780Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:42:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:42:57.784Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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-08-26T08:42:57.784Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:42:57.784Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:42:57.784Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:42:58.422Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:58.424Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.424Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2b3aca3-7c24-4bc1-867a-3792bfce01c1","serviceName":"Demo_pNF_CgL1vw8LROEpb65aWsg4","serviceVersion":"1.0","serviceUUID":"ae3ec521-d779-44ea-9b69-df90c27f52c8","serviceDescription":"catalog service description","serviceInvariantUUID":"b466d7be-5906-4e69-a482-7ba0db0ca1b8","resources":[{"resourceInstanceName":"pNF 46ea03d5-a98d 0","resourceName":"pNF 46ea03d5-a98d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"61629650-f047-439a-bfac-2dcdd651b481","resourceInvariantUUID":"0105f06a-8385-4a87-8d7d-5ec78701905b","resourceCustomizationUUID":"0e438344-f87a-4257-a9d3-589d68dba88a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml","artifactChecksum":"YTczY2IwMDExODE1NTc5NjAzZjU1ZGFmZDI5ZGEyMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76aa940f-1136-4aaf-ac1b-911332463525","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar","artifactChecksum":"ZjZjNDY5NmEyZWIzZDg4ZTM2MzQ5YjJiZDEyYmZkNzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f177634-6e67-4a14-8421-53b3f10c82e8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dbc6a64-63ba-4105-a53f-db620572244c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWIzMjYxZTUxM2ZiNDc2ZGI4YTkyYmU3NjhjNmVkNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c6ee86f-02d6-4bbe-900b-2319b131066f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d253824a-8d72-49bf-ac3f-122747dd44cc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3d56507-5514-47fa-bf35-cc69d98210fa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCgl1vw8lroepb65awsg4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml","artifactChecksum":"Zjc0MjQwYzAyYTZlMGU3MWYxYWE2M2YxODMxZTk0ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9d2ebb1-a802-40c4-93e5-96e7f27e6542","artifactVersion":"1"},{"artifactName":"service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar","artifactChecksum":"YzVjMzQyYzE1MDg5MTUzN2I5NjMyNzE1YThjMDk0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43da8f64-05c2-40ac-9b07-f36594083f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:42:58.428Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:42:58.429Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:42:58.429Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:58.431Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.431Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.432Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.432Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.433Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.433Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:42:58.433Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.433Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.433Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.434Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.434Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.434Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.435Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.435Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.435Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.435Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.436Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.436Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.436Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.437Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.437Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.437Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.437Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.438Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.438Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.438Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.438Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.439Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.439Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.439Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.439Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.440Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.441Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.442Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.443Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.444Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.444Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.444Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.444Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.445Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.445Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.445Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.446Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.447Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.448Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.449Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.449Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.449Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.449Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.449Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.450Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.450Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.450Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.450Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.451Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.451Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.451Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.451Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.452Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.452Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.452Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.452Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967357882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.453Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.453Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.453Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967355835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.453Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.453Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.454Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967357584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.454Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.454Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.454Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.455Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.455Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.455Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.455Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.455Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.456Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.457Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.457Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.457Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.460Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.461Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967369968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.462Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967362544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967370319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967362978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.463Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.464Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "cds",
  "timestamp": 1629967371355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-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-08-26T08:42:58.487Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:42:58.488Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.495Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.496Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967372483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967364848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967372918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.497Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967365437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.498Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967374466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967374523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967374618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:42:58.499Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967374969,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.500Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.501Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.501Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967375470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:42:58.501Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:58.501Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.501Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967375530,
  "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-08-26T08:42:58.506Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:42:58.506Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:42:58.513Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.513Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967375623,
  "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-08-26T08:42:58.518Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:42:58.518Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:42:58.526Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.526Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "aai-ml",
  "timestamp": 1629967375973,
  "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-08-26T08:42:58.536Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-26T08:42:58.536Z||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-08-26T08:42:58.536Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:42:58.537Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:42:58.537Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:42:58.545Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.545Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "dcae-sch",
  "timestamp": 1629967368775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:58.545Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:42:58.545Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.545Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "policy-id",
  "timestamp": 1629967376473,
  "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-08-26T08:42:58.549Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:58.550Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:42:58.551Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:42:58.551Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:42:58.562Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-26T08:42:58.563Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967377219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:42:58.563Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:42:59.434Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:42:59.435Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:42:59.437Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:42:59.437Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:42:59.537Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:42:59.538Z||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-08-26T08:42:59.538Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:42:59.549Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:42:59.549Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:43:00.437Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:00.438Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:00.442Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:00.448Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:00.540Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-08-26T08:43:00.541Z||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-08-26T08:43:00.541Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:00.553Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:00.553Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:43:01.449Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:01.450Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:01.452Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:01.452Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:01.552Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:43:01.553Z||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-08-26T08:43:01.553Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:01.565Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:01.566Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:43:02.454Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:02.454Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:02.457Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:02.457Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:02.558Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:43:02.559Z||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-08-26T08:43:02.559Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:02.570Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:02.571Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:43:03.458Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:03.460Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:03.464Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:03.465Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:03.565Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:43:03.566Z||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-08-26T08:43:03.566Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:03.580Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:03.581Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:43:04.466Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:04.467Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:04.474Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:04.475Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:04.571Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-26T08:43:04.572Z||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-08-26T08:43:04.572Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:04.584Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:04.585Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:43:05.475Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:43:05.476Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:05.479Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:05.479Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:43:05.579Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:43:05.580Z||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-08-26T08:43:05.580Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:05.594Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:05.595Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:43:06.480Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "serviceName": "Demo_pNF_CgL1vw8LROEpb65aWsg4",
  "serviceVersion": "1.0",
  "serviceUUID": "ae3ec521-d779-44ea-9b69-df90c27f52c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b466d7be-5906-4e69-a482-7ba0db0ca1b8",
  "resources": [
    {
      "resourceInstanceName": "pNF 46ea03d5-a98d 0",
      "resourceCustomizationUUID": "0e438344-f87a-4257-a9d3-589d68dba88a",
      "resourceName": "pNF 46ea03d5-a98d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "61629650-f047-439a-bfac-2dcdd651b481",
      "resourceInvariantUUID": "0105f06a-8385-4a87-8d7d-5ec78701905b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
      "artifactChecksum": "YzVjMzQyYzE1MDg5MTUzN2I5NjMyNzE1YThjMDk0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43da8f64-05c2-40ac-9b07-f36594083f9d"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:43:06.481Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:43:06.481Z|8cbaecba-5d33-4948-9af2-b18c1957fa52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae3ec521-d779-44ea-9b69-df90c27f52c8 ASDC
2021-08-26T08:43:06.482Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e2b3aca3-7c24-4bc1-867a-3792bfce01c1
ServiceName:Demo_pNF_CgL1vw8LROEpb65aWsg4
ServiceVersion:1.0
ServiceUUID:ae3ec521-d779-44ea-9b69-df90c27f52c8
ServiceInvariantUUID:b466d7be-5906-4e69-a482-7ba0db0ca1b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
ArtifactUUID:43da8f64-05c2-40ac-9b07-f36594083f9d
ArtifactChecksum:YzVjMzQyYzE1MDg5MTUzN2I5NjMyNzE1YThjMDk0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 46ea03d5-a98d 0
ResourceCustomizationUUID:0e438344-f87a-4257-a9d3-589d68dba88a
ResourceInvariantUUID:0105f06a-8385-4a87-8d7d-5ec78701905b
ResourceName:pNF 46ea03d5-a98d
ResourceType:PNF
ResourceUUID:61629650-f047-439a-bfac-2dcdd651b481
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-26T08:43:06.482Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae3ec521-d779-44ea-9b69-df90c27f52c8 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-08-26T08:43:06.514Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:43:06.514Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:43:06.515Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:43:06.515Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 43da8f64-05c2-40ac-9b07-f36594083f9d from URL: /sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:06.515Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:43:06.515Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:07.629Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:43:07.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar 43da8f64-05c2-40ac-9b07-f36594083f9d 82545
2021-08-26T08:43:07.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar ASDC sendASDCNotification
2021-08-26T08:43:07.633Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:07.633Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:43:07.633Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:07.635Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:07.635Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967387632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:43:07.735Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:43:07.736Z||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-08-26T08:43:07.736Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:07.748Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:07.748Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:43:08.635Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:43:08.637Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:43:08.637Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 43da8f64-05c2-40ac-9b07-f36594083f9d, URL: /sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar to file: /app/ASDC/1/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:08.638Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:08.638Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:08.639Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:08.850Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11785864384180527125/Definitions/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml
2021-08-26T08:43:09.625Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:43:09.626Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 46ea03d5-a98d 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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.627Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.628Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.628Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.628Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.628Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:43:09.628Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.629Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.629Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Node template pNF 46ea03d5-a98d 0 is matching search criteria
2021-08-26T08:43:09.629Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:43:09.629Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 46ea03d5-a98d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:43:09.630Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.630Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.630Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Node template pNF 46ea03d5-a98d 0 is matching search criteria
2021-08-26T08:43:09.630Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:43:09.631Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 46ea03d5-a98d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:43:09.631Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.631Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.631Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.631Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.632Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.633Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.633Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_CgL1vw8LROEpb65aWsg4
Description:catalog service description
Model UUID:ae3ec521-d779-44ea-9b69-df90c27f52c8
Model Version:NULL
Model InvariantUuid:b466d7be-5906-4e69-a482-7ba0db0ca1b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:43:09.637Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 61629650-f047-439a-bfac-2dcdd651b481
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:43:09.640Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||pNF 46ea03d5-a98d 0
2021-08-26T08:43:09.641Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 61629650-f047-439a-bfac-2dcdd651b481
2021-08-26T08:43:09.641Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ae3ec521-d779-44ea-9b69-df90c27f52c8
2021-08-26T08:43:09.641Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ae3ec521-d779-44ea-9b69-df90c27f52c8
2021-08-26T08:43:09.641Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 46ea03d5-a98d 0 61629650-f047-439a-bfac-2dcdd651b481 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:43:09.644Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.644Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.645Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ae3ec521-d779-44ea-9b69-df90c27f52c8: pNF 46ea03d5-a98d
2021-08-26T08:43:09.645Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Processing PNF resource: 61629650-f047-439a-bfac-2dcdd651b481
2021-08-26T08:43:09.645Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:43:09.645Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_CgL1vw8LROEpb65aWsg4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:43:09.646Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0e438344-f87a-4257-a9d3-589d68dba88a is the same as notified resource customizationUUID: 0e438344-f87a-4257-a9d3-589d68dba88a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-26T08:43:09.694Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 46ea03d5-a98d 61629650-f047-439a-bfac-2dcdd651b481 0 ASDC deployResourceStructure
2021-08-26T08:43:09.694Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar ASDC sendASDCNotification
2021-08-26T08:43:09.694Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar
2021-08-26T08:43:09.694Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:43:09.695Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:09.696Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:09.697Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967389694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:43:09.798Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-26T08:43:09.798Z||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-08-26T08:43:09.799Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:09.856Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:09.857Z||pool-121-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:43:10.697Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2b3aca3-7c24-4bc1-867a-3792bfce01c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:43:10.709Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2b3aca3-7c24-4bc1-867a-3792bfce01c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:43:10.711Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:43:10.712Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-08-26T08:43:10.717Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:43:40.717Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:43:40.738Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2b3aca3-7c24-4bc1-867a-3792bfce01c1 and serviceModelVersionId: ae3ec521-d779-44ea-9b69-df90c27f52c8
2021-08-26T08:43:40.738Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b466d7be-5906-4e69-a482-7ba0db0ca1b8
2021-08-26T08:43:40.741Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?depth=0
2021-08-26T08:43:40.750Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:43:40.811Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?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-08-26T08:43:40.813Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?depth=0|INFO|500||Invoke
2021-08-26T08:43:40.834Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:43:41.081Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?depth=0|INFO|500||InvokeReturn
2021-08-26T08:43:41.081Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b466d7be-5906-4e69-a482-7ba0db0ca1b8/model-vers/model-ver/ae3ec521-d779-44ea-9b69-df90c27f52c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210826-08:43:40:823-32033], vertex-id=[221328], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:43:40 GMT], Content-Type=[application/json]}
2021-08-26T08:43:41.081Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:43:41.082Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:43:41.082Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:43:41.086Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||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-08-26T08:43:41.087Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2b3aca3-7c24-4bc1-867a-3792bfce01c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:43:41.087Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:43:41.088Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:43:41.090Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:43:41.090Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967421087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:43:41.190Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:43:41.192Z||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-08-26T08:43:41.192Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:41.207Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:41.208Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-26T08:43:57.779Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:43:57.780Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|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-08-26T08:43:57.780Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:43:57.782Z||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-08-26T08:43:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:43:57.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:43:57.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:43:57.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:43:57.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:07.327Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:44:57.780Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:44:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:44:57.784Z||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-08-26T08:44:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:44:57.784Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|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-08-26T08:44:57.785Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:44:57.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:44:57.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967380221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:44:57.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:44:57.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "clamp",
  "timestamp": 1629967381224,
  "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-08-26T08:44:57.838Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2b3aca3-7c24-4bc1-867a-3792bfce01c1
2021-08-26T08:44:57.839Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2b3aca3-7c24-4bc1-867a-3792bfce01c1 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-08-26T08:44:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/resourceInstances/pnf46ea03d5a98d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967377779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:44:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967387632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967389694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgl1vw8lroepb65awsg4/1.0/artifacts/service-DemoPnfCgl1vw8lroepb65awsg4-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:44:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:44:57.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2b3aca3-7c24-4bc1-867a-3792bfce01c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967421087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:44:57.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:44:58.422Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:44:58.423Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-26T08:44:58.424Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8ce6fbb-46a1-4306-b6f2-da503b1675f8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6a8156ef-b45f-41e8-bea5-0c86bda6cf5d","serviceDescription":"service","serviceInvariantUUID":"45ac8274-51cb-4ea0-bdb3-91691039dacb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"637a9433-c63d-4126-ac16-3bf75780d850","resourceInvariantUUID":"821db5d1-33cc-4129-9811-bc34508c2361","resourceCustomizationUUID":"4f89b549-5499-44e3-806b-1f5c17412892","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":"ZjRkZTE3YTM5MWM1NmIzZmYxOTc1MDgxNmE4ZWUwYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57cc4be0-d403-45b7-91f6-388730e49bcb","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":"ff2fc409-f0c1-4d8c-a784-4ae02c35e914","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":"b54ea839-8193-4bb5-aa17-ff4b213ecf78","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":"ZmYyNGQ2ZGI0MDZmNjMzYjQwOWZhYzkxMWQwZTIzZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6ff4ee36-962c-4d86-8703-16e5d282ff7d","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":"e9062d29-fa63-4a19-9be5-757d884de5de","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":"bca5cfd9-f518-4110-b676-6b5a0b1499f8","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":"84c77df7-2d95-4749-bd5a-7e495646f83a","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":"NDVmYTBhMjQ1ZjYxYmNhNjA3MmZjM2I3OWQyZDIzZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"132881b0-7914-4b73-a022-2e4eeeb718cd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjZiMmEwYTc4YWVhMmRkZDU1OWNlYjJkZDk5ZDY3YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e64b7e0c-b212-46ce-94ba-741747cf70ce","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-26T08:44:58.427Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:44:58.427Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:44:58.431Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:44:58.431Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:58.531Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:44:58.532Z||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-08-26T08:44:58.532Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:44:58.568Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:44:58.569Z||pool-123-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:44:59.432Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:44:59.433Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:44:59.436Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:44:59.437Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:44:59.537Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:44:59.538Z||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-08-26T08:44:59.538Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:44:59.550Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:44:59.551Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:00.437Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:00.438Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:00.440Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:00.440Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:00.540Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:45:00.541Z||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-08-26T08:45:00.541Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:00.551Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:00.551Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:45:01.440Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:01.441Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:01.444Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:01.445Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:01.545Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:45:01.545Z||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-08-26T08:45:01.546Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:01.554Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:01.555Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:02.445Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:02.446Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:02.448Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:02.448Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:02.548Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:45:02.549Z||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-08-26T08:45:02.549Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:02.561Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:02.562Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:03.451Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:03.453Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:03.457Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:03.457Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:03.557Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-26T08:45:03.558Z||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-08-26T08:45:03.558Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:03.570Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:03.570Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:04.459Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:04.459Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:04.490Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:04.490Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:04.562Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2021-08-26T08:45:04.562Z||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-08-26T08:45:04.563Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:04.591Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:04.592Z||pool-129-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:05.492Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:05.493Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:05.501Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:05.501Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:05.601Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:45:05.602Z||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-08-26T08:45:05.602Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:05.614Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:05.614Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-26T08:45:06.504Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-26T08:45:06.505Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:06.507Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:06.507Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:06.609Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-26T08:45:06.609Z||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-08-26T08:45:06.610Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:06.623Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:06.623Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:07.508Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6a8156ef-b45f-41e8-bea5-0c86bda6cf5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45ac8274-51cb-4ea0-bdb3-91691039dacb",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4f89b549-5499-44e3-806b-1f5c17412892",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "637a9433-c63d-4126-ac16-3bf75780d850",
      "resourceInvariantUUID": "821db5d1-33cc-4129-9811-bc34508c2361",
      "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": "YjZiMmEwYTc4YWVhMmRkZDU1OWNlYjJkZDk5ZDY3YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e64b7e0c-b212-46ce-94ba-741747cf70ce"
    }
  ],
  "workloadContext": "Production"
}
2021-08-26T08:45:07.508Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-26T08:45:07.509Z|e2b3aca3-7c24-4bc1-867a-3792bfce01c1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d ASDC
2021-08-26T08:45:07.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e8ce6fbb-46a1-4306-b6f2-da503b1675f8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6a8156ef-b45f-41e8-bea5-0c86bda6cf5d
ServiceInvariantUUID:45ac8274-51cb-4ea0-bdb3-91691039dacb
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:e64b7e0c-b212-46ce-94ba-741747cf70ce
ArtifactChecksum:YjZiMmEwYTc4YWVhMmRkZDU1OWNlYjJkZDk5ZDY3YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4f89b549-5499-44e3-806b-1f5c17412892
ResourceInvariantUUID:821db5d1-33cc-4129-9811-bc34508c2361
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:637a9433-c63d-4126-ac16-3bf75780d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-08-26T08:45:07.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d 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-08-26T08:45:07.541Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:45:07.542Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:45:07.542Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:45:07.542Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e64b7e0c-b212-46ce-94ba-741747cf70ce from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-26T08:45:07.542Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-26T08:45:07.542Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-26T08:45:09.385Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-26T08:45:09.393Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e64b7e0c-b212-46ce-94ba-741747cf70ce 105558
2021-08-26T08:45:09.402Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-26T08:45:09.402Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-26T08:45:09.402Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-26T08:45:09.403Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:09.405Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:09.405Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967509402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:09.505Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:45:09.506Z||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-08-26T08:45:09.506Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:09.523Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:09.524Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:10.406Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-26T08:45:10.407Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-26T08:45:10.407Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e64b7e0c-b212-46ce-94ba-741747cf70ce, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-26T08:45:10.408Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-08-26T08:45:10.408Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-26T08:45:10.409Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-26T08:45:10.654Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3728509919295411729/Definitions/service-TestPnfMacro-template.yml
2021-08-26T08:45:11.506Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.507Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.508Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-26T08:45:11.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:45:11.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:45:11.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.509Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.510Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.511Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6a8156ef-b45f-41e8-bea5-0c86bda6cf5d
Model Version:NULL
Model InvariantUuid:45ac8274-51cb-4ea0-bdb3-91691039dacb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-26T08:45:11.517Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 637a9433-c63d-4126-ac16-3bf75780d850
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:45:11.520Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-08-26T08:45:11.520Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 637a9433-c63d-4126-ac16-3bf75780d850
2021-08-26T08:45:11.520Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d
2021-08-26T08:45:11.520Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d
2021-08-26T08:45:11.520Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 637a9433-c63d-4126-ac16-3bf75780d850 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d: test-pnf
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Processing PNF resource: 637a9433-c63d-4126-ac16-3bf75780d850
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-08-26T08:45:11.523Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-26T08:45:11.524Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||Resource customization UUID: 4f89b549-5499-44e3-806b-1f5c17412892 is the same as notified resource customizationUUID: 4f89b549-5499-44e3-806b-1f5c17412892
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-26T08:45:11.561Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 637a9433-c63d-4126-ac16-3bf75780d850 0 ASDC deployResourceStructure
2021-08-26T08:45:11.561Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-08-26T08:45:11.562Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-08-26T08:45:11.562Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-26T08:45:11.562Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:45:11.564Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:45:11.564Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967511561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:11.664Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-26T08:45:11.666Z||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-08-26T08:45:11.667Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:11.680Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:11.681Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-26T08:45:12.566Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:45:12.576Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:45:12.578Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:45:12.578Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:45:12.578Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:45:42.579Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:45:42.595Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:45:42.597Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:45:42.597Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-26T08:45:42.597Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-26T08:45:57.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:45:57.791Z||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-08-26T08:45:57.791Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:45:57.839Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:45:57.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967462580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967462978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1629967464848,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967465437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967475387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967475573,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967476089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967476615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:57.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "cds",
  "timestamp": 1629967476693,
  "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-08-26T08:45:57.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:45:57.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967477096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:57.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "dcae-sch",
  "timestamp": 1629967468773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1629967477622,
  "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-08-26T08:45:57.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:45:57.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "policy-id",
  "timestamp": 1629967478107,
  "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-08-26T08:45:57.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967475835,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967477882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967486751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:45:57.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967482543,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967492239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967492768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967493201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:45:57.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "aai-ml",
  "timestamp": 1629967493772,
  "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-08-26T08:45:57.923Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.923Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:45:57.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967494246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:57.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967495135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:45:57.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:45:57.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "clamp",
  "timestamp": 1629967495250,
  "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-08-26T08:45:57.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.935Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:45:57.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-26T08:45:57.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1629967496141,
  "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-08-26T08:45:57.948Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8ce6fbb-46a1-4306-b6f2-da503b1675f8
2021-08-26T08:45:57.948Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:46:12.597Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-26T08:46:12.609Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.612Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.613Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.613Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-08-26T08:46:12.613Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:46:12.617Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-26T08:46:42.617Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8 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-08-26T08:46:42.624Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8ce6fbb-46a1-4306-b6f2-da503b1675f8 and serviceModelVersionId: 6a8156ef-b45f-41e8-bea5-0c86bda6cf5d
2021-08-26T08:46:42.624Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45ac8274-51cb-4ea0-bdb3-91691039dacb
2021-08-26T08:46:42.626Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0
2021-08-26T08:46:42.634Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-26T08:46:42.689Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|INFO|500||Invoke
2021-08-26T08:46:42.690Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8ce6fbb-46a1-4306-b6f2-da503b1675f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1ff80d1-701c-4892-8cf5-d8f757fef0bf], X-ECOMP-RequestID=[e8ce6fbb-46a1-4306-b6f2-da503b1675f8], X-TransactionId=[], X-ONAP-RequestID=[e8ce6fbb-46a1-4306-b6f2-da503b1675f8], Content-Type=[application/merge-patch+json]}
2021-08-26T08:46:42.717Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-08-26T08:46:43.761Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210826-08:46:42:711-23677], vertex-id=[221360], Content-Length=[0], Date=[Thu, 26 Aug 2021 08:46:42 GMT], Content-Type=[application/json]}
2021-08-26T08:46:43.761Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-26T08:46:43.762Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/45ac8274-51cb-4ea0-bdb3-91691039dacb/model-vers/model-ver/6a8156ef-b45f-41e8-bea5-0c86bda6cf5d?depth=0|INFO|500||InvokeReturn
2021-08-26T08:46:43.763Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-26T08:46:43.763Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-26T08:46:43.767Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||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-08-26T08:46:43.767Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8ce6fbb-46a1-4306-b6f2-da503b1675f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-26T08:46:43.768Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-26T08:46:43.768Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-26T08:46:43.771Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-26T08:46:43.771Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967603768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:46:43.871Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-26T08:46:43.872Z||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-08-26T08:46:43.873Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jdVkxDW8cmi3g2fw) ...
2021-08-26T08:46:43.908Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:46:43.910Z||pool-134-thread-1|||||INFO|500||cambria reply ok (38 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-08-26T08:46:44.787Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:46:44.787Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:46:44.787Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:46:54.380Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:46:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:46:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:46:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:46:57.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:46:57.782Z||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-08-26T08:46:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:46:57.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:46:57.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967497780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-08-26T08:46:57.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-08-26T08:46:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967509402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-08-26T08:46:57.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:46:57.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-26T08:46:57.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967511561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-08-26T08:46:57.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:47:07.352Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:47:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:47:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:47:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:47:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:47:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:47:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:47:58.306Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:47:58.308Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-26T08:47:58.308Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e8ce6fbb-46a1-4306-b6f2-da503b1675f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1629967603768,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-26T08:47:58.311Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-26T08:48:07.353Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:48:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:48:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:48:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:48:57.782Z||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-08-26T08:48:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:48:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:49:07.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:49:07.349Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:49:57.781Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:49:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:49:57.786Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:49:57.786Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:49:57.786Z||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-08-26T08:49:57.787Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:50:07.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:50:07.386Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:50:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:50:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:50:57.783Z||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-08-26T08:50:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:50:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:50:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:51:07.343Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:51:07.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:51:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:51:57.780Z||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-08-26T08:51:57.781Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:51:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:51:57.788Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T08:51:57.788Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:52:07.340Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:52:07.347Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:52:57.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:52:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:52:57.782Z||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-08-26T08:52:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T08:52:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:52:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:53:07.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:53:07.342Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:53:57.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:53:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:53:57.783Z||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-08-26T08:53:57.783Z||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-08-26T08:53:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:53:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:54:07.345Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:54:07.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:54:57.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:54:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:54:57.786Z||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-08-26T08:54:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:54:57.786Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:54:57.786Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:55:07.340Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:55:07.344Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:55:57.781Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:55:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:55:57.784Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:55:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:55:57.789Z||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-08-26T08:55:57.789Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:56:07.355Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:56:07.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:56:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:56:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:56:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:56:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:56:57.786Z||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-08-26T08:56:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:57:07.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:57:07.412Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:57:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:57:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:57:57.784Z||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-08-26T08:57:57.784Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:57:57.784Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:57:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:58:07.344Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:58:07.346Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:58:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:58:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:58:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:58:57.781Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:58:57.781Z||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-08-26T08:58:57.781Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:59:07.343Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:59:07.343Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T08:59:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:59:57.784Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T08:59:57.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T08:59:57.784Z||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-08-26T08:59:57.784Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T08:59:57.787Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:00:07.343Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:00:07.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:00:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:00:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:00:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:00:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T09:00:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:00:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:01:07.359Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:01:07.361Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:01:57.780Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:01:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:01:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T09:01:57.782Z||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-08-26T09:01:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:01:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:02:07.345Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:02:07.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:02:57.779Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:02:57.781Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:02:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T09:02:57.782Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:02:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T09:02:57.782Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:03:07.339Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:03:07.344Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:03:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:03:57.781Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:03:57.785Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T09:03:57.785Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:03:57.785Z||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-08-26T09:03:57.785Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:04:07.343Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:04:07.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:04:57.781Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:04:57.782Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:04:57.783Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T09:04:57.783Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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-08-26T09:04:57.784Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:04:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:05:07.344Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:05:07.344Z|e8ce6fbb-46a1-4306-b6f2-da503b1675f8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:05:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:05:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:05:57.784Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:05:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T09:05:57.784Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:05:57.784Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:06:07.337Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:06:07.340Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:06:57.779Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:06:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:06:57.783Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:06:57.783Z||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-08-26T09:06:57.783Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:06:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:07:07.336Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:07:07.345Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:07:57.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:07:57.788Z||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-08-26T09:07:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:07:57.793Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:07:57.793Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:07:57.793Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:08:07.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:08:07.346Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:08:57.780Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:08:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:08:57.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:08:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:08:57.782Z||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-08-26T09:08:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:09:07.336Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:09:07.336Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:09:57.779Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:09:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:09:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:09:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:09:57.782Z||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-08-26T09:09:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:10:07.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:10:07.335Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:10:57.780Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:10:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:10:57.782Z||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-08-26T09:10:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:10:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:10:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:11:07.346Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:11:07.346Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:11:57.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:11:57.785Z||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-08-26T09:11:57.786Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:11:57.788Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:11:57.788Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:11:57.788Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:12:07.343Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:12:07.343Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:12:57.781Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:12:57.780Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:12:57.784Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:12:57.785Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:12:57.785Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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-08-26T09:12:57.785Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:13:07.337Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:13:07.337Z|4aa3c5a6-b37d-4593-afeb-9e0b21a1eab7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:13:57.779Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:13:57.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:13:57.781Z||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-08-26T09:13:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:13:57.781Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:13:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:14:07.333Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:14:07.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:14:57.779Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:14:57.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:14:57.781Z||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-08-26T09:14:57.781Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:14:57.782Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:14:57.782Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:15:07.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:15:07.396Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:15:57.780Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:15:57.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:15:57.783Z||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-08-26T09:15:57.783Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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-08-26T09:15:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:15:57.783Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:16:07.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:16:07.352Z|ab167c56-ee8d-4a40-987d-4f6dfaea6bc4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:16:57.785Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:16:57.783Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:16:57.788Z||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-08-26T09:16:57.788Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:16:57.788Z|86ba9052-2789-45c3-9972-1a5a539ce921|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-08-26T09:16:57.791Z|86ba9052-2789-45c3-9972-1a5a539ce921|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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:17:02.396Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-26T09:17:07.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:17:07.344Z|86ba9052-2789-45c3-9972-1a5a539ce921|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-08-26T09:17:57.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:17:57.780Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-26T09:17:57.783Z||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-08-26T09:17:57.783Z||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-08-26T09:17:57.783Z||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 jdVkxDW8cmi3g2fw) ...
2021-08-26T09:17:57.783Z||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 jdVkxDW8cmi3g2fw) ...