Results

By type

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

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

2021-11-07T03:07:51.788Z||main|||||INFO|500||The following profiles are active: basic
2021-11-07T03:08:02.657Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-07T03:08:02.658Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-07T03:08:02.783Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-07T03:08:05.502Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-07T03:08:05.690Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-07T03:08:06.108Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-07T03:08:06.118Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-07T03:08:06.201Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-07T03:08:06.339Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-07T03:08:06.736Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-07T03:08:07.707Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-07T03:08:09.843Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-07T03:08:09.907Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-07T03:08:10.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-07T03:08:10.639Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-07T03:08:12.016Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-07T03:08:13.076Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-07T03:08:13.092Z||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$$9eadfab5.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-07T03:08:13.093Z||main|||||WARN|500||The sdc end point is not alive
2021-11-07T03:08:16.144Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-07T03:08:19.143Z||main|||||WARN|500||---
2021-11-07T03:08:19.143Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-07T03:08:19.144Z||main|||||WARN|500||---
2021-11-07T03:08:19.578Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-07T03:08:24.144Z||main|||||INFO|500||Started Application in 37.095 seconds (JVM running for 38.337)
2021-11-07T03:08:24.184Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-07T03:08:24.186Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-07T03:08:24.197Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-07T03:08:24.223Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-07T03:08:24.299Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0b5ecd5-883a-43e1-9b3f-de7f63f7b59a url= /sdc/v1/artifactTypes
2021-11-07T03:08:24.299Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-07T03:08:24.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-07T03:08:24.575Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-07T03:08:24.599Z||scheduling-1|||||DEBUG|500||create keys
2021-11-07T03:08:24.607Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-07T03:08:25.694Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:08:25.714Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d6c92b4a-1a8b-4eae-8e5f-1e28a533082c url= /sdc/v1/registerForDistribution
2021-11-07T03:08:25.998Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d6c92b4a-1a8b-4eae-8e5f-1e28a533082c url= /sdc/v1/registerForDistribution
2021-11-07T03:08:25.999Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-07T03:08:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:08:26.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:08:26.016Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:08:26.016Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:08:26.016Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tXU5MBBlduXNCS4b) ...
2021-11-07T03:08:26.016Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tXU5MBBlduXNCS4b) ...
2021-11-07T03:08:26.018Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-07T03:08:37.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:08:37.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:09:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:09:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:09:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:09:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:09:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:09:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:09:35.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:09:35.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:10:26.009Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:10:26.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:10:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:10:26.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:10:26.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:10:26.014Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tXU5MBBlduXNCS4b) ...
2021-11-07T03:10:35.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:10:35.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:11:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:11:26.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:11:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:11:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:11:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:11:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:11:35.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:11:35.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:12:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:12:26.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:12:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:12:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:12:26.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:12:26.014Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tXU5MBBlduXNCS4b) ...
2021-11-07T03:12:35.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:12:35.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:13:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:13:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:13:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:13:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:13:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:13:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:13:35.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:13:35.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:14:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:14:26.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:14:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:14:26.011Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:14:26.012Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:14:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:14:35.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:14:35.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:15:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:15:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:15:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:15:26.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:15:26.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:15:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:15:35.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:15:35.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:16:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:16:26.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:16:26.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:16:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:16:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:16:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:16:35.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:16:35.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:17:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:17:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:17:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:17:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:17:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:17:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:17:35.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:17:35.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:18:17.341Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-07T03:18:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:18:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:18:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:18:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:18:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:18:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:18:35.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:18:35.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:19:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:19:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:19:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:19:26.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:19:26.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:19:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:19:35.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:19:35.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:20:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:20:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:20:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:20:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:20:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:20:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:20:35.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:20:35.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:21:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:21:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:21:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:21:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:21:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:21:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:21:35.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:21:35.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:22:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:22:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:22:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:22:26.011Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:22:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:22:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:22:35.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:22:35.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:23:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:23:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:23:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:23:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:23:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:23:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:23:35.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:23:35.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:24:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:24:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:24:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:24:26.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:24:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:24:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:24:35.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:24:35.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:25:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:25:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:25:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:25:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:25:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:25:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:25:35.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:25:35.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:26:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:26:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:26:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:26:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:26:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:26:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:26:35.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:26:35.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:27:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:27:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:27:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:27:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:27:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:27:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:27:35.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:27:35.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:28:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:28:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:28:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:28:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:28:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:28:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:28:35.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:28:35.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:29:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:29:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:29:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:29:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:29:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:29:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:29:35.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:29:35.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:30:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:30:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:30:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:30:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:30:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:30:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:30:35.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:30:35.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:31:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:31:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:31:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:31:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:31:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:31:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:31:35.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:31:35.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:32:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:32:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:32:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:32:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:32:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:32:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:32:35.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:32:35.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:33:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:33:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:33:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:33:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:33:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:33:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:33:35.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:33:35.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:34:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:34:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:34:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:34:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:34:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:34:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:34:35.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:34:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:35:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:35:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:35:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:35:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:35:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:35:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:35:35.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:35:35.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:36:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:36:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:36:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:36:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:36:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:36:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:36:35.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:36:35.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:37:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:37:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:37:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:37:26.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:37:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:37:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:37:35.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:37:35.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:38:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:38:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:38:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:38:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:38:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:38:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:38:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:38:35.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:39:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:39:26.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:39:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:39:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:39:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:39:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:39:35.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:39:35.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:40:26.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:40:26.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:40:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:40:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:40:26.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:40:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:40:35.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:40:35.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:41:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:41:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:41:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:41:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:41:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:41:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:41:35.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:41:35.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:42:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:42:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:42:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:42:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:42:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:42:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:42:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:42:35.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:43:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:43:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:43:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:43:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:43:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:43:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:43:35.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:43:35.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:44:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:44:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:44:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:44:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:44:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:44:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:44:35.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:44:35.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:45:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:45:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:45:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:45:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:45:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:45:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:45:35.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:45:35.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:46:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:46:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:46:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:46:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:46:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:46:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:46:35.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:46:35.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:47:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:47:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:47:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:47:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:47:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:47:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:47:35.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:47:35.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:48:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:48:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:48:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:48:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:48:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:48:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:48:35.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:48:35.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:49:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:49:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:49:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:49:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:49:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:49:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:49:35.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:49:35.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:50:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:50:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:50:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:50:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:50:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:50:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:50:35.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:50:35.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:51:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:51:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:51:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:51:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:51:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:51:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:51:35.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:51:35.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:52:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:52:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:52:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:52:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:52:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:52:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:52:35.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:52:35.560Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:53:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:53:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:53:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:53:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:53:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:53:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:53:35.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:53:35.559Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:54:26.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:54:26.010Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:54:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:54:26.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:54:26.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:54:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:54:35.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:54:35.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:55:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:55:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:55:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:55:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:55:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:55:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:55:35.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:55:35.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:56:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:56:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:56:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:56:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:56:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:56:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:56:35.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:56:35.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:57:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:57:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:57:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:57:26.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:57:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:57:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:57:35.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:57:35.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:58:26.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:58:26.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:58:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:58:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:58:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:58:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:58:35.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:58:35.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:59:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:59:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:59:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:59:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T03:59:26.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T03:59:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T03:59:35.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T03:59:35.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:00:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:00:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:00:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:00:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:00:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:00:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:00:35.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:00:35.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:01:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:01:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:01:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:01:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:01:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:01:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:01:35.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:01:35.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:02:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:02:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:02:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:02:26.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:02:26.012Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:02:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:02:35.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:02:35.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:03:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:03:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:03:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:03:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:03:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:03:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:03:35.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:03:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:04:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:04:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:04:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:04:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:04:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:04:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:04:35.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:04:35.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:05:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:05:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:05:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:05:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:05:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:05:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:05:35.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:05:35.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:06:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:06:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:06:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:06:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:06:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:06:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:06:35.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:06:35.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:07:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:07:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:07:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:07:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:07:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:07:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:07:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:07:35.558Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:08:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:08:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:08:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:08:26.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:08:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:08:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:08:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:08:35.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:09:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:09:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:09:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:09:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:09:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:09:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:09:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:09:35.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:10:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:10:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:10:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:10:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:10:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:10:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:10:35.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:10:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:11:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:11:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:11:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:11:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:11:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:11:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:11:35.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:11:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:12:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:12:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:12:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:12:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:12:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:12:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:12:35.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:12:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:13:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:13:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:13:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:13:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:13:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:13:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:13:35.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:13:35.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:14:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:14:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:14:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:14:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:14:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:14:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:14:35.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:14:35.561Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:15:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:15:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:15:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:15:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:15:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:15:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:15:35.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:15:35.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:16:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:16:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:16:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:16:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:16:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:16:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:16:35.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:16:35.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:17:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:17:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:17:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:17:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:17:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:17:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:17:35.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:17:35.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:18:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:18:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:18:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:18:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:18:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:18:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:18:35.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:18:35.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:19:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:19:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:19:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:19:26.011Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:19:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:19:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:19:35.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:19:35.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:20:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:20:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:20:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:20:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:20:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:20:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:20:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:20:35.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:21:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:21:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:21:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:21:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:21:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:21:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:21:35.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:21:35.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:22:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:22:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:22:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:22:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:22:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:22:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:22:35.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:22:35.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:23:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:23:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:23:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:23:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:23:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:23:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:23:35.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:23:35.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:24:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:24:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:24:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:24:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:24:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:24:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:24:35.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:24:35.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:25:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:25:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:25:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:25:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:25:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:25:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:25:35.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:25:35.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:26:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:26:26.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:26:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:26:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:26:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:26:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:26:35.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:26:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:27:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:27:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:27:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:27:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:27:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:27:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:27:35.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:27:35.556Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:28:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:28:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:28:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:28:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:28:26.012Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:28:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:28:35.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:28:35.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:29:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:29:26.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:29:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:29:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:29:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:29:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:29:35.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:29:35.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:30:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:30:26.009Z||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-11-07T04:30:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:30:26.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:30:26.012Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:30:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:30:35.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:30:35.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:31:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:31:26.009Z||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-11-07T04:31:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:31:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:31:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:31:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:31:35.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:31:35.555Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:32:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:32:26.009Z||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-11-07T04:32:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:32:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:32:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:32:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:32:35.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:32:35.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:33:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:33:26.009Z||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-11-07T04:33:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:33:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:33:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:33:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:33:35.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:33:35.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:34:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:34:26.009Z||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-11-07T04:34:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:34:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:34:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:34:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:34:35.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:34:35.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:35:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:35:26.009Z||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-11-07T04:35:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:35:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:35:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:35:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:35:35.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:35:35.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:36:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:36:26.009Z||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-11-07T04:36:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:36:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:36:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:36:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:36:35.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:36:35.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:37:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:37:26.009Z||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-11-07T04:37:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:37:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:37:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:37:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:37:35.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:37:35.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:38:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:38:26.008Z||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-11-07T04:38:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:38:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:38:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:38:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:38:35.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:38:35.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:39:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:39:26.009Z||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-11-07T04:39:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:39:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:39:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:39:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:39:35.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:39:35.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:40:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:40:26.009Z||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-11-07T04:40:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:40:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:40:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:40:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:40:35.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:40:35.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:41:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:41:26.008Z||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-11-07T04:41:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:41:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:41:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:41:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:41:35.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:41:35.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:42:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:42:26.008Z||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-11-07T04:42:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:42:26.010Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:42:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:42:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:42:35.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:42:35.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:43:26.008Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:43:26.009Z||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-11-07T04:43:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:43:26.010Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:43:26.011Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:43:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:43:35.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:43:35.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:44:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:44:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:44:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:44:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:44:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:44:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:44:35.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:44:35.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:45:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:45:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:45:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:45:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:45:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:45:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:45:35.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:45:35.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:46:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:46:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:46:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:46:26.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:46:26.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:46:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:46:35.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:46:35.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:47:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:47:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:47:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:47:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:47:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:47:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:47:35.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:47:35.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:48:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:48:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:48:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:48:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:48:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:48:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:48:35.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:48:35.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:49:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:49:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:49:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:49:26.010Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:49:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:49:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:49:35.562Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:49:35.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:50:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:50:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:50:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:50:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:50:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:50:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:50:35.555Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:50:35.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:26.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:51:26.009Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:51:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:51:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:51:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:26.635Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:26.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b14e5a66-6be9-4f11-99c0-fab685414c26","serviceName":"vFW 2021-11-07 04-48-13","serviceVersion":"1.0","serviceUUID":"01d309c0-7ad3-45b7-9c48-8e8b4dd30cba","serviceDescription":"catalog service description","serviceInvariantUUID":"80ed90b6-0278-41d7-8c21-5cad13f0630a","resources":[{"resourceInstanceName":"vFW 0151d439-45df 0","resourceName":"vFW 0151d439-45df","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ea51242-d339-4e82-b466-2d095f09b9d4","resourceInvariantUUID":"d0036361-63c5-4b4e-993e-5598aa7493fe","resourceCustomizationUUID":"e5bc21a7-65ae-49ef-bfa0-b6049b910f88","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml","artifactChecksum":"MDk3NzY5YzlkZjk1ZDI2NTViYzY4MTMxMTdmMzY3ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bad88e5-ab2c-46ec-b585-ff855ddb2f7f","artifactVersion":"1"},{"artifactName":"vfw0151d43945df0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json","artifactChecksum":"ZTg5YTg1MTZkN2E5OTJhYjFkMzRmYTlhOGJlYzBiZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80d8a226-cc63-4bf0-a859-1748e27e26f7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4090d19a-1d4b-40e8-8818-8ec1e1100ee2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml","artifactChecksum":"MTdmODgyOGM4OTY1MWE4YzY1MDExODQ2YjZlOTI5OTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bffa498d-7b2e-4b48-af33-90fd7b2ecbf2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37f65ca0-72b2-4ef6-92f8-966b6a82f844","artifactVersion":"2","generatedFromUUID":"4090d19a-1d4b-40e8-8818-8ec1e1100ee2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211107044813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml","artifactChecksum":"ZDk2NGUzZWFiOGQxZDI2MGNkZWNjNmM1YjcwZjlmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dba6cbe3-3edb-462b-ac3b-a304dca2dbf4","artifactVersion":"1"},{"artifactName":"service-Vfw20211107044813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar","artifactChecksum":"ZjY3ZGRhYTg3NjVjNGNlYzU0MWZjNDAzOGQzOGUyZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"206c82a0-3097-4fe2-b752-c16803eccca8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T04:51:26.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:26.643Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.647Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:26.656Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:26.656Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260662963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260659994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260661089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260660670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260659817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260675377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260675387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260675395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "cds",
  "timestamp": 1636260676391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:51:26.757Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-07T04:51:26.762Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:26.763Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:51:26.775Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:26.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:51:26.826Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:51:26.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:51:26.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260676568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260677890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "dcae-sch",
  "timestamp": 1636260671321,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260679581,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:51:26.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:51:26.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:51:26.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260672893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260680178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260680584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260674197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260680882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260681182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:51:26.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:51:26.908Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260681889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260682110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:51:26.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:51:26.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "policy-id",
  "timestamp": 1636260682892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:51:26.926Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:51:26.926Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T04:51:27.661Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:27.661Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:27.663Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:27.663Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:51:27.763Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:27.764Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:27.764Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:27.777Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:27.778Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:28.663Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:28.665Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:28.667Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:28.667Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:51:28.769Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-07T04:51:28.769Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:28.769Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:28.782Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:28.782Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:29.668Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:29.669Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:29.670Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:29.671Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:29.771Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:29.771Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:29.772Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:29.785Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:29.786Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:30.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:30.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:30.674Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:30.674Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-07T04:51:30.774Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:30.775Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:30.775Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:30.790Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:30.791Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:31.675Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:31.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:31.677Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:31.677Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:51:31.778Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:31.778Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:31.778Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:31.795Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:31.796Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:32.678Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:51:32.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:32.681Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:32.681Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:51:32.781Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:32.782Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:32.782Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:32.796Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:32.797Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:33.682Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "serviceName": "vFW 2021-11-07 04-48-13",
  "serviceVersion": "1.0",
  "serviceUUID": "01d309c0-7ad3-45b7-9c48-8e8b4dd30cba",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "80ed90b6-0278-41d7-8c21-5cad13f0630a",
  "resources": [
    {
      "resourceInstanceName": "vFW 0151d439-45df 0",
      "resourceCustomizationUUID": "e5bc21a7-65ae-49ef-bfa0-b6049b910f88",
      "resourceName": "vFW 0151d439-45df",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ea51242-d339-4e82-b466-2d095f09b9d4",
      "resourceInvariantUUID": "d0036361-63c5-4b4e-993e-5598aa7493fe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0151d43945df0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
          "artifactChecksum": "ZTg5YTg1MTZkN2E5OTJhYjFkMzRmYTlhOGJlYzBiZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "80d8a226-cc63-4bf0-a859-1748e27e26f7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4090d19a-1d4b-40e8-8818-8ec1e1100ee2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "37f65ca0-72b2-4ef6-92f8-966b6a82f844",
            "generatedFromUUID": "4090d19a-1d4b-40e8-8818-8ec1e1100ee2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "37f65ca0-72b2-4ef6-92f8-966b6a82f844",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211107044813-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
      "artifactChecksum": "ZjY3ZGRhYTg3NjVjNGNlYzU0MWZjNDAzOGQzOGUyZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "206c82a0-3097-4fe2-b752-c16803eccca8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T04:51:33.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T04:51:33.683Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01d309c0-7ad3-45b7-9c48-8e8b4dd30cba ASDC
2021-11-07T04:51:33.783Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b14e5a66-6be9-4f11-99c0-fab685414c26
ServiceName:vFW 2021-11-07 04-48-13
ServiceVersion:1.0
ServiceUUID:01d309c0-7ad3-45b7-9c48-8e8b4dd30cba
ServiceInvariantUUID:80ed90b6-0278-41d7-8c21-5cad13f0630a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211107044813-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar
ArtifactUUID:206c82a0-3097-4fe2-b752-c16803eccca8
ArtifactChecksum:ZjY3ZGRhYTg3NjVjNGNlYzU0MWZjNDAzOGQzOGUyZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0151d439-45df 0
ResourceCustomizationUUID:e5bc21a7-65ae-49ef-bfa0-b6049b910f88
ResourceInvariantUUID:d0036361-63c5-4b4e-993e-5598aa7493fe
ResourceName:vFW 0151d439-45df
ResourceType:VF
ResourceUUID:1ea51242-d339-4e82-b466-2d095f09b9d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0151d43945df0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json
ArtifactUUID:80d8a226-cc63-4bf0-a859-1748e27e26f7
ArtifactChecksum:ZTg5YTg1MTZkN2E5OTJhYjFkMzRmYTlhOGJlYzBiZGE=
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/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml
ArtifactUUID:4090d19a-1d4b-40e8-8818-8ec1e1100ee2
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/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
ArtifactUUID:37f65ca0-72b2-4ef6-92f8-966b6a82f844
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/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
ArtifactUUID:37f65ca0-72b2-4ef6-92f8-966b6a82f844
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T04:51:33.783Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01d309c0-7ad3-45b7-9c48-8e8b4dd30cba ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T04:51:33.828Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T04:51:33.829Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:51:33.830Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:51:33.830Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 206c82a0-3097-4fe2-b752-c16803eccca8 from URL: /sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:33.830Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:51:33.831Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:34.162Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:51:34.180Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar 206c82a0-3097-4fe2-b752-c16803eccca8 98913
2021-11-07T04:51:34.181Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar ASDC sendASDCNotification
2021-11-07T04:51:34.181Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:34.182Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:51:34.183Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:34.185Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:34.185Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260694180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:34.285Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:34.286Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:34.286Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:34.298Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:34.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:35.185Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T04:51:35.186Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:51:35.187Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 206c82a0-3097-4fe2-b752-c16803eccca8, URL: /sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar to file: /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:35.187Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211107044813-csar.csar
2021-11-07T04:51:35.301Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:35.301Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:35.995Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12878405436324454803/Definitions/service-Vfw20211107044813-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-11-07T04:51:39.015Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0151d439-45df 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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.019Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-Vfw20211107044813-csar.csar
2021-11-07T04:51:39.020Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-07T04:51:39.025Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.027Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.029Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:39.030Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-07T04:51:39.031Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T04:51:39.032Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.032Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.032Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:39.032Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-07T04:51:39.032Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T04:51:39.033Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.033Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-07T04:51:39.036Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.037Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T04:51:39.038Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.038Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.039Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-07T04:51:39.040Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9ef994f-4018-4bf2-9299-14515e86db08
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.041Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-07T04:51:39.042Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=263cb74c-ca7a-4eea-aaf8-d560bb2570c5
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:39.043Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:39.044Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8697ddde-8819-4bc2-8a4a-8e53bc090f7c
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.045Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.046Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:39.046Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:39.046Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-07 04-48-13
Description:catalog service description
Model UUID:01d309c0-7ad3-45b7-9c48-8e8b4dd30cba
Model Version:NULL
Model InvariantUuid:80ed90b6-0278-41d7-8c21-5cad13f0630a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0151d439-45df
Model UUID:c48a8d72-acaf-4eb2-a128-9dc2daaa50e5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d0036361-63c5-4b4e-993e-5598aa7493fe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5bc21a7-65ae-49ef-bfa0-b6049b910f88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0bfcc5a9-7062-4dbb-b772-62edaa81d5e3
ModelName:Vfw0151d43945df..base_vfw..module-0
ModelUuid:118453e7-3ce2-4d68-9c75-293c92b0a651
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9ef994f-4018-4bf2-9299-14515e86db08
ModelInvariantUuid:c4946ba6-4b62-49a2-905d-b173e6bdae63
ModelName:vFW 0151d439-45df-nodes.vfwCvfc
ModelUuid:894ea6b3-fc83-4b8b-9584-77802cdb3a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:690ff7f5-6825-444f-92dd-87f3268bc964
ModelInvariantUuid:f5e4a481-5d8f-48cb-a65d-d5624e4a63ec
ModelName:Vfw0151d43945df.compute.nodes.heat.vfw
ModelUuid:b16d3158-81d9-447c-95cd-74557dc67924
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:263cb74c-ca7a-4eea-aaf8-d560bb2570c5
ModelInvariantUuid:83f7ba8f-1935-474a-824a-5177cd6c8051
ModelName:vFW 0151d439-45df-nodes.vsnCvfc
ModelUuid:58704118-34ab-44b4-a538-b14ac5bdfbd3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:58287075-be25-4378-ac84-ff9161c5eeb4
ModelInvariantUuid:c04f15e6-e4a5-426e-bc5a-f8fc1c2d0d32
ModelName:Vfw0151d43945df.compute.nodes.heat.vsn
ModelUuid:8b963d36-fbff-4596-8731-e9f7d00559f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8697ddde-8819-4bc2-8a4a-8e53bc090f7c
ModelInvariantUuid:69cf7eb4-5c1f-4107-b01e-78a1aad4a44a
ModelName:vFW 0151d439-45df-nodes.vpgCvfc
ModelUuid:13109f4d-491c-47e8-beb8-ef5ec647d24e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4be7b9b2-d50d-4118-88aa-9919e4f92afe
ModelInvariantUuid:2bde011f-5494-4dfa-8c1f-5ea3e90eb56b
ModelName:Vfw0151d43945df.compute.nodes.heat.vpg
ModelUuid:d406e00d-8dc6-4d32-ad1b-6f02e808ed27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T04:51:39.061Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ea51242-d339-4e82-b466-2d095f09b9d4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:51:39.144Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||vFW 0151d439-45df 0
2021-11-07T04:51:39.152Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ea51242-d339-4e82-b466-2d095f09b9d4
2021-11-07T04:51:39.152Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80d8a226-cc63-4bf0-a859-1748e27e26f7 from URL: /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json
2021-11-07T04:51:39.152Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:51:39.153Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json
2021-11-07T04:51:39.647Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:51:39.647Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json 80d8a226-cc63-4bf0-a859-1748e27e26f7 785
2021-11-07T04:51:39.648Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json ASDC sendASDCNotification
2021-11-07T04:51:39.648Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json
2021-11-07T04:51:39.648Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:51:39.648Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:39.650Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:39.650Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260699648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:39.751Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:39.751Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:39.752Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:39.764Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:39.764Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:40.651Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0151d43945df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bfcc5a9-7062-4dbb-b772-62edaa81d5e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "118453e7-3ce2-4d68-9c75-293c92b0a651",
    "vfModuleModelCustomizationUUID": "6a511a8a-5627-4dbc-8ac4-15de29aa4eca",
    "isBase": true,
    "artifacts": [
      "4090d19a-1d4b-40e8-8818-8ec1e1100ee2",
      "37f65ca0-72b2-4ef6-92f8-966b6a82f844"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T04:51:40.668Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0151d43945df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:118453e7-3ce2-4d68-9c75-293c92b0a651
VfModuleModelInvariantUUID:0bfcc5a9-7062-4dbb-b772-62edaa81d5e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4090d19a-1d4b-40e8-8818-8ec1e1100ee2
,
37f65ca0-72b2-4ef6-92f8-966b6a82f844

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

isBase:true


}

2021-11-07T04:51:40.671Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0151d43945df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0bfcc5a9-7062-4dbb-b772-62edaa81d5e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "118453e7-3ce2-4d68-9c75-293c92b0a651",
    "vfModuleModelCustomizationUUID": "6a511a8a-5627-4dbc-8ac4-15de29aa4eca",
    "isBase": true,
    "artifacts": [
      "4090d19a-1d4b-40e8-8818-8ec1e1100ee2",
      "37f65ca0-72b2-4ef6-92f8-966b6a82f844"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T04:51:40.671Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0151d43945df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:118453e7-3ce2-4d68-9c75-293c92b0a651
VfModuleModelInvariantUUID:0bfcc5a9-7062-4dbb-b772-62edaa81d5e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4090d19a-1d4b-40e8-8818-8ec1e1100ee2
,
37f65ca0-72b2-4ef6-92f8-966b6a82f844

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

isBase:true


}

2021-11-07T04:51:40.671Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4090d19a-1d4b-40e8-8818-8ec1e1100ee2 from URL: /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml
2021-11-07T04:51:40.671Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:51:40.672Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml
2021-11-07T04:51:40.955Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:51:40.956Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml 4090d19a-1d4b-40e8-8818-8ec1e1100ee2 20368
2021-11-07T04:51:40.956Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-07T04:51:40.956Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml
2021-11-07T04:51:40.956Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:51:40.957Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:40.958Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:40.958Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260700956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:41.058Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:41.059Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:41.059Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:41.073Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:41.073Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-07T04:51:41.959Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 37f65ca0-72b2-4ef6-92f8-966b6a82f844 from URL: /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
2021-11-07T04:51:41.959Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:51:41.960Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
2021-11-07T04:51:42.253Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:51:42.253Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env 37f65ca0-72b2-4ef6-92f8-966b6a82f844 2098
2021-11-07T04:51:42.254Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-07T04:51:42.254Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
2021-11-07T04:51:42.254Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:51:42.254Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:42.256Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:42.256Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260702254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:51:42.356Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:42.357Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:42.357Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:42.370Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:42.371Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:43.257Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 01d309c0-7ad3-45b7-9c48-8e8b4dd30cba
2021-11-07T04:51:43.258Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0151d439-45df 0 1ea51242-d339-4e82-b466-2d095f09b9d4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:51:43.291Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12e3125e, org.onap.sdc.toscaparser.api.parameters.Input@7e4beaad, org.onap.sdc.toscaparser.api.parameters.Input@66f18e82, org.onap.sdc.toscaparser.api.parameters.Input@513fb7e7, org.onap.sdc.toscaparser.api.parameters.Input@5b442e7c]
2021-11-07T04:51:43.293Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.294Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.294Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-07T04:51:43.294Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e5bc21a7-65ae-49ef-bfa0-b6049b910f88
2021-11-07T04:51:43.294Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5bc21a7-65ae-49ef-bfa0-b6049b910f88 matches Tosca VF Customization UUID: e5bc21a7-65ae-49ef-bfa0-b6049b910f88
2021-11-07T04:51:43.294Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e5bc21a7-65ae-49ef-bfa0-b6049b910f88  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T04:51:43.300Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.301Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.302Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e5bc21a7-65ae-49ef-bfa0-b6049b910f88: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-07T04:51:43.303Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bde80e8
2021-11-07T04:51:43.303Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.303Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T04:51:43.304Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a511a8a-5627-4dbc-8ac4-15de29aa4eca
2021-11-07T04:51:43.305Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a511a8a-5627-4dbc-8ac4-15de29aa4eca
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T04:51:43.311Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.312Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.312Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:43.313Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.313Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.314Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:43.314Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.315Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:43.315Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:43.315Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:43.316Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-07T04:51:43.316Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-07T04:51:43.316Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-07T04:51:43.317Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.317Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.317Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-07T04:51:43.318Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.318Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-07T04:51:43.318Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.319Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9ef994f-4018-4bf2-9299-14515e86db08
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T04:51:43.329Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.330Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.330Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:43.330Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.330Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:43.331Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:43.331Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:43.331Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-07T04:51:43.332Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.332Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.332Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.332Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-07T04:51:43.333Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-07T04:51:43.333Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-07T04:51:43.333Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.333Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-07T04:51:43.333Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.334Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=263cb74c-ca7a-4eea-aaf8-d560bb2570c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T04:51:43.336Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.337Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.337Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:43.339Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.340Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is not matching search criteria
2021-11-07T04:51:43.341Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-07T04:51:43.342Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-07T04:51:43.344Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-07T04:51:43.345Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.345Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.346Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.346Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-07T04:51:43.346Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-07T04:51:43.346Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-07T04:51:43.347Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-07T04:51:43.347Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-07T04:51:43.347Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-07T04:51:43.348Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8697ddde-8819-4bc2-8a4a-8e53bc090f7c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T04:51:43.351Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.352Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.352Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:51:43.352Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.352Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Node template vFW 0151d439-45df 0 is matching search criteria
2021-11-07T04:51:43.353Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0151d439-45df 0] matching following query criteria: sdcType=VF, customizationUUID=e5bc21a7-65ae-49ef-bfa0-b6049b910f88
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:51:43.355Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.355Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.356Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 01d309c0-7ad3-45b7-9c48-8e8b4dd30cba: vFW 0151d439-45df
2021-11-07T04:51:43.356Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.356Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.356Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.356Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:51:43.357Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-07 04-48-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:51:43.358Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-07 04-48-13 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:51:43.677Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0151d439-45df 1ea51242-d339-4e82-b466-2d095f09b9d4 1 ASDC deployResourceStructure
2021-11-07T04:51:43.678Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json ASDC sendASDCNotification
2021-11-07T04:51:43.678Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json
2021-11-07T04:51:43.678Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:51:43.678Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:43.680Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:43.680Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260703678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:43.780Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:43.781Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:43.781Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:43.797Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:43.797Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:44.681Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-07T04:51:44.681Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml
2021-11-07T04:51:44.681Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:51:44.682Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:44.684Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:44.684Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260704681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:44.784Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:44.785Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:44.786Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:44.800Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:44.801Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:45.685Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-07T04:51:45.685Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env
2021-11-07T04:51:45.686Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:51:45.686Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:45.688Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:45.688Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260705685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:45.788Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:45.789Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:45.789Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:45.802Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:45.802Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T04:51:46.689Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar ASDC sendASDCNotification
2021-11-07T04:51:46.690Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar
2021-11-07T04:51:46.690Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:51:46.690Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:51:46.692Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:51:46.693Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260706689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:51:46.793Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:51:46.794Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:51:46.794Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:51:46.808Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:51:46.808Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:51:47.694Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:51:47.714Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:51:47.718Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:51:47.718Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T04:51:47.718Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T04:52:17.718Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:52:17.728Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:52:17.731Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:52:17.731Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T04:52:17.731Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T04:52:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:52:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:52:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:52:26.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:52:26.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:52:26.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:52:26.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:52:47.731Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:52:47.741Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:52:47.743Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:52:47.743Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T04:52:47.743Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T04:53:17.743Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:53:17.754Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:53:17.758Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:53:17.758Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T04:53:17.758Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T04:53:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:53:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:53:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:53:26.044Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:53:26.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260687311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260689324,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "clamp",
  "timestamp": 1636260690327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.068Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:53:26.068Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:26.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260686008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260694180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260698163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "aai-ml",
  "timestamp": 1636260699168,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b14e5a66-6be9-4f11-99c0-fab685414c26
2021-11-07T04:53:26.085Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14e5a66-6be9-4f11-99c0-fab685414c26 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:26.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260699648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260700956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260702254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260703678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/vfw0151d43945df0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260704681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260705685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/resourceInstances/vfw0151d43945df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260706689,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211107044813/1.0/artifacts/service-Vfw20211107044813-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "dcae-sch",
  "timestamp": 1636260711321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260712894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260724028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260725032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "policy-id",
  "timestamp": 1636260726034,
  "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-11-07T04:53:26.132Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:53:26.132Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:26.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260719816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260719994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636260720669,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260727606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260727728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260721089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260728724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "cds",
  "timestamp": 1636260728733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.156Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:53:26.157Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:26.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260729002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260722963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260729819,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260730841,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.176Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:53:26.176Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T04:53:26.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260731192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636260731844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636260732197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:53:26.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:26.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260740517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260734197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:53:26.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260742162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260742318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:53:26.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "clamp",
  "timestamp": 1636260743320,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:53:26.215Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:53:26.215Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:53:47.758Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:53:47.770Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:53:47.774Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-11-07T04:53:47.780Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T04:54:17.781Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b14e5a66-6be9-4f11-99c0-fab685414c26 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T04:54:17.788Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b14e5a66-6be9-4f11-99c0-fab685414c26 and serviceModelVersionId: 01d309c0-7ad3-45b7-9c48-8e8b4dd30cba
2021-11-07T04:54:17.789Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80ed90b6-0278-41d7-8c21-5cad13f0630a
2021-11-07T04:54:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:54:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:54:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:26.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:26.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:54:26.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260749199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:54:26.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:54:26.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T04:54:26.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "aai-ml",
  "timestamp": 1636260750203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T04:54:26.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88232b55-20e2-4b93-bea8-059094e634f9
2021-11-07T04:54:26.550Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88232b55-20e2-4b93-bea8-059094e634f9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:54:31.569Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0
2021-11-07T04:54:31.687Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T04:54:32.286Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|INFO|500||Invoke
2021-11-07T04:54:32.292Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b14e5a66-6be9-4f11-99c0-fab685414c26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[99044744-7472-4ff7-ab0d-7a76498bd9bd], X-ECOMP-RequestID=[b14e5a66-6be9-4f11-99c0-fab685414c26], X-TransactionId=[], X-ONAP-RequestID=[b14e5a66-6be9-4f11-99c0-fab685414c26], Content-Type=[application/merge-patch+json]}
2021-11-07T04:54:32.490Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T04:54:33.077Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211107-04:54:32:584-93563], vertex-id=[176128], Content-Length=[0], Date=[Sun, 07 Nov 2021 04:54:32 GMT], Content-Type=[application/json]}
2021-11-07T04:54:33.078Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-07T04:54:33.079Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ed90b6-0278-41d7-8c21-5cad13f0630a/model-vers/model-ver/01d309c0-7ad3-45b7-9c48-8e8b4dd30cba?depth=0|INFO|500||InvokeReturn
2021-11-07T04:54:33.082Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T04:54:33.082Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:54:33.086Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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-11-07T04:54:33.092Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b14e5a66-6be9-4f11-99c0-fab685414c26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T04:54:33.093Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T04:54:33.093Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:33.095Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:33.095Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260873092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T04:54:33.195Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:33.196Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:33.196Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:33.210Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:33.211Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-11-07T04:54:34.115Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:54:34.116Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:54:34.116Z|b14e5a66-6be9-4f11-99c0-fab685414c26|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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:38.894Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:38.896Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-07T04:54:38.896Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"88232b55-20e2-4b93-bea8-059094e634f9","serviceName":"basic_onboard_kWoWiF","serviceVersion":"1.0","serviceUUID":"767c506b-7c11-4019-983a-fcc4a3e79abb","serviceDescription":"service","serviceInvariantUUID":"b6fad1ea-96cb-4726-a379-8e32cac8e59a","resources":[{"resourceInstanceName":"basic_onboard_kWoWiF 0","resourceName":"basic_onboard_kWoWiF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"792d786a-08d7-4156-a389-b73e3bdff533","resourceInvariantUUID":"f9d5811d-999f-4578-be2e-2bb5a9f86f65","resourceCustomizationUUID":"6ef6cff3-7fae-4ac9-9807-4791c875920e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml","artifactChecksum":"ZTc1ZDg4ZmNlYTE3ZDU5OTRmMzM5ZDMxYmIyYTI3YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8e3a104-ed95-4ff9-ad00-6f3b2b3c1003","artifactVersion":"1"},{"artifactName":"basic_onboard_kwowif0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json","artifactChecksum":"OTVmMDVmOTA3MTA4MzBkNTM4YmUzOGVkZTkwM2MyODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"356e1d32-446c-4b33-b923-96aedae44df4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75bd531e-81e1-4bbb-803b-b72e0fc26a9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"957e4a0e-2687-4305-8cca-e459cae40c35","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00471610-f77e-48f7-97c1-2ad69abcdfc2","artifactVersion":"2","generatedFromUUID":"75bd531e-81e1-4bbb-803b-b72e0fc26a9d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKwowif-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml","artifactChecksum":"YjhlNTMyZTgwYjkxNDlkMTZjZmRjYmFlYmQwZjE2NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccd45a5c-a260-4874-9041-9b52245f8865","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKwowif-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar","artifactChecksum":"ZjZhYmU2NjZjZDAzNmUzMDRhNjc0ZWY5ODg3ZjM5MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ee880e1-8468-4b92-bb29-7cd2c1691845","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T04:54:38.899Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:38.899Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:38.901Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:38.901Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:54:39.001Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:39.002Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:39.002Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:39.015Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:39.015Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:39.902Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:39.903Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:39.905Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:39.905Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:54:40.005Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:40.006Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:40.006Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:40.022Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:40.023Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:40.905Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:40.906Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:40.909Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:40.909Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:54:41.009Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:41.010Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:41.010Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:41.022Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:41.023Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:41.909Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:41.910Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:41.913Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:41.913Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:54:42.013Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:42.015Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:42.015Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:42.029Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:42.030Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:42.914Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:42.920Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:42.922Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:42.922Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T04:54:43.022Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:43.023Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:43.023Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:43.036Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:43.037Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:43.923Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:43.924Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:43.926Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:43.926Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:54:44.026Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:44.027Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:44.027Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:44.039Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:44.040Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:44.926Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T04:54:44.927Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:44.930Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:44.930Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:54:45.030Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:45.031Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:45.031Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:45.044Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:45.044Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:45.932Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "serviceName": "basic_onboard_kWoWiF",
  "serviceVersion": "1.0",
  "serviceUUID": "767c506b-7c11-4019-983a-fcc4a3e79abb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6fad1ea-96cb-4726-a379-8e32cac8e59a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kWoWiF 0",
      "resourceCustomizationUUID": "6ef6cff3-7fae-4ac9-9807-4791c875920e",
      "resourceName": "basic_onboard_kWoWiF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "792d786a-08d7-4156-a389-b73e3bdff533",
      "resourceInvariantUUID": "f9d5811d-999f-4578-be2e-2bb5a9f86f65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kwowif0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
          "artifactChecksum": "OTVmMDVmOTA3MTA4MzBkNTM4YmUzOGVkZTkwM2MyODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "356e1d32-446c-4b33-b923-96aedae44df4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "75bd531e-81e1-4bbb-803b-b72e0fc26a9d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "00471610-f77e-48f7-97c1-2ad69abcdfc2",
            "generatedFromUUID": "75bd531e-81e1-4bbb-803b-b72e0fc26a9d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "00471610-f77e-48f7-97c1-2ad69abcdfc2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKwowif-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
      "artifactChecksum": "ZjZhYmU2NjZjZDAzNmUzMDRhNjc0ZWY5ODg3ZjM5MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ee880e1-8468-4b92-bb29-7cd2c1691845"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T04:54:45.932Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T04:54:45.932Z|b14e5a66-6be9-4f11-99c0-fab685414c26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 767c506b-7c11-4019-983a-fcc4a3e79abb ASDC
2021-11-07T04:54:45.933Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:88232b55-20e2-4b93-bea8-059094e634f9
ServiceName:basic_onboard_kWoWiF
ServiceVersion:1.0
ServiceUUID:767c506b-7c11-4019-983a-fcc4a3e79abb
ServiceInvariantUUID:b6fad1ea-96cb-4726-a379-8e32cac8e59a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKwowif-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar
ArtifactUUID:4ee880e1-8468-4b92-bb29-7cd2c1691845
ArtifactChecksum:ZjZhYmU2NjZjZDAzNmUzMDRhNjc0ZWY5ODg3ZjM5MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kWoWiF 0
ResourceCustomizationUUID:6ef6cff3-7fae-4ac9-9807-4791c875920e
ResourceInvariantUUID:f9d5811d-999f-4578-be2e-2bb5a9f86f65
ResourceName:basic_onboard_kWoWiF
ResourceType:VF
ResourceUUID:792d786a-08d7-4156-a389-b73e3bdff533
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kwowif0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json
ArtifactUUID:356e1d32-446c-4b33-b923-96aedae44df4
ArtifactChecksum:OTVmMDVmOTA3MTA4MzBkNTM4YmUzOGVkZTkwM2MyODk=
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/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml
ArtifactUUID:75bd531e-81e1-4bbb-803b-b72e0fc26a9d
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/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
ArtifactUUID:00471610-f77e-48f7-97c1-2ad69abcdfc2
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/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
ArtifactUUID:00471610-f77e-48f7-97c1-2ad69abcdfc2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T04:54:45.933Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 767c506b-7c11-4019-983a-fcc4a3e79abb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T04:54:45.972Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T04:54:45.973Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:54:45.973Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:54:45.973Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ee880e1-8468-4b92-bb29-7cd2c1691845 from URL: /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:45.973Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:54:45.973Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:46.112Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:54:46.116Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar 4ee880e1-8468-4b92-bb29-7cd2c1691845 71557
2021-11-07T04:54:46.116Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar ASDC sendASDCNotification
2021-11-07T04:54:46.117Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:46.117Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:54:46.117Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:46.119Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:46.119Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260886116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:54:46.220Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:46.220Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:46.221Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:46.234Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:46.234Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:47.120Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T04:54:47.121Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-07T04:54:47.122Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4ee880e1-8468-4b92-bb29-7cd2c1691845, URL: /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar to file: /app/ASDC/1/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:47.122Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:47.122Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:47.123Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:47.544Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7725045133430458457/Definitions/service-BasicOnboardKwowif-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-11-07T04:54:49.021Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T04:54:49.021Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kWoWiF 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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|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-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-07T04:54:49.022Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-07T04:54:49.023Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is not matching search criteria
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T04:54:49.024Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:49.025Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is not matching search criteria
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62f5d391-278f-43d0-99a6-f947e709dee4
2021-11-07T04:54:49.026Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:49.027Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kWoWiF
Description:service
Model UUID:767c506b-7c11-4019-983a-fcc4a3e79abb
Model Version:NULL
Model InvariantUuid:b6fad1ea-96cb-4726-a379-8e32cac8e59a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kWoWiF
Model UUID:aedcd335-2905-4a1c-b67f-8c3847fbe719
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9d5811d-999f-4578-be2e-2bb5a9f86f65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6ef6cff3-7fae-4ac9-9807-4791c875920e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cdbc2ee6-767b-4d0f-9a40-5b43b2fadefd
ModelName:BasicOnboardKwowif..base_ubuntu18..module-0
ModelUuid:8ab0dad4-37e8-4136-be3a-0135ef3b0e40
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62f5d391-278f-43d0-99a6-f947e709dee4
ModelInvariantUuid:b7b018d4-9f97-4a1f-b09d-73401fa599c4
ModelName:basic_onboard_kWoWiF-nodes.ubuntu18Cvfc
ModelUuid:7ade964d-f4c6-4572-9f60-c27bab71ca5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:04d8572d-27c8-46af-91a8-692c6bd61a01
ModelInvariantUuid:8bc832f0-1a56-476d-97ba-1b302e4395ee
ModelName:BasicOnboardKwowif.compute.nodes.heat.ubuntu18
ModelUuid:d348e49f-816e-47a6-94c6-f30fff8b3622
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T04:54:49.033Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 792d786a-08d7-4156-a389-b73e3bdff533
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:54:49.036Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||basic_onboard_kWoWiF 0
2021-11-07T04:54:49.037Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 792d786a-08d7-4156-a389-b73e3bdff533
2021-11-07T04:54:49.037Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 356e1d32-446c-4b33-b923-96aedae44df4 from URL: /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json
2021-11-07T04:54:49.037Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:54:49.037Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json
2021-11-07T04:54:49.192Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:54:49.193Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json 356e1d32-446c-4b33-b923-96aedae44df4 798
2021-11-07T04:54:49.193Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json ASDC sendASDCNotification
2021-11-07T04:54:49.193Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json
2021-11-07T04:54:49.193Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:54:49.194Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:49.196Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:49.196Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260889193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:54:49.296Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:49.297Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:49.297Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:49.311Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:49.312Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:50.197Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwowif..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cdbc2ee6-767b-4d0f-9a40-5b43b2fadefd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ab0dad4-37e8-4136-be3a-0135ef3b0e40",
    "vfModuleModelCustomizationUUID": "ea31e270-9359-4410-8863-4c2314b4c4aa",
    "isBase": true,
    "artifacts": [
      "75bd531e-81e1-4bbb-803b-b72e0fc26a9d",
      "00471610-f77e-48f7-97c1-2ad69abcdfc2"
    ],
    "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-11-07T04:54:50.201Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwowif..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ab0dad4-37e8-4136-be3a-0135ef3b0e40
VfModuleModelInvariantUUID:cdbc2ee6-767b-4d0f-9a40-5b43b2fadefd
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bd531e-81e1-4bbb-803b-b72e0fc26a9d
,
00471610-f77e-48f7-97c1-2ad69abcdfc2

}
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-11-07T04:54:50.203Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKwowif..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "cdbc2ee6-767b-4d0f-9a40-5b43b2fadefd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ab0dad4-37e8-4136-be3a-0135ef3b0e40",
    "vfModuleModelCustomizationUUID": "ea31e270-9359-4410-8863-4c2314b4c4aa",
    "isBase": true,
    "artifacts": [
      "75bd531e-81e1-4bbb-803b-b72e0fc26a9d",
      "00471610-f77e-48f7-97c1-2ad69abcdfc2"
    ],
    "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-11-07T04:54:50.204Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwowif..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ab0dad4-37e8-4136-be3a-0135ef3b0e40
VfModuleModelInvariantUUID:cdbc2ee6-767b-4d0f-9a40-5b43b2fadefd
VfModuleModelDescription:NULL
Artifacts UUID List:{
75bd531e-81e1-4bbb-803b-b72e0fc26a9d
,
00471610-f77e-48f7-97c1-2ad69abcdfc2

}
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-11-07T04:54:50.204Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75bd531e-81e1-4bbb-803b-b72e0fc26a9d from URL: /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml
2021-11-07T04:54:50.204Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:54:50.204Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml
2021-11-07T04:54:50.252Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:54:50.253Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml 75bd531e-81e1-4bbb-803b-b72e0fc26a9d 5033
2021-11-07T04:54:50.253Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-07T04:54:50.253Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml
2021-11-07T04:54:50.253Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:54:50.253Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:50.255Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:50.255Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260890253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:54:50.355Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:50.356Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:50.356Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:50.370Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:50.370Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:51.256Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 00471610-f77e-48f7-97c1-2ad69abcdfc2 from URL: /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
2021-11-07T04:54:51.256Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-07T04:54:51.256Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
2021-11-07T04:54:51.297Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-07T04:54:51.297Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env 00471610-f77e-48f7-97c1-2ad69abcdfc2 909
2021-11-07T04:54:51.297Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-07T04:54:51.297Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
2021-11-07T04:54:51.298Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T04:54:51.298Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:51.300Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:51.300Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260891297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:54:51.400Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:51.401Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:51.401Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:51.415Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:51.416Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-07T04:54:52.300Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 767c506b-7c11-4019-983a-fcc4a3e79abb
2021-11-07T04:54:52.301Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kWoWiF 0 792d786a-08d7-4156-a389-b73e3bdff533 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:54:52.314Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e09238e, org.onap.sdc.toscaparser.api.parameters.Input@6a26760b, org.onap.sdc.toscaparser.api.parameters.Input@2458058d, org.onap.sdc.toscaparser.api.parameters.Input@5483a8cc, org.onap.sdc.toscaparser.api.parameters.Input@4301e481]
2021-11-07T04:54:52.315Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.316Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.316Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-07T04:54:52.316Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6ef6cff3-7fae-4ac9-9807-4791c875920e
2021-11-07T04:54:52.316Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ef6cff3-7fae-4ac9-9807-4791c875920e matches Tosca VF Customization UUID: 6ef6cff3-7fae-4ac9-9807-4791c875920e
2021-11-07T04:54:52.316Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6ef6cff3-7fae-4ac9-9807-4791c875920e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T04:54:52.318Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.318Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.319Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6ef6cff3-7fae-4ac9-9807-4791c875920e: {\"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-11-07T04:54:52.319Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d0dff9c
2021-11-07T04:54:52.319Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.319Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T04:54:52.320Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea31e270-9359-4410-8863-4c2314b4c4aa
2021-11-07T04:54:52.320Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea31e270-9359-4410-8863-4c2314b4c4aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T04:54:52.322Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.322Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:52.322Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:52.323Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.323Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:52.323Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:52.323Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.324Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is not matching search criteria
2021-11-07T04:54:52.324Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-07T04:54:52.324Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T04:54:52.324Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62f5d391-278f-43d0-99a6-f947e709dee4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T04:54:52.326Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.326Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:52.327Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T04:54:52.327Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.327Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_kWoWiF 0 is matching search criteria
2021-11-07T04:54:52.327Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_kWoWiF 0] matching following query criteria: sdcType=VF, customizationUUID=6ef6cff3-7fae-4ac9-9807-4791c875920e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:54:52.329Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.329Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.329Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 767c506b-7c11-4019-983a-fcc4a3e79abb: basic_onboard_kWoWiF
2021-11-07T04:54:52.329Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.329Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T04:54:52.330Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_kWoWiF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T04:54:52.331Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_kWoWiF 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T04:54:52.409Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kWoWiF 792d786a-08d7-4156-a389-b73e3bdff533 1 ASDC deployResourceStructure
2021-11-07T04:54:52.409Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json ASDC sendASDCNotification
2021-11-07T04:54:52.410Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json
2021-11-07T04:54:52.410Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:54:52.410Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:52.412Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:52.412Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260892409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:54:52.512Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:52.513Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:52.513Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:52.525Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:52.526Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:53.413Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-07T04:54:53.413Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml
2021-11-07T04:54:53.413Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:54:53.414Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:53.416Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:53.416Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260893413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T04:54:53.516Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:53.517Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:53.517Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:53.529Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:53.530Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:54.422Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-07T04:54:54.422Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env
2021-11-07T04:54:54.422Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:54:54.423Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:54.424Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:54.424Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260894422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-07T04:54:54.525Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:54.525Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:54.525Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:54.537Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:54.538Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:55.425Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar ASDC sendASDCNotification
2021-11-07T04:54:55.426Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar
2021-11-07T04:54:55.426Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T04:54:55.426Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:54:55.428Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:54:55.428Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260895425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:54:55.528Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:54:55.529Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:54:55.529Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:54:55.544Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:54:55.545Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-07T04:54:56.428Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88232b55-20e2-4b93-bea8-059094e634f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:54:56.441Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88232b55-20e2-4b93-bea8-059094e634f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T04:54:56.445Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T04:54:56.446Z|88232b55-20e2-4b93-bea8-059094e634f9|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-11-07T04:54:56.452Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T04:55:26.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:55:26.011Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:55:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:55:26.453Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88232b55-20e2-4b93-bea8-059094e634f9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T04:55:26.461Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88232b55-20e2-4b93-bea8-059094e634f9 and serviceModelVersionId: 767c506b-7c11-4019-983a-fcc4a3e79abb
2021-11-07T04:55:26.461Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6fad1ea-96cb-4726-a379-8e32cac8e59a
2021-11-07T04:55:26.463Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0
2021-11-07T04:55:26.467Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T04:55:26.508Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|INFO|500||Invoke
2021-11-07T04:55:26.508Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88232b55-20e2-4b93-bea8-059094e634f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bacc03e-9d36-4562-959f-055fedaa76f7], X-ECOMP-RequestID=[88232b55-20e2-4b93-bea8-059094e634f9], X-TransactionId=[], X-ONAP-RequestID=[88232b55-20e2-4b93-bea8-059094e634f9], Content-Type=[application/merge-patch+json]}
2021-11-07T04:55:26.532Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T04:55:26.643Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:55:26.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b14e5a66-6be9-4f11-99c0-fab685414c26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260873092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T04:55:26.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T04:55:26.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260874115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260886116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:55:26.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260889193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260890253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:55:26.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260891297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260892409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/basic_onboard_kwowif0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260893413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260894422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/resourceInstances/basic_onboard_kwowif0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260895425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwowif/1.0/artifacts/service-BasicOnboardKwowif-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T04:55:26.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:55:26.996Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211107-04:55:26:540-60975], vertex-id=[217256], Content-Length=[0], Date=[Sun, 07 Nov 2021 04:55:26 GMT], Content-Type=[application/json]}
2021-11-07T04:55:26.997Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-07T04:55:26.997Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6fad1ea-96cb-4726-a379-8e32cac8e59a/model-vers/model-ver/767c506b-7c11-4019-983a-fcc4a3e79abb?depth=0|INFO|500||InvokeReturn
2021-11-07T04:55:26.998Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T04:55:26.998Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T04:55:27.003Z|88232b55-20e2-4b93-bea8-059094e634f9|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-11-07T04:55:27.003Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88232b55-20e2-4b93-bea8-059094e634f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T04:55:27.003Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T04:55:27.004Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-07T04:55:27.006Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T04:55:27.006Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260927003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T04:55:27.106Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T04:55:27.107Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T04:55:27.107Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T04:55:27.122Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:55:27.122Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T04:55:28.020Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:55:28.020Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:55:28.021Z|88232b55-20e2-4b93-bea8-059094e634f9|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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:55:37.563Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:55:37.564Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:55:37.565Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:55:37.565Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:55:47.106Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:55:47.107Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:55:47.107Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:55:47.107Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:55:56.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:56:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:56:26.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:56:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:56:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:56:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:56:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:56:26.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:56:26.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-07T04:56:26.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "88232b55-20e2-4b93-bea8-059094e634f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636260927003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T04:56:26.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T04:56:35.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:57:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:57:26.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:57:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:57:26.010Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:57:26.011Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:57:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:57:35.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:57:35.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:58:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:58:26.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:58:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:58:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:58:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:58:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:58:35.562Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:58:35.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:59:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:59:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:59:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:59:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T04:59:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T04:59:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T04:59:35.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T04:59:35.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:00:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:00:26.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:00:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:00:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:00:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:00:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:00:35.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:00:35.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:01:26.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:01:26.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:01:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:01:26.010Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:01:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:01:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:01:35.609Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:01:35.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:02:26.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:02:26.009Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:02:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:02:26.010Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:02:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:02:26.012Z|88232b55-20e2-4b93-bea8-059094e634f9|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:02:35.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:02:35.559Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:26.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:03:26.010Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:03:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:26.010Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:03:26.011Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:03:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:26.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"be52d432-b314-4303-9ef9-2c7002402ff2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bfd6f401-aae6-424f-9304-b8a6f9f9a0e1","serviceDescription":"service","serviceInvariantUUID":"d52ecb99-6166-4794-868e-cfa2a92aa724","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b1f0ea37-8ebf-4ccf-83b6-2cb4b6f0b89c","resourceInvariantUUID":"1c64e54c-c9b8-4d1c-9da3-028eceb5d5be","resourceCustomizationUUID":"92ac170c-eccd-4c0a-8c30-4c43b8efb9d0","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":"MDAwOWIyY2UzYmM0NmE4YjZmN2U2OGEyMWVlYjc5NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d70068a9-5457-4fe2-8c28-409f14094e14","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjJlMTdkMzFkYWVkNDNkNTUzNTYwOTRlNGFlYTYzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd622bd7-0e50-4f6b-a48d-1f4586bbcb16","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:03:26.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:26.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:03:26.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:03:26.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "clamp",
  "timestamp": 1636261352963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261351089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "dcae-sch",
  "timestamp": 1636261351321,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "policy-id",
  "timestamp": 1636261352894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "cds",
  "timestamp": 1636261349994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.647Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.647Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261406008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "dcae-sch",
  "timestamp": 1636261351321,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "cds",
  "timestamp": 1636261349994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261351089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "policy-id",
  "timestamp": 1636261352894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "clamp",
  "timestamp": 1636261352963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "cds",
  "timestamp": 1636261360050,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "policy-id",
  "timestamp": 1636261360064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261360194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261359817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "cds",
  "timestamp": 1636261361054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be52d432-b314-4303-9ef9-2c7002402ff2
2021-11-07T05:03:26.668Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be52d432-b314-4303-9ef9-2c7002402ff2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "policy-id",
  "timestamp": 1636261361067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261360669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261359817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261361608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "policy-id",
  "timestamp": 1636261362070,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:03:26.684Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be52d432-b314-4303-9ef9-2c7002402ff2
2021-11-07T05:03:26.684Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be52d432-b314-4303-9ef9-2c7002402ff2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261360669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261362613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:03:26.700Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be52d432-b314-4303-9ef9-2c7002402ff2
2021-11-07T05:03:26.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be52d432-b314-4303-9ef9-2c7002402ff2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "clamp",
  "timestamp": 1636261364394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "aai-ml",
  "timestamp": 1636261364197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "aai-ml",
  "timestamp": 1636261364197,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "clamp",
  "timestamp": 1636261366402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "aai-ml",
  "timestamp": 1636261367105,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "clamp",
  "timestamp": 1636261367405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:03:26.717Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be52d432-b314-4303-9ef9-2c7002402ff2
2021-11-07T05:03:26.717Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be52d432-b314-4303-9ef9-2c7002402ff2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "aai-ml",
  "timestamp": 1636261370809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:03:26.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:03:26.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:03:26.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "aai-ml",
  "timestamp": 1636261371812,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:03:26.731Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be52d432-b314-4303-9ef9-2c7002402ff2
2021-11-07T05:03:26.731Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be52d432-b314-4303-9ef9-2c7002402ff2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:03:26.747Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:03:26.748Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:03:26.748Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:26.759Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:26.760Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:03:27.647Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:03:27.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:03:27.650Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:03:27.650Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261406008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:03:27.751Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:03:27.752Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:03:27.752Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:27.765Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:27.765Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:03:28.651Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "bfd6f401-aae6-424f-9304-b8a6f9f9a0e1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d52ecb99-6166-4794-868e-cfa2a92aa724",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "92ac170c-eccd-4c0a-8c30-4c43b8efb9d0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b1f0ea37-8ebf-4ccf-83b6-2cb4b6f0b89c",
      "resourceInvariantUUID": "1c64e54c-c9b8-4d1c-9da3-028eceb5d5be",
      "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": "MjJlMTdkMzFkYWVkNDNkNTUzNTYwOTRlNGFlYTYzYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd622bd7-0e50-4f6b-a48d-1f4586bbcb16"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:03:28.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:03:28.652Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfd6f401-aae6-424f-9304-b8a6f9f9a0e1 ASDC
2021-11-07T05:03:28.652Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:be52d432-b314-4303-9ef9-2c7002402ff2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
ServiceInvariantUUID:d52ecb99-6166-4794-868e-cfa2a92aa724
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:dd622bd7-0e50-4f6b-a48d-1f4586bbcb16
ArtifactChecksum:MjJlMTdkMzFkYWVkNDNkNTUzNTYwOTRlNGFlYTYzYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:92ac170c-eccd-4c0a-8c30-4c43b8efb9d0
ResourceInvariantUUID:1c64e54c-c9b8-4d1c-9da3-028eceb5d5be
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b1f0ea37-8ebf-4ccf-83b6-2cb4b6f0b89c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-07T05:03:28.652Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfd6f401-aae6-424f-9304-b8a6f9f9a0e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:03:28.677Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:03:28.678Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:03:28.678Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:03:28.678Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd622bd7-0e50-4f6b-a48d-1f4586bbcb16 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-07T05:03:28.678Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:03:28.678Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-07T05:03:28.807Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:03:28.811Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dd622bd7-0e50-4f6b-a48d-1f4586bbcb16 52484
2021-11-07T05:03:28.811Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-07T05:03:28.811Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-07T05:03:28.811Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:03:28.811Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:03:28.813Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:03:28.814Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261408811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:03:28.914Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:03:28.915Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:03:28.915Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:28.928Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:28.929Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:03:29.814Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:03:29.815Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:03:29.815Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dd622bd7-0e50-4f6b-a48d-1f4586bbcb16, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:29.816Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-07T05:03:29.816Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:29.816Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:29.901Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6834269771578958219/Definitions/service-BasicNetwork-template.yml
2021-11-07T05:03:30.392Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:03:30.392Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:03:30.392Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.392Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-07T05:03:30.392Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.393Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:03:30.394Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.395Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.396Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.396Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
Model Version:NULL
Model InvariantUuid:d52ecb99-6166-4794-868e-cfa2a92aa724
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1c64e54c-c9b8-4d1c-9da3-028eceb5d5be
Model UUID:5528758c-2922-4912-839f-b2ce9d53cb33
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:92ac170c-eccd-4c0a-8c30-4c43b8efb9d0
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:03:30.402Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b1f0ea37-8ebf-4ccf-83b6-2cb4b6f0b89c
2021-11-07T05:03:30.403Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||No resources found for Service: bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:03:30.408Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||
2021-11-07T05:03:30.408Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-07T05:03:30.409Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
2021-11-07T05:03:30.409Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
2021-11-07T05:03:30.409Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-07T05:03:30.409Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:03:30.420Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3285df88, org.onap.sdc.toscaparser.api.parameters.Input@7cb90030, org.onap.sdc.toscaparser.api.parameters.Input@6861f756, org.onap.sdc.toscaparser.api.parameters.Input@2a2c6614, org.onap.sdc.toscaparser.api.parameters.Input@36498546]
2021-11-07T05:03:30.421Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.421Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.421Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.421Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.422Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bfd6f401-aae6-424f-9304-b8a6f9f9a0e1: Generic NeutronNet
2021-11-07T05:03:30.422Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.422Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.422Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.422Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-07T05:03:30.466Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.466Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.466Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.466Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.466Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:03:30.467Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:03:30.467Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-07T05:03:30.540Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-07T05:03:30.540Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-07T05:03:30.540Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-07T05:03:30.540Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:03:30.540Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:03:30.542Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:03:30.542Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261410540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:03:30.643Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:03:30.644Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:03:30.644Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:03:30.657Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:03:30.657Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:03:31.544Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be52d432-b314-4303-9ef9-2c7002402ff2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:03:31.557Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be52d432-b314-4303-9ef9-2c7002402ff2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:03:31.560Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.561Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.562Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:03:31.562Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:03:31.568Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:04:01.569Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be52d432-b314-4303-9ef9-2c7002402ff2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:04:01.575Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be52d432-b314-4303-9ef9-2c7002402ff2 and serviceModelVersionId: bfd6f401-aae6-424f-9304-b8a6f9f9a0e1
2021-11-07T05:04:01.576Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d52ecb99-6166-4794-868e-cfa2a92aa724
2021-11-07T05:04:01.576Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0
2021-11-07T05:04:01.580Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:04:01.620Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|INFO|500||Invoke
2021-11-07T05:04:01.620Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be52d432-b314-4303-9ef9-2c7002402ff2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba29f9f4-f638-4d38-a3d9-2bebac2365ef], X-ECOMP-RequestID=[be52d432-b314-4303-9ef9-2c7002402ff2], X-TransactionId=[], X-ONAP-RequestID=[be52d432-b314-4303-9ef9-2c7002402ff2], Content-Type=[application/merge-patch+json]}
2021-11-07T05:04:01.674Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:04:02.164Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211107-05:04:01:681-94428], vertex-id=[180416], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:04:01 GMT], Content-Type=[application/json]}
2021-11-07T05:04:02.164Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:04:02.165Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d52ecb99-6166-4794-868e-cfa2a92aa724/model-vers/model-ver/bfd6f401-aae6-424f-9304-b8a6f9f9a0e1?depth=0|INFO|500||InvokeReturn
2021-11-07T05:04:02.165Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:04:02.165Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:04:02.169Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-07T05:04:02.170Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be52d432-b314-4303-9ef9-2c7002402ff2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:04:02.170Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:04:02.170Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:02.171Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:02.172Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261442170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:04:02.272Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:02.272Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:02.273Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:02.289Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:02.290Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:04:26.008Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:04:26.008Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:04:26.009Z|be52d432-b314-4303-9ef9-2c7002402ff2|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:04:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:04:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:26.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:26.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:04:26.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261406008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:26.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:04:26.633Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:26.634Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-07T05:04:26.634Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"043d9277-b4a2-45c1-bec2-4240dd974dd6","serviceName":"Demo_pNF_ZNDAkAmQvdkkeCXynbbp","serviceVersion":"1.0","serviceUUID":"86293550-ea1a-47c3-bda9-21eeb0dca9d8","serviceDescription":"catalog service description","serviceInvariantUUID":"87796c5b-a7b3-448c-aecf-2843378939b6","resources":[{"resourceInstanceName":"pNF 533a91ee-096c 0","resourceName":"pNF 533a91ee-096c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e42b1647-a8d9-425e-a972-0b5775e28d72","resourceInvariantUUID":"8c02372c-61cb-4322-b7c8-1e9a0d28d976","resourceCustomizationUUID":"fc98c69f-7c87-4751-888f-0b2bd0034d93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml","artifactChecksum":"MTE4YjU2ZWJlN2MyZWU3ZjhlOTUwYWYxMzJkNTJmMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"241957f2-4e78-4749-ad36-0b178f77484a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar","artifactChecksum":"ZjRlYzQ4NjcxZDM4MzM3NjdiODkwZmNhNWI2NmQ1NzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c37d8f4b-1389-4f5a-8dd7-dd402b56c8b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d82f5dd7-3432-4a5e-984a-23d556fdb8d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml","artifactChecksum":"YmIwYmI2NzhhZWM1M2Y1ZTFkZDZhOWYzOWVlNmI1NjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae797f1c-f389-4f39-8609-cec8d716d342","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5abc2886-5b57-4e33-b3cb-619c77e6e69d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b232ec5f-c5d1-4b34-9b55-44177acdad8c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZndakamqvdkkecxynbbp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml","artifactChecksum":"ZjhiMjI3NDc1OGJkMDgyYjRlNGJkZjU4YjdiOWFjNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75e7e71d-5b72-4117-a405-f7b3528402a5","artifactVersion":"1"},{"artifactName":"service-DemoPnfZndakamqvdkkecxynbbp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar","artifactChecksum":"ODVmNzYwNjY5YmE1OGY2MDJlNmMzM2Y4YzczMzFjYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bcf00f5-fa90-40c7-ae5b-cb0546367fc8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:04:26.637Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:26.637Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:26.639Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:26.639Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:26.739Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:26.740Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:26.740Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:26.754Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:26.754Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:27.640Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:27.640Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:27.642Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:27.642Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:27.743Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:04:27.744Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:27.744Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:27.755Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:27.755Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:28.643Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:28.644Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:28.646Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:28.646Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:28.746Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:28.747Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:28.747Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:28.758Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:28.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:29.647Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:29.648Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:29.649Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:29.649Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:29.749Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:29.750Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:29.750Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:29.765Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:29.766Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:30.650Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:30.650Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:30.652Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:30.652Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:30.752Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:30.753Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:30.754Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:30.767Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:30.767Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:31.653Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:31.653Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:31.655Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:31.655Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:31.756Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:04:31.757Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:31.757Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:31.770Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:31.770Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:32.656Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:32.656Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:32.658Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:32.658Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:04:32.758Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:32.759Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:32.759Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:32.775Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:32.776Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:33.658Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:04:33.659Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:33.661Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:33.661Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:04:33.761Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:33.762Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:33.762Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:33.774Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:33.775Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:34.662Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "serviceName": "Demo_pNF_ZNDAkAmQvdkkeCXynbbp",
  "serviceVersion": "1.0",
  "serviceUUID": "86293550-ea1a-47c3-bda9-21eeb0dca9d8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "87796c5b-a7b3-448c-aecf-2843378939b6",
  "resources": [
    {
      "resourceInstanceName": "pNF 533a91ee-096c 0",
      "resourceCustomizationUUID": "fc98c69f-7c87-4751-888f-0b2bd0034d93",
      "resourceName": "pNF 533a91ee-096c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e42b1647-a8d9-425e-a972-0b5775e28d72",
      "resourceInvariantUUID": "8c02372c-61cb-4322-b7c8-1e9a0d28d976",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
      "artifactChecksum": "ODVmNzYwNjY5YmE1OGY2MDJlNmMzM2Y4YzczMzFjYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bcf00f5-fa90-40c7-ae5b-cb0546367fc8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:04:34.663Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:04:34.663Z|be52d432-b314-4303-9ef9-2c7002402ff2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86293550-ea1a-47c3-bda9-21eeb0dca9d8 ASDC
2021-11-07T05:04:34.663Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:043d9277-b4a2-45c1-bec2-4240dd974dd6
ServiceName:Demo_pNF_ZNDAkAmQvdkkeCXynbbp
ServiceVersion:1.0
ServiceUUID:86293550-ea1a-47c3-bda9-21eeb0dca9d8
ServiceInvariantUUID:87796c5b-a7b3-448c-aecf-2843378939b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
ArtifactUUID:0bcf00f5-fa90-40c7-ae5b-cb0546367fc8
ArtifactChecksum:ODVmNzYwNjY5YmE1OGY2MDJlNmMzM2Y4YzczMzFjYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 533a91ee-096c 0
ResourceCustomizationUUID:fc98c69f-7c87-4751-888f-0b2bd0034d93
ResourceInvariantUUID:8c02372c-61cb-4322-b7c8-1e9a0d28d976
ResourceName:pNF 533a91ee-096c
ResourceType:PNF
ResourceUUID:e42b1647-a8d9-425e-a972-0b5775e28d72
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-07T05:04:34.663Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86293550-ea1a-47c3-bda9-21eeb0dca9d8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:04:34.691Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:04:34.692Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:04:34.692Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:04:34.692Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0bcf00f5-fa90-40c7-ae5b-cb0546367fc8 from URL: /sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:34.692Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:04:34.693Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:34.861Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:04:34.865Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar 0bcf00f5-fa90-40c7-ae5b-cb0546367fc8 82623
2021-11-07T05:04:34.865Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar ASDC sendASDCNotification
2021-11-07T05:04:34.866Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:34.866Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:04:34.866Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:34.867Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:34.867Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261474865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:04:34.968Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:34.968Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:34.969Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:34.981Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:34.982Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:04:35.868Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:04:35.870Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:04:35.874Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0bcf00f5-fa90-40c7-ae5b-cb0546367fc8, URL: /sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar to file: /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:35.874Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:35.875Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:35.875Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:35.989Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2453171679971162325/Definitions/service-DemoPnfZndakamqvdkkecxynbbp-template.yml
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||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-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||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-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||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-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.784Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||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-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 533a91ee-096c 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-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Node template pNF 533a91ee-096c 0 is matching search criteria
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 533a91ee-096c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Node template pNF 533a91ee-096c 0 is matching search criteria
2021-11-07T05:04:36.785Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 533a91ee-096c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.786Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.787Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.787Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZNDAkAmQvdkkeCXynbbp
Description:catalog service description
Model UUID:86293550-ea1a-47c3-bda9-21eeb0dca9d8
Model Version:NULL
Model InvariantUuid:87796c5b-a7b3-448c-aecf-2843378939b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:04:36.793Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: e42b1647-a8d9-425e-a972-0b5775e28d72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:04:36.795Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||pNF 533a91ee-096c 0
2021-11-07T05:04:36.795Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e42b1647-a8d9-425e-a972-0b5775e28d72
2021-11-07T05:04:36.796Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 86293550-ea1a-47c3-bda9-21eeb0dca9d8
2021-11-07T05:04:36.796Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 86293550-ea1a-47c3-bda9-21eeb0dca9d8
2021-11-07T05:04:36.796Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 533a91ee-096c 0 e42b1647-a8d9-425e-a972-0b5775e28d72 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:04:36.801Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3113e199, org.onap.sdc.toscaparser.api.parameters.Input@69ecd5cd, org.onap.sdc.toscaparser.api.parameters.Input@6761b05b, org.onap.sdc.toscaparser.api.parameters.Input@7ffcb6f7, org.onap.sdc.toscaparser.api.parameters.Input@51cd9fb8]
2021-11-07T05:04:36.801Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.802Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.802Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 86293550-ea1a-47c3-bda9-21eeb0dca9d8: pNF 533a91ee-096c
2021-11-07T05:04:36.802Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Processing PNF resource: e42b1647-a8d9-425e-a972-0b5775e28d72
2021-11-07T05:04:36.802Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:04:36.802Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ZNDAkAmQvdkkeCXynbbp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:04:36.803Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||Resource customization UUID: fc98c69f-7c87-4751-888f-0b2bd0034d93 is the same as notified resource customizationUUID: fc98c69f-7c87-4751-888f-0b2bd0034d93
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-07T05:04:36.866Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 533a91ee-096c e42b1647-a8d9-425e-a972-0b5775e28d72 0 ASDC deployResourceStructure
2021-11-07T05:04:36.866Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar ASDC sendASDCNotification
2021-11-07T05:04:36.867Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar
2021-11-07T05:04:36.867Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:04:36.867Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:04:36.869Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:04:36.869Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261476866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:04:36.969Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:04:36.970Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:04:36.971Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:04:36.984Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:04:36.985Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:04:37.870Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:04:37.886Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:04:37.889Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:04:37.889Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:04:37.889Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:05:07.889Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:05:07.900Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:05:07.903Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:05:07.903Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:05:07.903Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:05:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:05:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:05:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:05:26.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:05:26.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261406008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261408811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261410540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be52d432-b314-4303-9ef9-2c7002402ff2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261442170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261439994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261442964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261439817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261441089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261440669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261453663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261453757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261453966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "cds",
  "timestamp": 1636261454667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:05:26.064Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:05:26.064Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:05:26.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261455208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261455423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261456212,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:05:26.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:05:26.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:05:26.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261456426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:05:26.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:05:26.107Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:05:26.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "dcae-sch",
  "timestamp": 1636261451321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261452893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261461764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261454197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261462769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261463263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261463405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:05:26.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:26.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "policy-id",
  "timestamp": 1636261463772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:05:26.132Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:05:26.132Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:05:26.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:05:26.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261465412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:05:26.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:05:37.904Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:05:37.916Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:05:37.920Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:05:37.920Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:05:37.920Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:06:07.920Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:06:07.930Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:06:07.934Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:06:07.935Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:06:07.935Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:06:26.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:06:26.012Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:06:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:06:26.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:06:26.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:06:26.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "clamp",
  "timestamp": 1636261466414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:06:26.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:06:26.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:06:37.935Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:06:37.946Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:06:37.949Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:06:37.949Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:06:37.949Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:07:07.950Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:07:07.960Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:07:07.963Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:07:07.963Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:07:07.963Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:07:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:07:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:07:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:07:26.041Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:07:26.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261468201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:07:26.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:07:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "aai-ml",
  "timestamp": 1636261469204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:07:26.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 043d9277-b4a2-45c1-bec2-4240dd974dd6
2021-11-07T05:07:26.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043d9277-b4a2-45c1-bec2-4240dd974dd6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:07:26.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/resourceInstances/pnf533a91ee096c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:07:26.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261466008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:07:26.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:07:26.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261474865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:07:26.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:07:26.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-07T05:07:26.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261476866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZndakamqvdkkecxynbbp/1.0/artifacts/service-DemoPnfZndakamqvdkkecxynbbp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:07:26.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:07:37.963Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:07:37.976Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.980Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.981Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.981Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.981Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.981Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:07:37.981Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:07:37.986Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:08:07.987Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:08:07.992Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 043d9277-b4a2-45c1-bec2-4240dd974dd6 and serviceModelVersionId: 86293550-ea1a-47c3-bda9-21eeb0dca9d8
2021-11-07T05:08:07.992Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87796c5b-a7b3-448c-aecf-2843378939b6
2021-11-07T05:08:07.993Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0
2021-11-07T05:08:07.997Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:08:08.042Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-07T05:08:08.043Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0|INFO|500||Invoke
2021-11-07T05:08:08.066Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:08:08.312Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0|INFO|500||InvokeReturn
2021-11-07T05:08:08.312Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87796c5b-a7b3-448c-aecf-2843378939b6/model-vers/model-ver/86293550-ea1a-47c3-bda9-21eeb0dca9d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211107-05:08:08:073-27594], vertex-id=[192528], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:08:08 GMT], Content-Type=[application/json]}
2021-11-07T05:08:08.313Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:08:08.313Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:08:08.313Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:08:08.321Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-07T05:08:08.321Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 043d9277-b4a2-45c1-bec2-4240dd974dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:08:08.322Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:08:08.322Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:08.324Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:08.324Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261688321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:08:08.424Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:08.425Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:08.425Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:08.442Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:08.442Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:08:09.335Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:08:09.336Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:08:09.336Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:14.280Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:14.281Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-07T05:08:14.281Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e78240a2-bc20-4f62-a661-46e1d8b08a29","serviceDescription":"service","serviceInvariantUUID":"f5f50090-ea67-4496-b2c0-f9c8010fb049","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0516d1d-7612-416e-aa28-7758bc191ae7","resourceInvariantUUID":"14629ca6-eb97-4c46-81d5-9643aeaa68db","resourceCustomizationUUID":"7b68fcd1-9656-4ef4-8eb9-22b99ce681a2","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":"Zjc1OTg3ZTlmMGNmNjhkMGZiNWIyYWI1MDk2NmM3Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74629197-969b-45c6-8436-3e4af94c0adc","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":"NTJlM2MzZGE2ODlmMzc0YjViN2UxMDc4OWYxZmJjMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24d0d8e1-9290-420f-87a7-0d0964d38e8a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e291f511-9aa5-418a-a3d8-f22969b2f255","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":"b6b56ff1-0c6b-45ef-9cc5-4a07e3aae2ff","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e186e35f-b563-46a4-877f-d506e5e591f8","artifactVersion":"2","generatedFromUUID":"e291f511-9aa5-418a-a3d8-f22969b2f255"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjFmYzJmN2RlNmQyMjAwYTgzYzU2NjM0M2JhNTAwNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f601c01e-bc63-449d-aff8-5dbca2144bee","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTk2MzQyNDFhNjdmMDNiNjU5YzQyZjBkZjlkZmI5NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"711898b5-92dd-4e42-8f4b-ba7faea20a47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:08:14.282Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:14.283Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:14.284Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:14.284Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:14.384Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:14.385Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:14.385Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:14.398Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:14.398Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:15.285Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:15.286Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:15.288Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:15.288Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:08:15.388Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:15.389Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:15.389Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:15.401Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:15.401Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:16.288Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:16.289Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:16.291Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:16.291Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:08:16.392Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:16.393Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:16.393Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:16.406Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:16.406Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:08:17.292Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:17.293Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:17.295Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:17.295Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:17.396Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:17.396Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:17.396Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:17.409Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:17.410Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:18.296Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:18.297Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:18.298Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:18.299Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:08:18.399Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:18.400Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:18.400Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:18.413Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:18.414Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:19.299Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:19.300Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:19.302Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:19.302Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:19.402Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:19.403Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:19.403Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:19.416Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:19.416Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:20.303Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:08:20.304Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:20.306Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:20.306Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:20.406Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:20.407Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:20.407Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:20.419Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:20.421Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:21.308Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e78240a2-bc20-4f62-a661-46e1d8b08a29",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5f50090-ea67-4496-b2c0-f9c8010fb049",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7b68fcd1-9656-4ef4-8eb9-22b99ce681a2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0516d1d-7612-416e-aa28-7758bc191ae7",
      "resourceInvariantUUID": "14629ca6-eb97-4c46-81d5-9643aeaa68db",
      "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": "NTJlM2MzZGE2ODlmMzc0YjViN2UxMDc4OWYxZmJjMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24d0d8e1-9290-420f-87a7-0d0964d38e8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e291f511-9aa5-418a-a3d8-f22969b2f255",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e186e35f-b563-46a4-877f-d506e5e591f8",
            "generatedFromUUID": "e291f511-9aa5-418a-a3d8-f22969b2f255"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e186e35f-b563-46a4-877f-d506e5e591f8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTk2MzQyNDFhNjdmMDNiNjU5YzQyZjBkZjlkZmI5NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "711898b5-92dd-4e42-8f4b-ba7faea20a47"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:08:21.308Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:08:21.308Z|043d9277-b4a2-45c1-bec2-4240dd974dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e78240a2-bc20-4f62-a661-46e1d8b08a29 ASDC
2021-11-07T05:08:21.308Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e78240a2-bc20-4f62-a661-46e1d8b08a29
ServiceInvariantUUID:f5f50090-ea67-4496-b2c0-f9c8010fb049
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:711898b5-92dd-4e42-8f4b-ba7faea20a47
ArtifactChecksum:NTk2MzQyNDFhNjdmMDNiNjU5YzQyZjBkZjlkZmI5NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7b68fcd1-9656-4ef4-8eb9-22b99ce681a2
ResourceInvariantUUID:14629ca6-eb97-4c46-81d5-9643aeaa68db
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e0516d1d-7612-416e-aa28-7758bc191ae7
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:24d0d8e1-9290-420f-87a7-0d0964d38e8a
ArtifactChecksum:NTJlM2MzZGE2ODlmMzc0YjViN2UxMDc4OWYxZmJjMjA=
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:e291f511-9aa5-418a-a3d8-f22969b2f255
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e186e35f-b563-46a4-877f-d506e5e591f8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e186e35f-b563-46a4-877f-d506e5e591f8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T05:08:21.308Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e78240a2-bc20-4f62-a661-46e1d8b08a29 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:21.339Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:08:21.339Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:08:21.339Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:08:21.339Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 711898b5-92dd-4e42-8f4b-ba7faea20a47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-07T05:08:21.340Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:08:21.340Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-07T05:08:21.440Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:08:21.444Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 711898b5-92dd-4e42-8f4b-ba7faea20a47 71037
2021-11-07T05:08:21.445Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-07T05:08:21.445Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-07T05:08:21.445Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:08:21.445Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:21.447Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:21.447Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261701445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:21.548Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:08:21.549Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:21.549Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:21.563Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:21.564Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:08:22.448Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:08:22.449Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-07T05:08:22.449Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 711898b5-92dd-4e42-8f4b-ba7faea20a47, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:22.449Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-07T05:08:22.449Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:22.450Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:22.858Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2406073191068188483/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.862Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:08:23.863Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-07T05:08:23.864Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:23.865Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0fc7c7ab-1d52-4ba0-9b5f-580287d1b343
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.866Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.867Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.867Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.867Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:23.867Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:23.867Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e78240a2-bc20-4f62-a661-46e1d8b08a29
Model Version:NULL
Model InvariantUuid:f5f50090-ea67-4496-b2c0-f9c8010fb049
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:21a21e69-9814-4a92-ba2f-f1f605dd1b48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14629ca6-eb97-4c46-81d5-9643aeaa68db
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7b68fcd1-9656-4ef4-8eb9-22b99ce681a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4e2c3aa3-4de5-4c2a-b66c-f11cf439677f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cffd6b62-25d8-4727-ab01-f0788be479ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0fc7c7ab-1d52-4ba0-9b5f-580287d1b343
ModelInvariantUuid:c52cd353-f411-407a-bb97-1dcd8904c045
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0fd0278d-90e2-42b3-ba2a-31e9baae1f7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:13f29119-c2e3-41f6-9eb3-4e4c02f17974
ModelInvariantUuid:3c4ed98f-25ff-4d89-80f1-454860f24afc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e9c30a9d-a568-4403-96ac-c26de1200c16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:08:23.874Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e0516d1d-7612-416e-aa28-7758bc191ae7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:08:23.877Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-11-07T05:08:23.877Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0516d1d-7612-416e-aa28-7758bc191ae7
2021-11-07T05:08:23.878Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24d0d8e1-9290-420f-87a7-0d0964d38e8a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-07T05:08:23.878Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:08:23.878Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-07T05:08:24.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:08:24.012Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 24d0d8e1-9290-420f-87a7-0d0964d38e8a 787
2021-11-07T05:08:24.012Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-07T05:08:24.012Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-07T05:08:24.012Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:08:24.012Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:24.014Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:24.014Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:24.114Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:24.115Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:24.115Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:24.129Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:24.129Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:25.015Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e2c3aa3-4de5-4c2a-b66c-f11cf439677f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cffd6b62-25d8-4727-ab01-f0788be479ff",
    "vfModuleModelCustomizationUUID": "c01eab17-ab92-4847-8911-463483aa12e9",
    "isBase": true,
    "artifacts": [
      "e291f511-9aa5-418a-a3d8-f22969b2f255",
      "e186e35f-b563-46a4-877f-d506e5e591f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:08:25.018Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cffd6b62-25d8-4727-ab01-f0788be479ff
VfModuleModelInvariantUUID:4e2c3aa3-4de5-4c2a-b66c-f11cf439677f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e291f511-9aa5-418a-a3d8-f22969b2f255
,
e186e35f-b563-46a4-877f-d506e5e591f8

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

isBase:true


}

2021-11-07T05:08:25.021Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "4e2c3aa3-4de5-4c2a-b66c-f11cf439677f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cffd6b62-25d8-4727-ab01-f0788be479ff",
    "vfModuleModelCustomizationUUID": "c01eab17-ab92-4847-8911-463483aa12e9",
    "isBase": true,
    "artifacts": [
      "e291f511-9aa5-418a-a3d8-f22969b2f255",
      "e186e35f-b563-46a4-877f-d506e5e591f8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:08:25.021Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cffd6b62-25d8-4727-ab01-f0788be479ff
VfModuleModelInvariantUUID:4e2c3aa3-4de5-4c2a-b66c-f11cf439677f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e291f511-9aa5-418a-a3d8-f22969b2f255
,
e186e35f-b563-46a4-877f-d506e5e591f8

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

isBase:true


}

2021-11-07T05:08:25.021Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e291f511-9aa5-418a-a3d8-f22969b2f255 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-07T05:08:25.021Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:08:25.021Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-07T05:08:25.082Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:08:25.082Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e291f511-9aa5-418a-a3d8-f22969b2f255 5033
2021-11-07T05:08:25.082Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-07T05:08:25.082Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-07T05:08:25.082Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:08:25.083Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:25.084Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:25.085Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261705082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:25.185Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:25.185Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:25.186Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:25.197Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:25.197Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:08:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:08:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:08:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:26.040Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:26.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261580669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261579816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261594362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261595657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261589994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261596846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261591088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261597864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261597873,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.056Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.056Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:26.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "dcae-sch",
  "timestamp": 1636261591321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "cds",
  "timestamp": 1636261598869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.069Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.069Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261598877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261598967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261592893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261592963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261600760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261600969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261601764,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261601972,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.084Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.084Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName SDNC
2021-11-07T05:08:26.085Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e186e35f-b563-46a4-877f-d506e5e591f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-07T05:08:26.086Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-07T05:08:26.086Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:26.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "policy-id",
  "timestamp": 1636261602766,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.097Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.097Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T05:08:26.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261605427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261607435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "clamp",
  "timestamp": 1636261608439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.111Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261604197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261611918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261621251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:26.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:08:26.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:08:26.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "aai-ml",
  "timestamp": 1636261622254,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:26.125Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
2021-11-07T05:08:26.125Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:26.188Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-07T05:08:26.189Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e186e35f-b563-46a4-877f-d506e5e591f8 903
2021-11-07T05:08:26.189Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-07T05:08:26.189Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-07T05:08:26.189Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:08:26.189Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:26.191Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:26.191Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261706189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:08:26.292Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:26.292Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:26.292Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:26.304Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:26.304Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:27.192Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e78240a2-bc20-4f62-a661-46e1d8b08a29
2021-11-07T05:08:27.192Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e0516d1d-7612-416e-aa28-7758bc191ae7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:08:27.205Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63c522d8, org.onap.sdc.toscaparser.api.parameters.Input@742c7cdd, org.onap.sdc.toscaparser.api.parameters.Input@4a411fe9, org.onap.sdc.toscaparser.api.parameters.Input@2357a73f, org.onap.sdc.toscaparser.api.parameters.Input@694e926f]
2021-11-07T05:08:27.206Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.206Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.206Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-07T05:08:27.206Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7b68fcd1-9656-4ef4-8eb9-22b99ce681a2
2021-11-07T05:08:27.206Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b68fcd1-9656-4ef4-8eb9-22b99ce681a2 matches Tosca VF Customization UUID: 7b68fcd1-9656-4ef4-8eb9-22b99ce681a2
2021-11-07T05:08:27.207Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7b68fcd1-9656-4ef4-8eb9-22b99ce681a2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T05:08:27.210Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.210Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7b68fcd1-9656-4ef4-8eb9-22b99ce681a2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@221f018e
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c01eab17-ab92-4847-8911-463483aa12e9
2021-11-07T05:08:27.211Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c01eab17-ab92-4847-8911-463483aa12e9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T05:08:27.214Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.214Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:27.214Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:27.214Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.215Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:27.215Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:27.215Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.215Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-07T05:08:27.216Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-07T05:08:27.216Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:08:27.216Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0fc7c7ab-1d52-4ba0-9b5f-580287d1b343
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T05:08:27.219Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.219Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:27.219Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:08:27.220Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.220Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-07T05:08:27.220Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7b68fcd1-9656-4ef4-8eb9-22b99ce681a2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e78240a2-bc20-4f62-a661-46e1d8b08a29: basic_vm
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.222Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:08:27.223Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:08:27.224Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:08:27.315Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e0516d1d-7612-416e-aa28-7758bc191ae7 1 ASDC deployResourceStructure
2021-11-07T05:08:27.316Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-07T05:08:27.316Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-07T05:08:27.316Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:08:27.316Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:27.318Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:27.318Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261707315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:27.418Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:27.419Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:27.419Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:27.432Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:27.432Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:28.319Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-07T05:08:28.320Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-07T05:08:28.320Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:08:28.320Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:28.322Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:28.322Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261708319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:28.423Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:08:28.423Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:28.423Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:28.437Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:28.437Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:08:29.323Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-07T05:08:29.324Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-07T05:08:29.324Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:08:29.324Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:29.326Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:29.326Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261709323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:29.426Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:29.427Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:29.427Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:29.439Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:29.440Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:30.327Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-07T05:08:30.328Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-07T05:08:30.328Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:08:30.328Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:08:30.330Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:08:30.331Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261710327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:08:30.431Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:08:30.431Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:08:30.431Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:08:30.444Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:08:30.445Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:08:31.332Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:08:31.343Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:08:31.346Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:08:31.346Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:08:31.346Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:08:31.346Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:08:31.347Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:08:31.352Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:09:01.352Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:09:01.357Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and serviceModelVersionId: e78240a2-bc20-4f62-a661-46e1d8b08a29
2021-11-07T05:09:01.357Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5f50090-ea67-4496-b2c0-f9c8010fb049
2021-11-07T05:09:01.358Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0
2021-11-07T05:09:01.362Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:09:01.395Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-07T05:09:01.396Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0|INFO|500||Invoke
2021-11-07T05:09:01.419Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:09:01.950Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0|INFO|500||InvokeReturn
2021-11-07T05:09:01.950Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5f50090-ea67-4496-b2c0-f9c8010fb049/model-vers/model-ver/e78240a2-bc20-4f62-a661-46e1d8b08a29?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211107-05:09:01:426-33367], vertex-id=[208992], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:09:01 GMT], Content-Type=[application/json]}
2021-11-07T05:09:01.951Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:09:01.951Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:09:01.951Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:09:01.958Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-07T05:09:01.958Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:09:01.958Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:09:01.959Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:09:01.960Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:09:01.960Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261741958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:09:02.061Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:09:02.062Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:09:02.062Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:02.074Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:09:02.075Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:09:02.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:09:02.972Z||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-11-07T05:09:02.972Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:12.509Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:09:12.510Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:09:12.510Z||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-11-07T05:09:12.510Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:22.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:09:22.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:09:22.051Z||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-11-07T05:09:22.051Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:09:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:09:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:26.034Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:09:26.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "043d9277-b4a2-45c1-bec2-4240dd974dd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261688321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:09:26.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261689335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261701445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:09:26.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261704012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:09:26.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:09:26.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-07T05:09:26.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261705082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:09:26.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:09:31.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:09:31.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:09:31.595Z||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-11-07T05:09:31.596Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:09:41.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:10:26.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:10:26.008Z||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-11-07T05:10:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:10:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:10:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:10:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:10:26.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:10:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:10:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261706189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:10:26.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:10:35.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:26.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:11:26.009Z||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-11-07T05:11:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:11:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:11:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:26.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:26.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261707315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261708319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261709323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:11:26.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261710327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:26.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:11:26.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261741958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:11:26.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:11:26.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:26.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:11:26.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"70f55ab8-c2dd-4ef8-b750-5bd21903a2be","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ed237ec8-870d-4d60-bc81-f634639aaa63","serviceDescription":"service","serviceInvariantUUID":"c56a5e89-d4bb-4342-8d02-35d39a234821","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5dd53d3-2baf-4665-a59b-91586957307e","resourceInvariantUUID":"8b51baf3-bbb8-4325-a232-b01229956f56","resourceCustomizationUUID":"4ca9c641-4a0f-44a3-ae2d-92346f032f0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cffb9eaf-1c31-4202-92ad-eb83e7bb1d07","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":"MTEzMDQ5NDQ1ODUzYjU0ZTZjZGZjYTAzMGI3OGI0MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc1a0093-6fc0-4e5e-8ee4-dbcf1ce934c6","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":"MWQxOWIwOTdhOTBlOTY4MjMwOWJjNDQ2ZmQ5Yjk4ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c0697eb-b2e2-49cd-8aeb-edcc629da4e2","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":"4cff8f64-ad2c-4949-82de-fd96bed45be6","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":"a5262ad7-8c2a-43ba-9623-6e1711829751","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":"85995172-a1f6-4b8b-9da0-141cdc952ecb","artifactVersion":"2","generatedFromUUID":"4cff8f64-ad2c-4949-82de-fd96bed45be6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OWRjMjVhNzNlNWFmMjg1MzEwYmRhOWRjMDE1YWNkNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50c8d58f-42c8-4631-b7d1-447ae56beb9c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDdjY2JmNDc2NzBmNGIyZTkyYjUwNmFhZjUzYmEzMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fb7968f-548e-4535-a6cd-24a37411c1aa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:11:26.640Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:26.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:26.642Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:26.642Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:11:26.743Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:26.744Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:26.744Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:26.756Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:26.756Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:11:27.643Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:27.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:27.646Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:27.646Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:11:27.746Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:27.747Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:27.747Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:27.760Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:27.760Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:28.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:28.648Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:28.650Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:28.650Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:11:28.750Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:28.751Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:28.751Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:28.762Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:28.762Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:11:29.650Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:29.651Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:29.654Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:29.654Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:11:29.754Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:29.755Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:29.755Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:29.767Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:29.768Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:30.654Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:30.655Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:30.657Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:30.657Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:11:30.757Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:30.758Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:30.758Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:30.769Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:30.770Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:31.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:31.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:31.660Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:31.661Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T05:11:31.761Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:31.762Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:31.762Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:31.775Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:31.776Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:32.661Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:32.662Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:32.664Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:32.664Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:11:32.764Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:32.765Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:32.765Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:32.780Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:32.781Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:33.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:11:33.666Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:33.668Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:33.668Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:11:33.768Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:33.769Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:33.769Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:33.780Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:33.780Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:34.669Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "ed237ec8-870d-4d60-bc81-f634639aaa63",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c56a5e89-d4bb-4342-8d02-35d39a234821",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4ca9c641-4a0f-44a3-ae2d-92346f032f0c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5dd53d3-2baf-4665-a59b-91586957307e",
      "resourceInvariantUUID": "8b51baf3-bbb8-4325-a232-b01229956f56",
      "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": "MWQxOWIwOTdhOTBlOTY4MjMwOWJjNDQ2ZmQ5Yjk4ZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c0697eb-b2e2-49cd-8aeb-edcc629da4e2",
          "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": "4cff8f64-ad2c-4949-82de-fd96bed45be6",
          "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": "85995172-a1f6-4b8b-9da0-141cdc952ecb",
            "generatedFromUUID": "4cff8f64-ad2c-4949-82de-fd96bed45be6"
          },
          "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": "85995172-a1f6-4b8b-9da0-141cdc952ecb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDdjY2JmNDc2NzBmNGIyZTkyYjUwNmFhZjUzYmEzMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0fb7968f-548e-4535-a6cd-24a37411c1aa"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:11:34.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:11:34.670Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed237ec8-870d-4d60-bc81-f634639aaa63 ASDC
2021-11-07T05:11:34.670Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:70f55ab8-c2dd-4ef8-b750-5bd21903a2be
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:ed237ec8-870d-4d60-bc81-f634639aaa63
ServiceInvariantUUID:c56a5e89-d4bb-4342-8d02-35d39a234821
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:0fb7968f-548e-4535-a6cd-24a37411c1aa
ArtifactChecksum:NDdjY2JmNDc2NzBmNGIyZTkyYjUwNmFhZjUzYmEzMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4ca9c641-4a0f-44a3-ae2d-92346f032f0c
ResourceInvariantUUID:8b51baf3-bbb8-4325-a232-b01229956f56
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:a5dd53d3-2baf-4665-a59b-91586957307e
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:8c0697eb-b2e2-49cd-8aeb-edcc629da4e2
ArtifactChecksum:MWQxOWIwOTdhOTBlOTY4MjMwOWJjNDQ2ZmQ5Yjk4ZmM=
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:4cff8f64-ad2c-4949-82de-fd96bed45be6
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:85995172-a1f6-4b8b-9da0-141cdc952ecb
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:85995172-a1f6-4b8b-9da0-141cdc952ecb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T05:11:34.670Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed237ec8-870d-4d60-bc81-f634639aaa63 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:11:34.698Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:11:34.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:11:34.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:11:34.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0fb7968f-548e-4535-a6cd-24a37411c1aa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-07T05:11:34.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:11:34.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-07T05:11:34.950Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:11:34.954Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0fb7968f-548e-4535-a6cd-24a37411c1aa 73648
2021-11-07T05:11:34.955Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-07T05:11:34.955Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-07T05:11:34.955Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:11:34.955Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:34.957Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:34.957Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261894955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:11:35.058Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:35.058Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:35.058Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:35.073Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:35.074Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:35.957Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:11:35.958Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:11:35.958Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0fb7968f-548e-4535-a6cd-24a37411c1aa, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-07T05:11:35.959Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-07T05:11:35.959Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-07T05:11:35.959Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-07T05:11:36.133Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4364718605770054489/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-11-07T05:11:37.197Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:11:37.197Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:11:37.197Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-Basicclamp-csar.csar
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.198Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:11:37.199Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:11:37.200Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-07T05:11:37.201Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e273a9f6-2f10-41d9-ad8e-813ee3c644d8
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:37.202Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:ed237ec8-870d-4d60-bc81-f634639aaa63
Model Version:NULL
Model InvariantUuid:c56a5e89-d4bb-4342-8d02-35d39a234821
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:d595b17c-cc20-4846-a491-558e65306a50
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b51baf3-bbb8-4325-a232-b01229956f56
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4ca9c641-4a0f-44a3-ae2d-92346f032f0c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:42f16b8d-f442-4b0c-b447-7651cfa8c2b5
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:96aab45f-7513-4a19-bfc2-e3be73269461
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e273a9f6-2f10-41d9-ad8e-813ee3c644d8
ModelInvariantUuid:5dce8511-276e-438c-bc08-607f28c5dc21
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d59631bd-de69-4af0-a619-aca4ea6f9d09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c8597909-2701-4cbe-9581-63994deb5cd3
ModelInvariantUuid:73f1ef09-7641-4c01-90dc-ec3c9e46d907
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:8e8bea66-287c-4ff7-8d37-a5135dbcd30a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:11:37.208Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a5dd53d3-2baf-4665-a59b-91586957307e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:11:37.211Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-11-07T05:11:37.211Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5dd53d3-2baf-4665-a59b-91586957307e
2021-11-07T05:11:37.211Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c0697eb-b2e2-49cd-8aeb-edcc629da4e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-07T05:11:37.211Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:11:37.211Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-07T05:11:37.883Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:11:37.884Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8c0697eb-b2e2-49cd-8aeb-edcc629da4e2 790
2021-11-07T05:11:37.884Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.884Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:37.884Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:11:37.884Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:37.886Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:37.886Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261897884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:11:37.986Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:37.987Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:37.987Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:38.001Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:38.002Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:38.887Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "42f16b8d-f442-4b0c-b447-7651cfa8c2b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96aab45f-7513-4a19-bfc2-e3be73269461",
    "vfModuleModelCustomizationUUID": "6615d020-9524-4161-b642-c8e72d5d7615",
    "isBase": true,
    "artifacts": [
      "4cff8f64-ad2c-4949-82de-fd96bed45be6",
      "85995172-a1f6-4b8b-9da0-141cdc952ecb"
    ],
    "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-11-07T05:11:38.889Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96aab45f-7513-4a19-bfc2-e3be73269461
VfModuleModelInvariantUUID:42f16b8d-f442-4b0c-b447-7651cfa8c2b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cff8f64-ad2c-4949-82de-fd96bed45be6
,
85995172-a1f6-4b8b-9da0-141cdc952ecb

}
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-11-07T05:11:38.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "42f16b8d-f442-4b0c-b447-7651cfa8c2b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96aab45f-7513-4a19-bfc2-e3be73269461",
    "vfModuleModelCustomizationUUID": "6615d020-9524-4161-b642-c8e72d5d7615",
    "isBase": true,
    "artifacts": [
      "4cff8f64-ad2c-4949-82de-fd96bed45be6",
      "85995172-a1f6-4b8b-9da0-141cdc952ecb"
    ],
    "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-11-07T05:11:38.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96aab45f-7513-4a19-bfc2-e3be73269461
VfModuleModelInvariantUUID:42f16b8d-f442-4b0c-b447-7651cfa8c2b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cff8f64-ad2c-4949-82de-fd96bed45be6
,
85995172-a1f6-4b8b-9da0-141cdc952ecb

}
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-11-07T05:11:38.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4cff8f64-ad2c-4949-82de-fd96bed45be6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-07T05:11:38.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:11:38.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-07T05:11:39.345Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:11:39.345Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 4cff8f64-ad2c-4949-82de-fd96bed45be6 5033
2021-11-07T05:11:39.346Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:39.346Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:39.346Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:11:39.346Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:39.348Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:39.348Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261899346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:11:39.448Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:39.449Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:39.449Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:39.461Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:39.462Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:40.348Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 85995172-a1f6-4b8b-9da0-141cdc952ecb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-07T05:11:40.349Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:11:40.349Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-07T05:11:40.683Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:11:40.683Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 85995172-a1f6-4b8b-9da0-141cdc952ecb 909
2021-11-07T05:11:40.684Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:40.684Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:40.684Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:11:40.684Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:40.686Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:40.686Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261900684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:11:40.786Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:40.787Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:40.787Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:40.800Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:40.800Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:11:41.686Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ed237ec8-870d-4d60-bc81-f634639aaa63
2021-11-07T05:11:41.687Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a5dd53d3-2baf-4665-a59b-91586957307e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:11:41.699Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40a1b6e2, org.onap.sdc.toscaparser.api.parameters.Input@31b7cfa7, org.onap.sdc.toscaparser.api.parameters.Input@58d04390, org.onap.sdc.toscaparser.api.parameters.Input@79c3f1ba, org.onap.sdc.toscaparser.api.parameters.Input@34185ec6]
2021-11-07T05:11:41.700Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.701Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.701Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-07T05:11:41.701Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4ca9c641-4a0f-44a3-ae2d-92346f032f0c
2021-11-07T05:11:41.701Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ca9c641-4a0f-44a3-ae2d-92346f032f0c matches Tosca VF Customization UUID: 4ca9c641-4a0f-44a3-ae2d-92346f032f0c
2021-11-07T05:11:41.701Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4ca9c641-4a0f-44a3-ae2d-92346f032f0c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T05:11:41.703Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.704Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.704Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4ca9c641-4a0f-44a3-ae2d-92346f032f0c: {\"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-11-07T05:11:41.704Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e31e9f
2021-11-07T05:11:41.704Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.705Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:11:41.705Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6615d020-9524-4161-b642-c8e72d5d7615
2021-11-07T05:11:41.705Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6615d020-9524-4161-b642-c8e72d5d7615
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T05:11:41.707Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.707Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-07T05:11:41.708Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-07T05:11:41.709Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-07T05:11:41.709Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e273a9f6-2f10-41d9-ad8e-813ee3c644d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T05:11:41.710Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.711Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:41.711Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:11:41.711Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.711Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-07T05:11:41.712Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4ca9c641-4a0f-44a3-ae2d-92346f032f0c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ed237ec8-870d-4d60-bc81-f634639aaa63: basicclamp
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.714Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:11:41.715Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:11:41.716Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:11:41.803Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a5dd53d3-2baf-4665-a59b-91586957307e 1 ASDC deployResourceStructure
2021-11-07T05:11:41.803Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:41.804Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:41.804Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:11:41.804Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:41.806Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:41.806Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261901803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:41.906Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:41.906Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:41.907Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:41.919Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:41.920Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:42.807Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:42.808Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:42.808Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:11:42.808Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:42.811Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:42.811Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261902806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:42.911Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:42.912Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:42.912Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:42.925Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:42.926Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:43.812Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:43.812Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||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-11-07T05:11:43.812Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:11:43.813Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:43.815Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:43.815Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261903812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:43.915Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:11:43.916Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:43.917Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:43.932Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:43.933Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:44.815Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-07T05:11:44.816Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-07T05:11:44.816Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:11:44.816Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:11:44.818Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:11:44.818Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261904815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:11:44.919Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:11:44.919Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:11:44.920Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:11:44.931Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:11:44.932Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:11:45.819Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:11:45.828Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:11:45.830Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:11:45.830Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:11:45.830Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:12:15.830Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:12:15.839Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:12:15.841Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:12:15.841Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:12:15.841Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:12:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:12:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:12:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:12:26.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:12:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261859994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261860669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261861089,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261862963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261859816,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261876564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261876761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261876855,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "cds",
  "timestamp": 1636261877858,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:12:26.065Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.065Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261878153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261878755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261879390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261879758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:12:26.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:12:26.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261880420,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:12:26.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:12:26.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261880831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261881424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261881653,
  "artifactURL": "/sdc/v1/catalog/services/ed237ec8-870d-4d60-bc81-f634639aaa63/resourceInstances/basicclamp0/artifacts/cffb9eaf-1c31-4202-92ad-eb83e7bb1d07",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261881766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261881844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261882770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261882888,
  "artifactURL": "/sdc/v1/catalog/services/ed237ec8-870d-4d60-bc81-f634639aaa63/resourceInstances/basicclamp0/artifacts/cffb9eaf-1c31-4202-92ad-eb83e7bb1d07",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261883320,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "policy-id",
  "timestamp": 1636261883772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:12:26.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T05:12:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261883870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "dcae-sch",
  "timestamp": 1636261883890,
  "artifactURL": "/sdc/v1/catalog/services/ed237ec8-870d-4d60-bc81-f634639aaa63/resourceInstances/basicclamp0/artifacts/cffb9eaf-1c31-4202-92ad-eb83e7bb1d07",
  "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-11-07T05:12:26.120Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.120Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be 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-11-07T05:12:26.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261884873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:26.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "clamp",
  "timestamp": 1636261885876,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:12:26.135Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:12:26.135Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:12:26.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:12:26.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:12:26.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:12:45.842Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:12:45.852Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:12:45.855Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:12:45.855Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:12:45.855Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:13:15.856Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:13:15.865Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:13:15.868Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:13:15.868Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:13:15.868Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:13:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:13:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:13:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:13:26.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:13:26.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:13:26.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:13:26.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:13:45.869Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:13:45.878Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:13:45.880Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:13:45.880Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:13:45.880Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:14:15.880Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:14:15.889Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:14:15.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:14:15.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:14:15.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:14:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:14:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:14:26.012Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:14:26.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261878861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261887808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261880669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261882428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "cds",
  "timestamp": 1636261890222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.058Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.058Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261890532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261891206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "aai-ml",
  "timestamp": 1636261891536,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
2021-11-07T05:14:26.072Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261872893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "dcae-sch",
  "timestamp": 1636261871321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261892276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261892962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261893455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261893966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261894478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.086Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.087Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261894955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "policy-id",
  "timestamp": 1636261894969,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T05:14:26.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261895481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261897884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261891089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261899346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261874197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261900192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261892963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261900684,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261900859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261901803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261902122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261902806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261903125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.125Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261903812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261904815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261908899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261909463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:14:26.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "aai-ml",
  "timestamp": 1636261909902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.138Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.138Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261912468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:14:26.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:14:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:14:26.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "clamp",
  "timestamp": 1636261913471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:14:26.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
2021-11-07T05:14:26.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:14:45.891Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:14:45.901Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:14:45.903Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:14:45.903Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:14:45.903Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:14:45.904Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-11-07T05:14:45.909Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:15:15.909Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:15:15.913Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and serviceModelVersionId: ed237ec8-870d-4d60-bc81-f634639aaa63
2021-11-07T05:15:15.913Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c56a5e89-d4bb-4342-8d02-35d39a234821
2021-11-07T05:15:15.914Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0
2021-11-07T05:15:15.918Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:15:15.962Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|INFO|500||Invoke
2021-11-07T05:15:15.963Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70f55ab8-c2dd-4ef8-b750-5bd21903a2be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[561c8761-fbcf-4ddb-aac8-d3439aaa94ac], X-ECOMP-RequestID=[70f55ab8-c2dd-4ef8-b750-5bd21903a2be], X-TransactionId=[], X-ONAP-RequestID=[70f55ab8-c2dd-4ef8-b750-5bd21903a2be], Content-Type=[application/merge-patch+json]}
2021-11-07T05:15:15.984Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:15:16.350Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211107-05:15:15:990-14603], vertex-id=[221184], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:15:15 GMT], Content-Type=[application/json]}
2021-11-07T05:15:16.350Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:15:16.351Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c56a5e89-d4bb-4342-8d02-35d39a234821/model-vers/model-ver/ed237ec8-870d-4d60-bc81-f634639aaa63?depth=0|INFO|500||InvokeReturn
2021-11-07T05:15:16.351Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:15:16.351Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:15:16.357Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|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-11-07T05:15:16.358Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70f55ab8-c2dd-4ef8-b750-5bd21903a2be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:15:16.358Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:15:16.358Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:16.360Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:16.360Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262116358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:15:16.460Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:16.461Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:16.461Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:16.477Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:16.477Z||pool-83-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-11-07T05:15:17.370Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:15:17.370Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2b0f2a91-4a27-4583-a62f-57f3d91c8371","serviceDescription":"service","serviceInvariantUUID":"1fc4a34c-157b-4df9-9f30-3c3048ed985e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3faabe40-402c-43a8-967f-8b47ec44d947","resourceInvariantUUID":"2e2f0b6d-f21b-4619-ae5c-c523142c9f5a","resourceCustomizationUUID":"308f948a-645d-4ac6-b6b4-7a64067728dd","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":"MGEzZDM3OWM0ZGFlNmFjZTI2YTA5NTdiNjAxMGNjYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b99fffb6-f628-4d0b-b3ce-ee764616630f","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":"ZDdkNDc2MTRjZjhmYmVhNmVhMmQ3ZDFhMmVhZDcwMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34765fde-472a-4784-a382-d747e232d0c6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c7efc983-08e5-45b6-a5c1-19e25e5be578","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":"78cce272-8761-4586-b44a-3819693e2562","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"067d5d21-949c-49a0-861c-dcfeb14d37e3","artifactVersion":"2","generatedFromUUID":"c7efc983-08e5-45b6-a5c1-19e25e5be578"},{"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":"ZmJkYmE0MTliYThhZGI0OTJmZTliNDU1MDQxOWEwNGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f88b27fc-29d0-4733-bec1-ab17bd63e6f5","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":"OWI0YWQ4NWUzZGJkMzdmOTZiMjg3Y2IyN2IzM2Q4NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfa923e1-3968-4751-bcb9-508b2f7af42e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjZiZDc4ZDA1MDY2N2M1NGE5OTE5M2UxMzlkM2NkZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:15:17.370Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:17.370Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:17.372Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:17.372Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:17.472Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:17.473Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:17.473Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:17.486Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:17.487Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:15:18.373Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:18.373Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:18.375Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:18.375Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:15:18.476Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:15:18.477Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:18.477Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:18.490Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:18.490Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:19.376Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:19.377Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:19.378Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:19.379Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:15:19.479Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:19.480Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:19.480Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:19.491Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:19.491Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:20.379Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:20.380Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:20.382Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:20.382Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:20.482Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:20.483Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:20.483Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:20.495Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:20.495Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:15:21.382Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:21.383Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:21.385Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:21.385Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:15:21.485Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:21.486Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:21.486Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:21.499Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:21.500Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:22.385Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:22.386Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:22.387Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:22.388Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:22.488Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:22.488Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:22.488Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:22.499Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:22.499Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:23.388Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:23.389Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:23.391Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:23.392Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:23.491Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-07T05:15:23.492Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:23.492Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:23.504Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:23.504Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:24.392Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:15:24.393Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:24.395Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:24.395Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:24.495Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:24.496Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:24.496Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:24.506Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:24.506Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:25.396Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2b0f2a91-4a27-4583-a62f-57f3d91c8371",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1fc4a34c-157b-4df9-9f30-3c3048ed985e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "308f948a-645d-4ac6-b6b4-7a64067728dd",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3faabe40-402c-43a8-967f-8b47ec44d947",
      "resourceInvariantUUID": "2e2f0b6d-f21b-4619-ae5c-c523142c9f5a",
      "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": "ZDdkNDc2MTRjZjhmYmVhNmVhMmQ3ZDFhMmVhZDcwMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "34765fde-472a-4784-a382-d747e232d0c6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c7efc983-08e5-45b6-a5c1-19e25e5be578",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "067d5d21-949c-49a0-861c-dcfeb14d37e3",
            "generatedFromUUID": "c7efc983-08e5-45b6-a5c1-19e25e5be578"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "067d5d21-949c-49a0-861c-dcfeb14d37e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjZiZDc4ZDA1MDY2N2M1NGE5OTE5M2UxMzlkM2NkZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:15:25.396Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:15:25.397Z|70f55ab8-c2dd-4ef8-b750-5bd21903a2be|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b0f2a91-4a27-4583-a62f-57f3d91c8371 ASDC
2021-11-07T05:15:25.397Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:2b0f2a91-4a27-4583-a62f-57f3d91c8371
ServiceInvariantUUID:1fc4a34c-157b-4df9-9f30-3c3048ed985e
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:0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e
ArtifactChecksum:YjZiZDc4ZDA1MDY2N2M1NGE5OTE5M2UxMzlkM2NkZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:308f948a-645d-4ac6-b6b4-7a64067728dd
ResourceInvariantUUID:2e2f0b6d-f21b-4619-ae5c-c523142c9f5a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3faabe40-402c-43a8-967f-8b47ec44d947
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:34765fde-472a-4784-a382-d747e232d0c6
ArtifactChecksum:ZDdkNDc2MTRjZjhmYmVhNmVhMmQ3ZDFhMmVhZDcwMDQ=
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:c7efc983-08e5-45b6-a5c1-19e25e5be578
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:067d5d21-949c-49a0-861c-dcfeb14d37e3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:067d5d21-949c-49a0-861c-dcfeb14d37e3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T05:15:25.397Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b0f2a91-4a27-4583-a62f-57f3d91c8371 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:15:25.428Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:15:25.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:15:25.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:15:25.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-07T05:15:25.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:15:25.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-07T05:15:25.807Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:15:25.811Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e 78775
2021-11-07T05:15:25.811Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-07T05:15:25.811Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-07T05:15:25.811Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:15:25.812Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:25.813Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:25.813Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262125811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:25.914Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:25.914Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:25.914Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:25.927Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:25.927Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:15:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:15:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:26.037Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261952963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261960669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261952894,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636261959816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261971406,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261971415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261972424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261972419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261964197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636261973426,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.064Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.064Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "policy-id",
  "timestamp": 1636261973421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:15:26.075Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.076Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261964994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261974070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261974776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "cds",
  "timestamp": 1636261975966,
  "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-11-07T05:15:26.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261979351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "dcae-sch",
  "timestamp": 1636261971321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "aai-ml",
  "timestamp": 1636261980354,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:15:26.100Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.100Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261980800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261982479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "clamp",
  "timestamp": 1636261983482,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:15:26.113Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.113Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261981089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261990820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261992447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:26.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:15:26.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:15:26.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636261993450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:15:26.128Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7879c296-8e70-4c9b-9dac-1594ad4e00c0
2021-11-07T05:15:26.128Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:26.814Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:15:26.815Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:15:26.815Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0ab4f0dc-ec6d-403c-b0a4-98471ae96f2e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:26.816Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-07T05:15:26.816Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:26.816Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:26.910Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15611508636950774128/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-07T05:15:27.993Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:15:27.993Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:15:27.993Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:27.993Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-BasicVmMacro-csar.csar
2021-11-07T05:15:27.994Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:15:27.995Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.996Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:27.997Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.997Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-07T05:15:27.997Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-07T05:15:27.997Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-07T05:15:27.997Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:27.998Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.999Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:27.999Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:27.999Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:27.999Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:27.999Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:28.000Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:28.000Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-07T05:15:28.000Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-07T05:15:28.000Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:15:28.000Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b78b652-8e91-48e4-a057-cf828f9f3b5a
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:28.001Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:28.002Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:28.002Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:2b0f2a91-4a27-4583-a62f-57f3d91c8371
Model Version:NULL
Model InvariantUuid:1fc4a34c-157b-4df9-9f30-3c3048ed985e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f81dce8a-6583-4d07-bcd1-cdcb9a6ed55a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e2f0b6d-f21b-4619-ae5c-c523142c9f5a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:308f948a-645d-4ac6-b6b4-7a64067728dd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a1f2380-c211-4ea1-9675-58063895166a
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:333c963d-ae7f-42f3-9a11-8552129a64cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b78b652-8e91-48e4-a057-cf828f9f3b5a
ModelInvariantUuid:8176756a-c236-42a3-a5dd-be70de360b8e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:edafdda7-b59f-4e6e-83b2-079a0e1cecf1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3bf07731-62d1-4572-a90b-e40844cce983
ModelInvariantUuid:43dc083b-4693-4e13-9dfa-e2ba08aaa7c1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:327e2ddf-dc94-4c6d-b38b-183e7d3eb815
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:15:28.010Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3faabe40-402c-43a8-967f-8b47ec44d947
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:15:28.012Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-11-07T05:15:28.012Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3faabe40-402c-43a8-967f-8b47ec44d947
2021-11-07T05:15:28.012Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34765fde-472a-4784-a382-d747e232d0c6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-07T05:15:28.012Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:15:28.013Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-07T05:15:28.204Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:15:28.205Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 34765fde-472a-4784-a382-d747e232d0c6 792
2021-11-07T05:15:28.205Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-07T05:15:28.205Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-07T05:15:28.205Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:15:28.205Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:28.207Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:28.207Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262128205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:28.308Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-07T05:15:28.308Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:28.308Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:28.321Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:28.321Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:29.208Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3a1f2380-c211-4ea1-9675-58063895166a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "333c963d-ae7f-42f3-9a11-8552129a64cd",
    "vfModuleModelCustomizationUUID": "3f4bb1e8-2ef4-497c-855b-3412bc02b85e",
    "isBase": true,
    "artifacts": [
      "c7efc983-08e5-45b6-a5c1-19e25e5be578",
      "067d5d21-949c-49a0-861c-dcfeb14d37e3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:15:29.210Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:333c963d-ae7f-42f3-9a11-8552129a64cd
VfModuleModelInvariantUUID:3a1f2380-c211-4ea1-9675-58063895166a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7efc983-08e5-45b6-a5c1-19e25e5be578
,
067d5d21-949c-49a0-861c-dcfeb14d37e3

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

isBase:true


}

2021-11-07T05:15:29.212Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3a1f2380-c211-4ea1-9675-58063895166a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "333c963d-ae7f-42f3-9a11-8552129a64cd",
    "vfModuleModelCustomizationUUID": "3f4bb1e8-2ef4-497c-855b-3412bc02b85e",
    "isBase": true,
    "artifacts": [
      "c7efc983-08e5-45b6-a5c1-19e25e5be578",
      "067d5d21-949c-49a0-861c-dcfeb14d37e3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:15:29.212Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:333c963d-ae7f-42f3-9a11-8552129a64cd
VfModuleModelInvariantUUID:3a1f2380-c211-4ea1-9675-58063895166a
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7efc983-08e5-45b6-a5c1-19e25e5be578
,
067d5d21-949c-49a0-861c-dcfeb14d37e3

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

isBase:true


}

2021-11-07T05:15:29.212Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7efc983-08e5-45b6-a5c1-19e25e5be578 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-07T05:15:29.212Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:15:29.212Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-07T05:15:29.318Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:15:29.319Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c7efc983-08e5-45b6-a5c1-19e25e5be578 5033
2021-11-07T05:15:29.319Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-07T05:15:29.319Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-07T05:15:29.319Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:15:29.319Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:29.321Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:29.321Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262129319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:29.421Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:29.422Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:29.422Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:29.432Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:29.432Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:30.321Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 067d5d21-949c-49a0-861c-dcfeb14d37e3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-07T05:15:30.322Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:15:30.323Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-07T05:15:30.425Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:15:30.426Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 067d5d21-949c-49a0-861c-dcfeb14d37e3 903
2021-11-07T05:15:30.426Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-07T05:15:30.426Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-07T05:15:30.426Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:15:30.427Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:30.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:30.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262130426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:15:30.529Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:30.530Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:30.530Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:30.542Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:30.542Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:31.429Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b0f2a91-4a27-4583-a62f-57f3d91c8371
2021-11-07T05:15:31.430Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3faabe40-402c-43a8-967f-8b47ec44d947 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:15:31.444Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24ce97da, org.onap.sdc.toscaparser.api.parameters.Input@3350863b, org.onap.sdc.toscaparser.api.parameters.Input@2748f661, org.onap.sdc.toscaparser.api.parameters.Input@332e58d3, org.onap.sdc.toscaparser.api.parameters.Input@630e792b]
2021-11-07T05:15:31.445Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.445Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.445Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-07T05:15:31.446Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 308f948a-645d-4ac6-b6b4-7a64067728dd
2021-11-07T05:15:31.446Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 308f948a-645d-4ac6-b6b4-7a64067728dd matches Tosca VF Customization UUID: 308f948a-645d-4ac6-b6b4-7a64067728dd
2021-11-07T05:15:31.446Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 308f948a-645d-4ac6-b6b4-7a64067728dd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T05:15:31.448Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.448Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 308f948a-645d-4ac6-b6b4-7a64067728dd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75ea7bb0
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f4bb1e8-2ef4-497c-855b-3412bc02b85e
2021-11-07T05:15:31.449Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f4bb1e8-2ef4-497c-855b-3412bc02b85e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T05:15:31.451Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:31.452Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.453Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-07T05:15:31.453Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-07T05:15:31.453Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-07T05:15:31.453Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9b78b652-8e91-48e4-a057-cf828f9f3b5a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T05:15:31.456Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.456Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:31.456Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:15:31.456Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.456Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-07T05:15:31.457Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=308f948a-645d-4ac6-b6b4-7a64067728dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:15:31.458Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.458Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.459Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b0f2a91-4a27-4583-a62f-57f3d91c8371: basic_vm_macro
2021-11-07T05:15:31.459Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.459Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.459Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.459Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:15:31.460Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:15:31.535Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3faabe40-402c-43a8-967f-8b47ec44d947 1 ASDC deployResourceStructure
2021-11-07T05:15:31.535Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-07T05:15:31.536Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-07T05:15:31.536Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:15:31.536Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:31.537Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:31.538Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:31.638Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:31.638Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:31.639Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:31.652Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:31.652Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:32.538Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-07T05:15:32.539Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-07T05:15:32.539Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:15:32.539Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:32.541Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:32.541Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262132538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:32.641Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:32.642Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:32.642Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:32.654Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:32.655Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:33.542Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-07T05:15:33.542Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-07T05:15:33.542Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:15:33.543Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:33.544Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:33.544Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262133542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:33.645Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:33.646Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:33.646Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:33.659Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:33.659Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:34.545Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-07T05:15:34.546Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-07T05:15:34.546Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:15:34.546Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:15:34.548Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:15:34.548Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262134545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:15:34.648Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:15:34.649Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:15:34.649Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:15:34.661Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:15:34.662Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:15:35.549Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:15:35.559Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:15:35.561Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-11-07T05:15:35.565Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:16:05.565Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:16:05.570Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and serviceModelVersionId: 2b0f2a91-4a27-4583-a62f-57f3d91c8371
2021-11-07T05:16:05.570Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fc4a34c-157b-4df9-9f30-3c3048ed985e
2021-11-07T05:16:05.571Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0
2021-11-07T05:16:05.574Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:16:05.603Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|INFO|500||Invoke
2021-11-07T05:16:05.603Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19f71ada-50f4-48d2-8c07-a3e7bf934681], X-ECOMP-RequestID=[6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d], X-TransactionId=[], X-ONAP-RequestID=[6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d], Content-Type=[application/merge-patch+json]}
2021-11-07T05:16:05.623Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:16:05.916Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211107-05:16:05:630-11940], vertex-id=[196680], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:16:05 GMT], Content-Type=[application/json]}
2021-11-07T05:16:05.916Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:16:05.917Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fc4a34c-157b-4df9-9f30-3c3048ed985e/model-vers/model-ver/2b0f2a91-4a27-4583-a62f-57f3d91c8371?depth=0|INFO|500||InvokeReturn
2021-11-07T05:16:05.918Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:16:05.918Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:16:05.923Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-11-07T05:16:05.924Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:16:05.924Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:16:05.924Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:05.926Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:05.926Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262165924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:16:06.026Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:06.027Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:16:06.027Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:06.044Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:06.044Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:16:06.937Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:16:06.938Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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-11-07T05:16:06.938Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:11.753Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:11.754Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:16:11.754Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7879c296-8e70-4c9b-9dac-1594ad4e00c0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"66c9cdfe-4687-4468-b3f8-f7b6f360e2fb","serviceDescription":"service","serviceInvariantUUID":"c34d2356-3373-43ad-b1aa-c58d4d14a62b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48c9d9c5-d919-433c-88c5-fed2b613ac3e","resourceInvariantUUID":"553c1d06-e137-4a35-b7b2-4ceef39379b3","resourceCustomizationUUID":"cba32620-f87a-47f3-bbd4-73ac0056a39f","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":"OGY4YWQ4N2JmNmUzMGY0NWUyNWQwNDQ1NzJiNTcxZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4142bec-7cac-4007-9043-ffcdf4817d82","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":"0d8cf3e4-3aaf-4d80-98ce-ebfaef2ce058","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":"dffc4ac6-e433-408b-b3ca-c528e51226b8","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":"ZDY2NDFmMWQ4MGMyOWY2Yzc2MGNkMDVlYmM4MmJkN2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2d8f77f4-aa9c-43da-8dda-f9349fbe9e9d","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":"093479f7-6f77-4baf-b599-3e6aa2949b2e","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":"e152b120-f5e2-4ff8-8ade-a4cb09cdf309","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":"a66a61f8-0e2c-4894-bb61-22d7a12e48cd","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":"ZTQ3Y2FiYjcwOTc1MWEzYmUxOWVmMGJmNDMzOWI5ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c146c23-bf20-4f26-ae14-cf80a89ac2bd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWE1ZjZiODM0NjUxMTNlM2ZjNjVjYzMxZTEwMGJlMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f4dad29-2bf5-47d8-93ec-669435cd30e8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:16:11.756Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:11.757Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:11.759Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:11.759Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:11.859Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:11.860Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-07T05:16:11.860Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:11.874Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:11.874Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:12.759Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:12.760Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:12.762Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:12.762Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:12.862Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:12.863Z||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-11-07T05:16:12.863Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:12.875Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:12.875Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:13.763Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:13.763Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:13.765Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:13.765Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:13.865Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:13.866Z||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-11-07T05:16:13.866Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:13.878Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:13.879Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:14.765Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:14.766Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:14.768Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:14.768Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:14.868Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:14.869Z||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-11-07T05:16:14.869Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:14.882Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:14.883Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:15.768Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:15.769Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:15.770Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:15.770Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:15.871Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:16:15.871Z||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-11-07T05:16:15.871Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:15.884Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:15.884Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:16.771Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:16.772Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:16.774Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:16.774Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:16.874Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:16.875Z||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-11-07T05:16:16.875Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:16.888Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:16.889Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:17.775Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:17.776Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:17.777Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:17.778Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:17.878Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:17.878Z||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-11-07T05:16:17.878Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:17.891Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:17.891Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:18.778Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:18.779Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:18.780Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:18.781Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:18.881Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:18.881Z||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-11-07T05:16:18.881Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:18.894Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:18.894Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:19.781Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:19.782Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:19.784Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:19.784Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:16:19.884Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:19.884Z||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-11-07T05:16:19.885Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:19.900Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:19.901Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:20.785Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "66c9cdfe-4687-4468-b3f8-f7b6f360e2fb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c34d2356-3373-43ad-b1aa-c58d4d14a62b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "cba32620-f87a-47f3-bbd4-73ac0056a39f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "48c9d9c5-d919-433c-88c5-fed2b613ac3e",
      "resourceInvariantUUID": "553c1d06-e137-4a35-b7b2-4ceef39379b3",
      "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": "OWE1ZjZiODM0NjUxMTNlM2ZjNjVjYzMxZTEwMGJlMTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f4dad29-2bf5-47d8-93ec-669435cd30e8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:16:20.785Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:16:20.785Z|6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb ASDC
2021-11-07T05:16:20.785Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7879c296-8e70-4c9b-9dac-1594ad4e00c0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:66c9cdfe-4687-4468-b3f8-f7b6f360e2fb
ServiceInvariantUUID:c34d2356-3373-43ad-b1aa-c58d4d14a62b
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:7f4dad29-2bf5-47d8-93ec-669435cd30e8
ArtifactChecksum:OWE1ZjZiODM0NjUxMTNlM2ZjNjVjYzMxZTEwMGJlMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:cba32620-f87a-47f3-bbd4-73ac0056a39f
ResourceInvariantUUID:553c1d06-e137-4a35-b7b2-4ceef39379b3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:48c9d9c5-d919-433c-88c5-fed2b613ac3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-07T05:16:20.785Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:16:20.807Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:16:20.808Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:16:20.808Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:16:20.808Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f4dad29-2bf5-47d8-93ec-669435cd30e8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-07T05:16:20.808Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:16:20.808Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-07T05:16:21.291Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:16:21.299Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7f4dad29-2bf5-47d8-93ec-669435cd30e8 105648
2021-11-07T05:16:21.299Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-07T05:16:21.299Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-07T05:16:21.299Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:16:21.299Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:21.301Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:21.301Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262181299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:16:21.401Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:21.402Z||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-11-07T05:16:21.402Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:21.414Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:21.414Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:22.301Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:16:22.303Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:16:22.303Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7f4dad29-2bf5-47d8-93ec-669435cd30e8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:22.303Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-07T05:16:22.303Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:22.303Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:22.399Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16928220023350300481/Definitions/service-TestPnfMacro-template.yml
2021-11-07T05:16:23.082Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|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-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|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-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|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-TestPnfMacro-csar.csar
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:16:23.083Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:16:23.084Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.085Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.086Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:66c9cdfe-4687-4468-b3f8-f7b6f360e2fb
Model Version:NULL
Model InvariantUuid:c34d2356-3373-43ad-b1aa-c58d4d14a62b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:16:23.092Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48c9d9c5-d919-433c-88c5-fed2b613ac3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:16:23.095Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-11-07T05:16:23.095Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48c9d9c5-d919-433c-88c5-fed2b613ac3e
2021-11-07T05:16:23.095Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb
2021-11-07T05:16:23.096Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb
2021-11-07T05:16:23.096Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 48c9d9c5-d919-433c-88c5-fed2b613ac3e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:16:23.101Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@756b087e, org.onap.sdc.toscaparser.api.parameters.Input@2812f0f1, org.onap.sdc.toscaparser.api.parameters.Input@2eef81d5, org.onap.sdc.toscaparser.api.parameters.Input@63d8c55e, org.onap.sdc.toscaparser.api.parameters.Input@4edd09a3]
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb: test-pnf
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Processing PNF resource: 48c9d9c5-d919-433c-88c5-fed2b613ac3e
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:16:23.102Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||Resource customization UUID: cba32620-f87a-47f3-bbd4-73ac0056a39f is the same as notified resource customizationUUID: cba32620-f87a-47f3-bbd4-73ac0056a39f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-07T05:16:23.134Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 48c9d9c5-d919-433c-88c5-fed2b613ac3e 0 ASDC deployResourceStructure
2021-11-07T05:16:23.135Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-07T05:16:23.135Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-07T05:16:23.135Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:16:23.135Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:23.137Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:23.137Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262183135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:16:23.237Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:23.238Z||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-11-07T05:16:23.238Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:23.252Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:23.252Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:24.138Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7879c296-8e70-4c9b-9dac-1594ad4e00c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:16:24.149Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7879c296-8e70-4c9b-9dac-1594ad4e00c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:16:24.152Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:16:24.152Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:16:24.152Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:16:24.152Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:16:24.152Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:16:24.153Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|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-11-07T05:16:24.158Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:16:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:16:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:16:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:26.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70f55ab8-c2dd-4ef8-b750-5bd21903a2be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262116358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:16:26.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:16:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:26.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:16:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:16:26.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-07T05:16:26.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:26.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636261886008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:16:26.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262125811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:16:26.047Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:16:54.158Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:16:54.166Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and serviceModelVersionId: 66c9cdfe-4687-4468-b3f8-f7b6f360e2fb
2021-11-07T05:16:54.167Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c34d2356-3373-43ad-b1aa-c58d4d14a62b
2021-11-07T05:16:54.167Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0
2021-11-07T05:16:54.172Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:16:54.200Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-07T05:16:54.201Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0|INFO|500||Invoke
2021-11-07T05:16:54.218Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:16:54.751Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0|INFO|500||InvokeReturn
2021-11-07T05:16:54.751Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34d2356-3373-43ad-b1aa-c58d4d14a62b/model-vers/model-ver/66c9cdfe-4687-4468-b3f8-f7b6f360e2fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211107-05:16:54:225-88100], vertex-id=[274576], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:16:54 GMT], Content-Type=[application/json]}
2021-11-07T05:16:54.751Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:16:54.751Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:16:54.751Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:16:54.758Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|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-11-07T05:16:54.759Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7879c296-8e70-4c9b-9dac-1594ad4e00c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:16:54.759Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:16:54.759Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:54.761Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:54.761Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262214759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:16:54.861Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:54.862Z||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-11-07T05:16:54.862Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:54.882Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:54.882Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:16:55.772Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-07T05:16:55.772Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b2f0a94-d67a-4553-8613-186eaf3e5a1d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7180519b-e9a6-42a4-a258-36968bd6be8c","serviceDescription":"service","serviceInvariantUUID":"ce9d40a2-a162-47a9-bcb6-8d2b9670d20b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33","resourceInvariantUUID":"94d98d17-3c20-453a-94a3-75fb8cc64e76","resourceCustomizationUUID":"96d94311-4013-495a-8da6-67c44fefa7ab","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":"YTUxNTBiMTg2NDM5OTcyYzkwMTMxMjU2N2E0MGM5ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"511d98a8-1fb3-4da6-87e3-f8bb90bb74ea","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":"c1491465-7b16-4dca-8844-92d905f89c89","artifactVersion":"2","generatedFromUUID":"b78f72e4-1c40-424a-a2fa-3d36ad15ae0f"},{"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":"b78f72e4-1c40-424a-a2fa-3d36ad15ae0f","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":"OGU4NjFjYzU5MmZlNzc4YTJmOTdhYzE1ZTk2MjNjYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ed452e3-3f74-40f7-bc7d-0d0f81b8d9c8","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":"7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303","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":"8fabaa97-3d13-4717-9285-f873e56ff03f","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":"efe3f754-a5a8-4a45-8491-2a442b1d0c11","artifactVersion":"2","generatedFromUUID":"7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NThmZjAyNjE2OTQ1MDgyNTcxNTMxZDk5ZGI0YWU5YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91a8dcb6-bc65-482c-b87b-b92615570804","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGMxYjNlNjRiODY5OWJlYjkzMTMwMTNkZjRhMTNlMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"385c38d8-73d3-4f49-8d32-6abb74530c63","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-07T05:16:55.772Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:55.773Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:55.774Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:55.774Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:16:55.874Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:55.875Z||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-11-07T05:16:55.875Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:55.891Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:55.891Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:56.775Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:56.776Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:56.778Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:56.778Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-07T05:16:56.878Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:56.879Z||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-11-07T05:16:56.879Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:56.889Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:56.889Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:57.778Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:57.779Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:57.781Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:57.781Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-07T05:16:57.881Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:57.882Z||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-11-07T05:16:57.882Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:57.896Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:57.896Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:16:58.781Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:58.782Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:58.784Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:58.784Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:16:58.884Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:58.885Z||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-11-07T05:16:58.885Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:58.897Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:58.898Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:16:59.784Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:16:59.785Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:16:59.787Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:16:59.787Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:16:59.888Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:16:59.888Z||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-11-07T05:16:59.888Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:16:59.900Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:16:59.900Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:00.788Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:17:00.788Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:00.790Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:00.790Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:00.890Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:00.891Z||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-11-07T05:17:00.891Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:00.902Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:00.903Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:01.791Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:17:01.791Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:01.793Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:01.793Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-07T05:17:01.894Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:17:01.895Z||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-11-07T05:17:01.895Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:01.909Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:01.909Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:02.794Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:17:02.795Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:02.796Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:02.796Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:02.897Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-07T05:17:02.897Z||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-11-07T05:17:02.897Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:02.908Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:02.909Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:03.797Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-07T05:17:03.798Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:03.799Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:03.799Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:03.899Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:03.900Z||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-11-07T05:17:03.900Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:03.914Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:03.915Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:04.800Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7180519b-e9a6-42a4-a258-36968bd6be8c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce9d40a2-a162-47a9-bcb6-8d2b9670d20b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "96d94311-4013-495a-8da6-67c44fefa7ab",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33",
      "resourceInvariantUUID": "94d98d17-3c20-453a-94a3-75fb8cc64e76",
      "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": "c1491465-7b16-4dca-8844-92d905f89c89",
          "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": "b78f72e4-1c40-424a-a2fa-3d36ad15ae0f",
          "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": "OGU4NjFjYzU5MmZlNzc4YTJmOTdhYzE1ZTk2MjNjYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ed452e3-3f74-40f7-bc7d-0d0f81b8d9c8",
          "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": "7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303",
          "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": "efe3f754-a5a8-4a45-8491-2a442b1d0c11",
            "generatedFromUUID": "7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303"
          },
          "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": "efe3f754-a5a8-4a45-8491-2a442b1d0c11",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGMxYjNlNjRiODY5OWJlYjkzMTMwMTNkZjRhMTNlMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "385c38d8-73d3-4f49-8d32-6abb74530c63"
    }
  ],
  "workloadContext": "Production"
}
2021-11-07T05:17:04.801Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-07T05:17:04.801Z|7879c296-8e70-4c9b-9dac-1594ad4e00c0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7180519b-e9a6-42a4-a258-36968bd6be8c ASDC
2021-11-07T05:17:04.801Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7b2f0a94-d67a-4553-8613-186eaf3e5a1d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7180519b-e9a6-42a4-a258-36968bd6be8c
ServiceInvariantUUID:ce9d40a2-a162-47a9-bcb6-8d2b9670d20b
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:385c38d8-73d3-4f49-8d32-6abb74530c63
ArtifactChecksum:NGMxYjNlNjRiODY5OWJlYjkzMTMwMTNkZjRhMTNlMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:96d94311-4013-495a-8da6-67c44fefa7ab
ResourceInvariantUUID:94d98d17-3c20-453a-94a3-75fb8cc64e76
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33
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:c1491465-7b16-4dca-8844-92d905f89c89
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:b78f72e4-1c40-424a-a2fa-3d36ad15ae0f
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:8ed452e3-3f74-40f7-bc7d-0d0f81b8d9c8
ArtifactChecksum:OGU4NjFjYzU5MmZlNzc4YTJmOTdhYzE1ZTk2MjNjYjI=
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:7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303
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:efe3f754-a5a8-4a45-8491-2a442b1d0c11
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:efe3f754-a5a8-4a45-8491-2a442b1d0c11
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-07T05:17:04.801Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7180519b-e9a6-42a4-a258-36968bd6be8c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:04.835Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:17:04.835Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:17:04.836Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:17:04.836Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 385c38d8-73d3-4f49-8d32-6abb74530c63 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-07T05:17:04.836Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:04.836Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-07T05:17:05.000Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:05.003Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 385c38d8-73d3-4f49-8d32-6abb74530c63 68936
2021-11-07T05:17:05.004Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-07T05:17:05.004Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-07T05:17:05.004Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:05.004Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:05.006Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:05.007Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262225004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:05.106Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-07T05:17:05.107Z||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-11-07T05:17:05.107Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:05.118Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:05.118Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:06.007Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-07T05:17:06.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-07T05:17:06.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 385c38d8-73d3-4f49-8d32-6abb74530c63, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:06.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-07T05:17:06.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:06.010Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:06.099Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2022010917428069231/Definitions/service-BasicCnf-template.yml
2021-11-07T05:17:07.144Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-07T05:17:07.155Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:17:07.155Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-BasicCnf-csar.csar
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.156Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-07T05:17:07.157Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-07T05:17:07.158Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:07.159Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=44b2f959-5c6f-4bdc-a73c-11e88f3a3f55
2021-11-07T05:17:07.160Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.161Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:07.164Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:07.164Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7180519b-e9a6-42a4-a258-36968bd6be8c
Model Version:NULL
Model InvariantUuid:ce9d40a2-a162-47a9-bcb6-8d2b9670d20b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8ad7b7be-421b-4003-8e09-855fde26fd1e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94d98d17-3c20-453a-94a3-75fb8cc64e76
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:96d94311-4013-495a-8da6-67c44fefa7ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c580e9aa-b9a9-45d0-9d9d-d3aa41e21775
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:72f818d5-ae23-488d-8abb-d8c035c50cd8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44b2f959-5c6f-4bdc-a73c-11e88f3a3f55
ModelInvariantUuid:ebade27c-86ab-4aa0-9b0e-0817c4b77649
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5484d040-a191-4588-83fc-eb3a4dc15643
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:57f3c2a0-5f44-4b97-affe-5a45cb68c129
ModelInvariantUuid:e91bf7ad-4169-4cc5-9f3e-6630b07205f8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:606b31c6-2bb4-4be5-a470-581223c94881
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-07T05:17:07.175Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:17:07.178Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-11-07T05:17:07.178Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33
2021-11-07T05:17:07.178Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c1491465-7b16-4dca-8844-92d905f89c89 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-07T05:17:07.178Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:07.179Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-07T05:17:07.314Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:07.315Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c1491465-7b16-4dca-8844-92d905f89c89 12
2021-11-07T05:17:07.315Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-07T05:17:07.315Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-07T05:17:07.315Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:07.315Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:07.317Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:07.318Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262227315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:07.418Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:07.418Z||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-11-07T05:17:07.419Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:07.430Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:07.430Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:08.318Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b78f72e4-1c40-424a-a2fa-3d36ad15ae0f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-07T05:17:08.319Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:08.319Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-07T05:17:08.408Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:08.409Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b78f72e4-1c40-424a-a2fa-3d36ad15ae0f 2688
2021-11-07T05:17:08.409Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-07T05:17:08.410Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-07T05:17:08.410Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:08.410Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:08.412Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:08.412Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262228409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:08.512Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:08.513Z||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-11-07T05:17:08.513Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:08.526Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:08.526Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:17:09.414Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8ed452e3-3f74-40f7-bc7d-0d0f81b8d9c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-07T05:17:09.414Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:09.414Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-07T05:17:09.511Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:09.511Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8ed452e3-3f74-40f7-bc7d-0d0f81b8d9c8 828
2021-11-07T05:17:09.511Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-07T05:17:09.512Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-07T05:17:09.512Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:09.512Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:09.514Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:09.514Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262229511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:09.614Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-07T05:17:09.615Z||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-11-07T05:17:09.615Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:09.627Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:09.627Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:10.515Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c580e9aa-b9a9-45d0-9d9d-d3aa41e21775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72f818d5-ae23-488d-8abb-d8c035c50cd8",
    "vfModuleModelCustomizationUUID": "c530a2e0-9068-4abb-9bda-954806e02d93",
    "isBase": true,
    "artifacts": [
      "b78f72e4-1c40-424a-a2fa-3d36ad15ae0f",
      "7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303",
      "efe3f754-a5a8-4a45-8491-2a442b1d0c11"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:17:10.519Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72f818d5-ae23-488d-8abb-d8c035c50cd8
VfModuleModelInvariantUUID:c580e9aa-b9a9-45d0-9d9d-d3aa41e21775
VfModuleModelDescription:NULL
Artifacts UUID List:{
b78f72e4-1c40-424a-a2fa-3d36ad15ae0f
,
7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303
,
efe3f754-a5a8-4a45-8491-2a442b1d0c11

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

isBase:true


}

2021-11-07T05:17:10.520Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c580e9aa-b9a9-45d0-9d9d-d3aa41e21775",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72f818d5-ae23-488d-8abb-d8c035c50cd8",
    "vfModuleModelCustomizationUUID": "c530a2e0-9068-4abb-9bda-954806e02d93",
    "isBase": true,
    "artifacts": [
      "b78f72e4-1c40-424a-a2fa-3d36ad15ae0f",
      "7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303",
      "efe3f754-a5a8-4a45-8491-2a442b1d0c11"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-07T05:17:10.520Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72f818d5-ae23-488d-8abb-d8c035c50cd8
VfModuleModelInvariantUUID:c580e9aa-b9a9-45d0-9d9d-d3aa41e21775
VfModuleModelDescription:NULL
Artifacts UUID List:{
b78f72e4-1c40-424a-a2fa-3d36ad15ae0f
,
7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303
,
efe3f754-a5a8-4a45-8491-2a442b1d0c11

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

isBase:true


}

2021-11-07T05:17:10.520Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-07T05:17:10.520Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:10.521Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-07T05:17:10.562Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:10.562Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7b9a1ac7-f942-4ec5-a4a5-8f0cdbca3303 1164
2021-11-07T05:17:10.562Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-07T05:17:10.563Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-07T05:17:10.563Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:10.563Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:10.565Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:10.565Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262230562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:10.665Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:10.666Z||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-11-07T05:17:10.666Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:10.678Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:10.679Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:11.565Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: efe3f754-a5a8-4a45-8491-2a442b1d0c11 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-07T05:17:11.567Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-07T05:17:11.567Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-07T05:17:11.611Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-07T05:17:11.612Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env efe3f754-a5a8-4a45-8491-2a442b1d0c11 200
2021-11-07T05:17:11.612Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-07T05:17:11.612Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-07T05:17:11.612Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-07T05:17:11.612Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:11.614Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:11.615Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262231612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:11.715Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:11.716Z||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-11-07T05:17:11.716Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:11.727Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:11.728Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:12.615Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7180519b-e9a6-42a4-a258-36968bd6be8c
2021-11-07T05:17:12.616Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33 ASDC
2021-11-07T05:17:12.622Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:17:12.633Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ff6cc34, org.onap.sdc.toscaparser.api.parameters.Input@344b4aa9, org.onap.sdc.toscaparser.api.parameters.Input@3d980034, org.onap.sdc.toscaparser.api.parameters.Input@5f7a9f7d, org.onap.sdc.toscaparser.api.parameters.Input@46f46fca]
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 96d94311-4013-495a-8da6-67c44fefa7ab
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96d94311-4013-495a-8da6-67c44fefa7ab matches Tosca VF Customization UUID: 96d94311-4013-495a-8da6-67c44fefa7ab
2021-11-07T05:17:12.635Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 96d94311-4013-495a-8da6-67c44fefa7ab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-07T05:17:12.637Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.637Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 96d94311-4013-495a-8da6-67c44fefa7ab: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e6abb9d
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c530a2e0-9068-4abb-9bda-954806e02d93
2021-11-07T05:17:12.638Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c530a2e0-9068-4abb-9bda-954806e02d93
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-07T05:17:12.640Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.640Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.641Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-07T05:17:12.642Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-07T05:17:12.642Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=44b2f959-5c6f-4bdc-a73c-11e88f3a3f55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-07T05:17:12.643Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.643Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:12.644Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-07T05:17:12.644Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.644Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-07T05:17:12.644Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=96d94311-4013-495a-8da6-67c44fefa7ab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7180519b-e9a6-42a4-a258-36968bd6be8c: basic_cnf
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.645Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-07T05:17:12.646Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:12.731Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7c3a1a95-3219-4e30-bab1-b3ebf9dc3e33 1 ASDC deployResourceStructure
2021-11-07T05:17:12.731Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-07T05:17:12.731Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-07T05:17:12.732Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-07T05:17:12.732Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:12.733Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:12.734Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262232731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-07T05:17:12.834Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:12.835Z||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-11-07T05:17:12.835Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:12.848Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:12.849Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:13.734Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-07T05:17:13.735Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-07T05:17:13.735Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-07T05:17:13.736Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:13.738Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:13.738Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262233734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-07T05:17:13.838Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:13.839Z||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-11-07T05:17:13.839Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:13.853Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:13.854Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:14.739Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-07T05:17:14.740Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-07T05:17:14.740Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:17:14.740Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:14.742Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:14.742Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262234739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:14.842Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:14.843Z||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-11-07T05:17:14.843Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:14.855Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:14.855Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:15.742Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-07T05:17:15.743Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-07T05:17:15.744Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:17:15.744Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:15.745Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:15.745Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262235742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:15.846Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:15.846Z||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-11-07T05:17:15.846Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:15.859Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:15.860Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:16.746Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-07T05:17:16.747Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-07T05:17:16.747Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:17:16.747Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:16.749Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:16.749Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262236746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:16.849Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:16.850Z||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-11-07T05:17:16.851Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:16.863Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:16.864Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-07T05:17:17.749Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-07T05:17:17.750Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-07T05:17:17.750Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-07T05:17:17.750Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:17:17.752Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:17:17.752Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262237749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:17.852Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:17:17.853Z||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-11-07T05:17:17.853Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:17.865Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:17.865Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-07T05:17:18.752Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:17:18.761Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:17:18.763Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:17:18.764Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-07T05:17:18.764Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-07T05:17:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:17:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:17:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:17:26.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:17:26.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262128205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262129319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262130426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262132538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262133542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262134545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636262140670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262132963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262139816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262132894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262151789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262151791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262152794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262144197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262152957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262144994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "policy-id",
  "timestamp": 1636262153797,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:26.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262154066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262154155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262154784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262155363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "cds",
  "timestamp": 1636262155788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:26.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262156451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636262157454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "dcae-sch",
  "timestamp": 1636262151321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262162452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "aai-ml",
  "timestamp": 1636262163455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262163495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262165504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ca4bcd1-2a18-4b4d-ac3a-24e44aa0048d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262165924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "clamp",
  "timestamp": 1636262166507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262161089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262170818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262172746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636262173749,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-07T05:17:26.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
2021-11-07T05:17:26.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262181299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:26.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:17:26.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262183135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:17:26.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:17:48.764Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:17:48.772Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.774Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.775Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.775Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.775Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.775Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-07T05:17:48.775Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:17:48.779Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-07T05:18:18.779Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-07T05:18:18.785Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and serviceModelVersionId: 7180519b-e9a6-42a4-a258-36968bd6be8c
2021-11-07T05:18:18.785Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce9d40a2-a162-47a9-bcb6-8d2b9670d20b
2021-11-07T05:18:18.785Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0
2021-11-07T05:18:18.789Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-07T05:18:18.817Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-07T05:18:18.818Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0|INFO|500||Invoke
2021-11-07T05:18:18.837Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-07T05:18:19.350Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0|INFO|500||InvokeReturn
2021-11-07T05:18:19.350Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce9d40a2-a162-47a9-bcb6-8d2b9670d20b/model-vers/model-ver/7180519b-e9a6-42a4-a258-36968bd6be8c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211107-05:18:18:844-82054], vertex-id=[253952], Content-Length=[0], Date=[Sun, 07 Nov 2021 05:18:18 GMT], Content-Type=[application/json]}
2021-11-07T05:18:19.351Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-07T05:18:19.351Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-07T05:18:19.351Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-07T05:18:19.357Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:19.358Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b2f0a94-d67a-4553-8613-186eaf3e5a1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-07T05:18:19.358Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-07T05:18:19.358Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-07T05:18:19.360Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-07T05:18:19.360Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262299358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:18:19.460Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-07T05:18:19.461Z||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-11-07T05:18:19.461Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:19.479Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:19.479Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-07T05:18:20.372Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:20.373Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:20.373Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:26.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:18:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:26.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:26.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7879c296-8e70-4c9b-9dac-1594ad4e00c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262214759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262166937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262225004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262227315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262228409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262229511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262230562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262231612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262232731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262233734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262234739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262235742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262236746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-07T05:18:26.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:26.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-07T05:18:26.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262237749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-07T05:18:26.042Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:18:30.745Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:30.745Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:30.746Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:30.746Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:40.285Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:40.285Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:40.286Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:40.286Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:49.825Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:49.826Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:49.826Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:49.826Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:18:59.371Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:18:59.372Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:18:59.372Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:18:59.372Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:19:08.909Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:19:08.910Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:19:08.910Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:19:08.910Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:19:18.452Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:19:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:19:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:19:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:19:26.010Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:19:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:19:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:19:26.537Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:19:26.538Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-07T05:19:26.538Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b2f0a94-d67a-4553-8613-186eaf3e5a1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636262299358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-07T05:19:26.538Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-07T05:19:35.556Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:20:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:20:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:20:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:20:26.010Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:20:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:20:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:20:35.554Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:20:35.555Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:21:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:21:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:21:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:21:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:21:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:21:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:21:35.556Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:21:35.557Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:22:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:22:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:22:26.010Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:22:26.010Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:22:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:22:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:22:35.558Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:22:35.559Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:23:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:23:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:23:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:23:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:23:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:23:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:23:35.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:23:35.554Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:24:26.008Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:24:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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-11-07T05:24:26.009Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:24:26.010Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:24:26.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:24:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:24:35.557Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:24:35.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:25:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:25:26.009Z||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-11-07T05:25:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:25:26.011Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:25:26.011Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:25:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:25:35.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:25:35.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:26:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:26:26.008Z||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-11-07T05:26:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:26:26.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:26:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:26:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:26:35.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:26:35.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:27:26.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:27:26.009Z||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-11-07T05:27:26.010Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:27:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:27:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:27:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:27:35.554Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:27:35.556Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:28:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:28:26.008Z||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-11-07T05:28:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:28:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:28:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:28:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:28:35.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:28:35.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:29:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:29:26.008Z||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-11-07T05:29:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:29:26.010Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:29:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:29:26.011Z|88232b55-20e2-4b93-bea8-059094e634f9|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:29:35.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:29:35.554Z|88232b55-20e2-4b93-bea8-059094e634f9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:30:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:30:26.008Z||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-11-07T05:30:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:30:26.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:30:26.011Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:30:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:30:35.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:30:35.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:31:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:31:26.008Z||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-11-07T05:31:26.009Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:31:26.010Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:31:26.011Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:31:26.011Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:31:35.554Z|7b2f0a94-d67a-4553-8613-186eaf3e5a1d|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:31:35.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:32:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:32:26.008Z||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-11-07T05:32:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:32:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:32:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:32:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:32:35.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:32:35.553Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:33:26.009Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:33:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:33:26.011Z||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-11-07T05:33:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:33:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:33:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:33:35.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:33:35.561Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:34:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:34:26.008Z||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-11-07T05:34:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:34:26.010Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:34:26.011Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:34:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:34:35.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:34:35.554Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:35:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:35:26.008Z||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-11-07T05:35:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:35:26.010Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:35:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:35:26.011Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:35:35.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:35:35.563Z|8aee3bd0-aedf-4bf9-84bc-cfb5cfba6221|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:36:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:36:26.008Z||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-11-07T05:36:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:36:26.010Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:36:26.011Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:36:26.011Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:36:35.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:36:35.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-07T05:37:26.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:37:26.008Z||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-11-07T05:37:26.008Z||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 tXU5MBBlduXNCS4b) ...
2021-11-07T05:37:26.010Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-07T05:37:26.011Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-07T05:37:26.011Z||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 tXU5MBBlduXNCS4b) ...